div.chartLabel > p{
font-size: 16px;
font-weight: 600;
margin-bottom:10px;
}

div#titles{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 0px;
}
p{
    margin: 0px !important;
}


.flex-row{
    display: flex;
    flex-direction: row;

}

div.legend--item div:last-child{
    flex-shrink: 1;
}

.legend--icon--circle{
    margin-right: 8px;
}

.legend--text{
    padding-left: 0px !important;
}