
.StandingsHeader
{

    color: #fff;
    font-size: 20px;
}

.StandingsRightText
{
    color: #D8BAFF;
}

.StandingsTable
{
    /* background: #111110; */
}

.StandingsRow
{
    color: #b9b9ba;
    margin-bottom: 8px;
}

.StandingsRow img
{
    height: 64px;
    width: 64px;
    margin-right: 24px;
    /* margin-bottom: 8px; */
}

.ReplaysGroupStageStandingsRow
{
    color: #D8BAFF;
}

.ReplaysGroupStageStandingsRowBottom
{
    background: #222220;
}

.StandingsNotAvailable
{
    padding-bottom: 400px;
    text-align: center;
    padding-top: 200px;
    color: var(--grey-text-color);
    font-size: 28px;
    line-height: 24px;
}