html,
body {
    height: 100%;
    margin: 0;
}

.leaflet-container {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

#map {
    width: 100%;
    height: 100vh;
}

.legend {
    text-align: left;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .5);
    padding: 5px;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 1;
    /* border: 1px solid black; */
}