#member-map-container {
  width: 100%;
  height: 500px;
}

.ammapDescriptionWindow {
  background-color: #ccc;
  padding: 10px;
  border-radius: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  opacity: 0.95;
  overflow: auto;
}

.ammapDescriptionTitle {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

#mapcontent .ct-members-link {
  color: #1a1a1a;
  font-size: 16px;
  text-decoration: none;
  box-shadow: none;
}
#mapcontent .ct-members-link:hover{
  text-decoration: underline;
}