.chart-controls {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.chart-breakdowns {
    display: flex;
    flex-flow: row wrap;
}

.chart-controls span {
    font-size: 1.1rem;
    color: #8C8E97;
    cursor: pointer;
}

.chart-controls span.active {
    color: #17181C;
    text-decoration: underline;
    font-weight: 500;

}

.chart-breakdowns span,
.chart-unit-pickers span {
    margin-right: 0.75rem;
}

.year-picker-container {
    margin-right: 1.25rem;
}

.chart svg {
    width: 100%;
    height: auto;
    display: block;
}

.chart figure {
    margin: 0;
    line-height: 0;
}
