html, body {
    height: 100%;
    margin: 0;
}
#map {
    width: 100%;
    height: 600px;
}
.info, .resetzoom {
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.resetzoom { cursor: pointer; }
.legend {
    text-align: left;
    line-height: 20px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.filtered-container { max-height: 180px; overflow: auto; }
.filtered-container table { position: relative; }
.filtered-container th { position: sticky; top:0; }
.filtered-container tr.filterable { display: none; }
.filtered-container tr.filterable.show { display: table-row; }

#map-datatabs {}
#map-datatabs a.nav-link:not(.active) { color: white; }
