.graph-row {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.index-label {
    width: 20px;
    text-align: right;
    margin-right: 5px;
    font-size: 12px;
}
.bar-container {
    width: 300px;
    background-color: #eee;
    height: 20px;
    position: relative;
}
.bar-fill {
    height: 100%;
    background-color: #4CAF50;
}
.value-label {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 12px;
    color: black;
    line-height: 20px;
}

