#map {
    height: 85vh;
}

@media (max-aspect-ratio: 4/2) {
    .mapDiv {
        width: 100vw !important;
    }
    .attributeDiv {
        width: 100vw !important;
        height: 40vh !important;
    }
}

main {
    background: linear-gradient(#198754, #fff);
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.showData {
    margin-left: 1rem;
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 70vw;
}
.showData h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.leaflet-control-attribution {
    display: none;
}

.leaflet-popup-content-wrapper {
    max-height: 230px;
    max-width: 350px;
}

.leaflet-popup-content {
    max-height: 200px;
    max-width: 350px !important;
    overflow-y: scroll;
}

div.leaflet-bottom.leaflet-left {
    display: flex !important;
    align-items: end;
}
div.leaflet-control-scale.leaflet-control {
    margin-bottom: 20px;
}

.logos > div > div > img {
    height: 3.2rem;
}

.footerTable {
    position: fixed;
    bottom: 4px;
    left: 0px;
    width: 100vw;
    background-color: white;
}

.footerLinks > a {
    color: #f70;
    text-decoration: none;
}

