body {
    height: 100vh;
    margin: 0;
    padding: 0;
}

#map {
    height: 100%;
}

#info {
    position: fixed;
    z-index: 2;
    top: 2px;
    background-color: #ffffff;
    color: #000000;
    opacity: .95;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: small;
}

#info a {
    color: #0055ff
}

.legend-scale {
    border: 5px;
}

.legend-scale ul {
    margin-left: 10px;
    padding: 0;
    float: left;
    list-style: none;
}

.legend-scale ul li {
    display: block;
    float: left;
    width: 50px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 80%;
    list-style: none;
}

ul.color-legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 50px;
}

ul.width-legend-labels li span {
    display: block;
    float: left;
    width: 50px;
    background-color: #0055ff;
}