.leaflet-popup-content-wrapper {
    background-color: #ebf7ff;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    border-radius: 0;
}
.leaflet-popup-content {
    min-width: 280px;
    font-size: 10px;
    margin: 0 20px 0 0;
}

#popup-content {
    max-height: 300px;
    overflow-y: auto;
}

.leaflet-popup-tip {
    background-color: #ebf7ff;
}

a.leaflet-popup-close-button {
    background-color: "red";
    color: "white";
    cursor: pointer;
    height: 17px;
    width: 17px;
    top: 1px;
    right: 1px;
}

.leaflet-tooltip{
    background-color: transparent;
    border-bottom: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    box-shadow: none;
    font-size: 10px;
    color: black;
    text-shadow:
    -1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px -1px 0 #FFF,
    1px 1px 0 #FFF;
}

.leaflet-tooltip-top:before, 
.leaflet-tooltip-bottom:before, 
.leaflet-tooltip-left:before, 
.leaflet-tooltip-right:before {
    border: none !important;
}

.leaflet-touch .leaflet-bar .leaflet-control-zoom-in,
.leaflet-touch .leaflet-bar .leaflet-control-zoom-out {
    color: white;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    background-color: #ddeeff;
    border: 1px solid black;
}

.leaflet-left .leaflet-control-scale {
    position: relative;
    left: 41px;
    z-index: 10005;
}

#div_scaleline {
    width: 100px;
    height: 52px;
}
