body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.statistics-box {
    font-family: Arial, Helvetica, sans-serif;
    height: 320px;
    width: 300px;
    position: absolute;
    bottom: 90px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
}

.count {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0.8em;
}

#myChart {
    height: 600px;
}

/* add smaller margin to the popup content */
.mapboxgl-popup-content {
    margin: 5px;
}

.mapboxgl-popup-content p {
    margin: 0;
    font-size: 0.9em;
}

.mapboxgl-popup-content h3 {
    margin: 0;
    font-size: 1em;
}

/* round the popup corners */
.mapboxgl-popup-content {
    border-radius: 5px;
    /* drop shadow */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}