#map_obj {
    height: 550px;
    z-index: 1;
}

.leaflet-popup-content .placemark_title {
    font-size: 18px;
    font-weight: bold;
    color: #051E35;
    margin-bottom: 10px;
}

.leaflet-popup-content span {
    font-size: 14px;
}

.leaflet-popup-content a {
    color: #4B89B2;
}

.leaflet-tooltip-pane .tooltip_title {
    font-size: 16px;
    font-weight: bold;
    color: #051E35;
    padding: 5px;
}

.leaflet-marker-icon.is_main_office {
    z-index: 9999 !important;
}

@media all and (max-width: 768px){
    #map_obj {
        height: 300px;
    }

    .leaflet-tooltip-pane {
        display: none;
    }
}
