.tabs {
    padding-top: 1rem;
    clear: both;
    position: relative;
}

.tab-link {
    float: left;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    background: #f1f1f1;
    text-decoration: none;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab,
.tab:target ~ .tab:last-of-type {
    display: none;
}

.tab:target,
.tab:last-of-type {
    display: block;
}


.map-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 3.5rem;
}

#mapid {
    width: 100%;
    height: 100%;
    position: relative;
}

.marker {
    width: 1rem;
    height: 1rem;
    display: block;
    position: relative;
    border-radius: 1rem 1rem 0;
    transform: rotate(45deg);
    border: 1px solid #FFFFFF;
    opacity: .9;
}

.color-box {
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}

.leaflet-popup-content,
.leaflet-control-layers-list {
    max-height: 70vh !important;
    overflow: auto;
    padding-right: 5px;
    overflow-wrap: break-word;
}

.marker-cluster {
    background-color: rgba(125, 225, 125, 0.8) !important;
}

.marker-cluster div {
    background-color: rgba(255, 255, 255, 0.7) !important;
}