#map_container {
    position: relative;
    width: 100.0%;
    height: 100.0%;
    left: 0.0%;
    top: 0.0%;
}

.leaflet-container {
    font-size: 1rem;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#slope_legend {
    position: absolute;
    bottom: None;
    left: None;
    top: 140px;
    right: 0px;
    position: absolute;
}

#wetness_legend {
    position: absolute;
    bottom: None;
    left: None;
    top: 240px;
    right: 0px;
    position: absolute;
}

#permafrost_legend {
    position: absolute;
    bottom: None;
    left: None;
    top: 340px;
    right: 0px;
    position: absolute;
}

#info-container {
    position: absolute;
    bottom: 40px;
    left: 100px;
    max-width: 92vw;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    margin: 8px;
    border: 2px solid gray;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 14px;
    overflow: scroll;
}

#export {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
    background: white;
    color: black;
    padding: 6px;
    border-radius: 4px;
    font-family: 'Helvetica Neue';
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    top: 90px;
}