div.chartLabel > p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom:10px;
    }

div#titles{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

div.legend--item div:last-child{
    flex-shrink: 1;
}

.legend--icon--circle{
    margin-right: 8px;
}

.legend--item--right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2px;
}

h5#source {
    margin: 1px 0 8px 0;
}

#legend{
    padding-top: 0px;
}