﻿.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: none !important;
    box-shadow: none !important;
}

.leaflet-popup-close-button{
    display:none;
}

.infoBox-close{
    text-align:center;
}

.map-note {
    position: absolute;
    right: 65px;
    top: 10px;
    z-index: 999;
    background: #fff;
    padding: 8px 20px;
    border-radius: 17px;
}

.map-note tr{
    line-height:25px;
}