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

#map {
    height: 100%;
    width: 100%;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px;
    position: absolute;
    left: 30px;
    z-index: 1;
}

.legend h4 {
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 0%;
    border-color: #3b3b3b;
    display: inline-block;
    height: 5px;
    width: 30px;
    margin-right: 5px;
}

.mapboxgl-popup-content {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.circlelegend div span {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
}

.movediv {
    position: absolute;
    z-index: 20;
    border-radius: 5px;
    bottom: 40px;
    left: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    padding: 10px;
    text-align: left;
    font-weight: bold;
}

.movedivheader {
    padding: 10px;
    border-radius: 3px;
    z-index: 20;
    background-color: #292d31;
    color: #fff;
}

.movedivsubtitle {
    z-index: 20;
    color: #292d31;
    font-weight: 800;
    margin-bottom: 0.5em;
    text-decoration: underline overline #292d31;
  }