/* Country Breakdown */
/* Date Selector */
#date-div {
    margin-bottom: 10px;
}

#page-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 35px;
}

.date-text {
    display: inline-block;
    margin-left: 10px;
}

#date-refresh {
    margin-left: 15px;
    margin-right: 15px;
}

/* Explainer */
.explainer {
    margin-bottom: 10px;
}

h3 {
    margin-top: 0px;
}

/* Map */
.map-div {
}

#map {
    position: relative;
    margin-right: 0px;
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0px;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
}

#overlay-header {
    color: white;
    font-size: 40px;
    margin-top: 5px;
}

#min-btn-div {
    text-align: right;
}

#overlay-minimize {
    color: white;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 10px;
}

#overlay-minimize:hover {
    color: black;
    border: 1px solid black;
}

.overlay-section {
    padding-left: 0px;
    padding-right: 0px;
}

.overlay-label {
    color: white;
    font-size: 15px;
}

.overlay-val {
    color: white;
    font-size: 35px;
}

.overlay-average {
    color: white;
    font-size: 12px;
}

/* Charts */


/* Mobile View */
@media screen and (max-width: 992px) {
    #date-div {
        text-align: center;
    }

    .charts {
        margin-top: 25px;
    }

    #min-btn-div {
        text-align: center;
    }

    .explainer {
        text-align: center;
    }
}
