body {
    font-family: century-gothic,"Century Gothic","Helvetica","Arial",sans-serif;
    line-height: 1.2;
}

.flex-item {
    font-weight: bold;
    text-align: center;
}

#date {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

#date_row {
    margin-top:10px;
}

#currentFillLevelChartContainer {
    height: 410px;
    margin: 0 auto;
}

.large_screen_title {
    margin-top: 35px;
}

.small_screen_title {
    margin-top: 10px;
}

@media(max-width: 768px) {
    #current_fill_gauge {
        height: 220px;
        margin: 0 auto;
    }
}

@media(max-width: 320px) {
    #current_fill_gauge {
        height: 190px;
        margin: 0 auto;
    }
}

.panel-title {
    font-weight: bold;
    font-size: 25px;
}

#latest_visits {
    font-size: 35px;
}

#navigation-btn-group > button{
    font-weight: bold;
}
