th, td {
    text-align: left;
    vertical-align: top;
}
#map {
    height: 100%;
    width: 100%;
}
.ol-popup {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -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));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;   
    height: auto;
    width: auto;
    min-width: 100px;
    overflow-y: auto;
    z-index: 10;
}
.ol-popup-closer {
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 2px;
}
.ol-popup-closer::after {
    content: "X";
}
.ol-attribution a {
    color: #666;
    font-family: sans-serif;
    font-size: 100%;
    text-decoration: none;
}
.leaflet-top, .leaflet-bottom{
    z-index: 100 !important;
}
.ol-control button{
    padding: 0px !important;
}