/* a#main-title.navbar-brand {
    font-size: 3vw;
} */

.data-section .page-header h1 {
    font-size: 1.5rem;
    padding-bottom: 0px;
}

.data-section-chart {
    padding-top: 7vw;
}

.unit-marker {
    white-space: nowrap;
    margin-left: 0;
}

.graphic-number, .graphic-number ~ h2 {
    text-align: center;
}

/* Timeseries */
#timeseries {
    display: flex;
}

#mobile-timeseries {
    width: 35%;
    height: 80vh;
}

#mobile-timeline {
    width: 65%;
    max-height: 80vh;
    overflow: auto;
}

.day-container {
    display: block;
    margin: 0;
}

.day-hashtags {
    display: block;
}

.day-headline {
    display: block;
}