.OdaProgressMetric table {
    display: flex;
}

.OdaProgressMetric tbody {
    width: 100%;
}

.OdaProgressMetric td,
.OdaProgressMetric tr {
    width: 100%;
}

.OdaProgressMetric table span.OdaProgressMetric-valueCell {
    font-weight: var(--font-weight-bold);
}

.OdaProgressMetric table td.OdaProgressMetric-percentageCell {
    text-align: right;
}
