body {
    margin: 0;
    padding: 0;
}

.mapbox-view {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.info-top {
    display: table;
    position: relative;
    margin: 0px auto;
    word-wrap: anywhere;
    white-space: pre-wrap;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-family: Rubik-Regular;
    font-size: 12px;
    text-align: center;
    color: #222;
    background: #fff;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Rubik-Regular;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.legend h4 {
    margin: 0 0 10px;
    font-family: Rubik-Regular;
    font-size: 14px;
}

.legend div span {
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    width: 14px;
}