#map {
    min-height: 800px;
}

.leaflet-div-icon {
    width: 50px;
    margin-left: -25px;
    margin-top: -16px;
    text-align: center;
    font-size: .8em;
    color: #333;
    line-height: 120%;
    padding: 3px;
    border: solid 2px grey;
    border-radius: 4px;
}

.leaflet-container {
    background-color: #D9D9D9
}

.info {
    font-size: .2em;
    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;
}

.legend {
    line-height: 18px;
    color: #555;
}

#attribution {
    font: 14px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: .5em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    color: #222;
    background-color: rgba(255, 255, 255, .8);
}

#loading-spinner-overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(120 120 120 / 70%);
    z-index: 400;
}
