body {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

/* #mapbox { position: absolute; top: 0; bottom: 0; width: 100%; } */
#mapbox {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

button.faw {
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    border: 1px solid #5c8099;
    border-radius: 0.5rem;

    font-size: 1rem;
    color: white;

    background: #dae1e8;
    /*background-image: linear-gradient(-180deg, #adecbb 0%, #393a35 100%);*/
}

button.faw > img {
    height: 2.5rem;
}

.hoverInfoBox {
    position: absolute;
    font-family: sans-serif;
    margin: 0px auto;
    width: 20rem;
    padding: 20px;
    font-size: 12px;
    color: #333333;
    background-color: #cccccc;
    max-width: 22em;
}

.mapInfoBox {
    position: absolute;
    bottom: 0px;
    font-family: sans-serif;
    font-size: 9px;
    padding: 5px;
    padding-left: 11%;
    width: 100%;
    color: #333333;
    background-color: #cccccc;
}

.legInfoBox {
    position: absolute;
    right: 0;
    margin: 0px auto;
    padding: 10px;
    font-family: sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #cccccc;
}

.mapboxgl-popup-content {
    font-family: sans-serif;
    font-size: 12px;
    padding: 5px;
    color: #333333;
    background-color: #cccccc;
}

.mapboxgl-popup-content a:link {
    text-decoration: underline;
}