﻿.leaflet-container.dark .map-tooltip .close, .leaflet-control-attribution:after, .leaflet-control-layers-toggle, .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-popup-close-button, .map-tooltip .close, .mapbox-icon 
{
    background-color: #fff !important;
}

.leaflet-popup {
        position: absolute;
    text-align: center;
    pointer-events: none;
}

.leaflet-popup-content a {
    background: #025fad !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    display: block !important;
    padding: 5px !important;
    margin-top: 5px !important;
    border-radius: 4px !important;
    text-align: center !important;
}

.leaflet-popup-content a:hover {
    background: #143268 !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    display: block !important;
    padding: 5px !important;
    margin-top: 5px !important;
    border-radius: 4px !important;
    text-align: center !important;
}

.leaflet-container  div{
    font-size: 13px !important;
}

.leaflet-container h1, .leaflet-container h2, .leaflet-container h3, .leaflet-container h4, .leaflet-container h5, .leaflet-container h6, .leaflet-container p {
    margin: 0 !important;
}

.leaflet-popup-content-wrapper{width:645px !important}
    .leaflet-popup-content{width:645px !important}

    .bleft{display:inline-block;width:320px}
    .bright{display:inline-block;width:300px;vertical-align:top}
   