.myTooltipClass{
    font-family: "Roboto Condensed", sans-serif;
    background-color: #ffffff;
    border:1px solid #ffffff;
    color:red;
    padding:15px;
    font-weight: bold;
    font-size: 16px;
}
.map-points {position: absolute;border-radius: 50%; border: 3px solid white; background: white; width: 12px; height: 12px;z-index: 20}
.map-points:hover {cursor: pointer;background: red}
.map-points-selected {background: red;}


#map .map-location {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 19px;
    position: absolute;
    z-index: 12;
    color: white;
    width: 500px;
    top: 260px;
    left: 44px;
}

#map .map-location .map-contact-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
}
#interactive-map #map .map-location .map-details-inner-container {
    width: 400px;
}
#map-contact-details a {
    color:#ffffff;
    font-weight: bold;
    text-decoration: none;

}
#map-contact-details a:hover {
    font-weight: bold;
    color:gray;

}
#map-contact-details p {
   margin: 0px;

}

.map-website, .tel span, .fax span,  .email span{
    font-weight: bold;
    padding-right: 10px;
}