
#map-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-top: 10px; margin-top: 2.666vw;
}
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    #map-container {
        padding-bottom: 0;
        margin-top: 14px;
    }
    #map {
        position: relative;
        height: 600px;
    }
}




#stat-chart-container {
}
#stat-chart-data {
    display: none;
}
#stat-chart {
}
@media screen and (min-width: 768px) {
    #stat-chart-container {
        margin-bottom: 48px;
    }
}


#map-data {
    display: none;
}





.nicebox {
    position: absolute;
    text-align: center;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 12px; font-size: 3.2vw;
    z-index: 5;
    box-shadow: 0 4px 6px -4px #333;
    padding: 0px 10px; padding-right: 2.666vw; padding-left: 2.666vw;
    background: rgb(255,255,255);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    border: rgb(229, 229, 229) 1px solid;
}
#controls {
    top: 10px; top: 2.666vw;
    left: 10px; left: 2.666vw;
    width: 92%; width: calc(100% - 5.333vw);
    height: 25px; height: 6.666vw;
}
#legend {
    display: flex;
    padding-top: 6px; padding-top: 1.6vw;
    align-items: center;
    line-height: 12px; line-height: 3.2vw;
}
.color-key {
    background: linear-gradient(to right,
        hsl(151, 83%, 34%) 0%,
        hsl(127, 81%, 37%) 17%,
        hsl(102, 78%, 41%) 33%,
        hsl(78, 76%, 44%) 50%,
        hsl(54, 74%, 47%) 67%,
        hsl(29, 71%, 51%) 83%,
        hsl(5, 69%, 54%) 100%
    );
    flex: 1;
    -webkit-box-flex: 1;
    margin: 0 6px; margin-right: 1.6vw; margin-left: 1.6vw;
    text-align: left;
    font-size: 1.0em;
    height: 12px; height: 3.2vw;
    line-height: 12px; line-height: 3.2vw;
}

#data-box {
    top: 45px; top: 12vw;
    left: 10px; left: 2.666vw;
    height: 25px; height: 6.666vw;
    line-height: 25px; line-height: 6.666vw;
    display: none;
}
#data-value { font-weight: bold }
#data-label { padding-right: 2px; padding-right: 0.533vw; }
#data-label:after { content: ':' }
#data-caret {
    display: none; 
    margin-left: -5px; margin-left: -1.333vw;
    font-size: 12px; font-size: 3.2vw;
    width: 12px; width: 3.2vw;
}



@media screen and (min-width: 768px) {
    .nicebox {
        font-size: 13px;
        box-shadow: 0 4px 6px -4px #333;
        padding: 0px 10px;
    }
    #controls {
        top: 10px;
        left: 10px;
        width: 280px;
        height: 32px;
    }
    #legend {
        padding-top: 9px;
        line-height: 14px;
    }
    .color-key {
        margin: 0 6px;
        font-size: 1.0em;
        height: 14px;
        line-height: 14px;
    }

    #data-box {
        top: 10px;
        left: 300px;
        height: 32px;
        line-height: 32px;
    }
    #data-label { padding-right: 6px; }
    #data-caret { margin-left: -8px; display: none; font-size: 14px; width: 14px}
}