.StatsBar {
    max-width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-size: 0.8rem;
    gap: 0.3rem;
}

.StatsBar-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
