/* hide X in corner of infowindow */

button.gm-ui-hover-effect {
  display: none !important;
}

.profiles-infowindow {
    align: center;
    text-decoration: none;
    color: black;
    font-weight:bold;
    width: 220px;
}
.profiles-infowindow img{
    width: 220px;
}

.CommunityPartner {
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.4em;
}