.graph-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 3em;
}

.graph-item-legend {
    margin-bottom: 20px;
}

.graph-item-legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
}

.graph-item-title {
    margin-bottom: 20px;
}

.graph-legend-indicator {
    height: 22px;
    width: 22px;
    background: #E5E5E5;
    margin-right: 11px;
}

.graph-item-legend-item.red .graph-legend-indicator {
    background: #F77979;
}

.graph-entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 1em;
}

.entry-title {
    /* font-size: 2.2em; */
    width: 110px;
}

.graph-values {
    flex-grow: 1;
}

.graph-bar {
    /* height: 20px; */
    width: 100%;
    background-color: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1em;
    line-height: 1em;
    color: #838383;
    padding: 2px 4px;
}


.graph-bar.red {
    background-color: #F77979;
    color: #fff;
}
