.standing_header_container {
    display: flex;
    flex-direction: row;
    background: #001E28;
    padding: 8px;
    width: 100%;
}

.standing_row_container {
    display: flex;
    padding: 8px;
    background: #010A0F;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
}

.standing_row_selected_container {
    display: flex;
    background: #01203E;
    padding: 8px;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
}

.standing_header_left_layout {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: flex-start;
    flex-direction: row
}

.standing_header_right_layout {
    display: flex;
    max-width: 100%;
    overflow-x: hidden;
    margin: auto 0 auto auto;
    justify-content: flex-end;
    flex-direction: row
}

.standing_team_name {
    color: #EEEEEE;
    white-space: nowrap;
    font-size: small;
}

.standing_team_name_layout {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    min-width: 100px;
}

.standing_layout {
    border-radius: 8px;
}

.standing_form_layout {
    height: 20px;
    line-height: 20px;
    width: 140px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    border-radius: 4px;
}

.standing_value_box {
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 8px;
    border-radius: 4px;
}

.standing_points_box {
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
}

.win {
    background: #14DC4B;
}

.draw {
    background: #FFCD00;
}

.lost {
    background: #DC0000;
}

.position {
    background: #004682;
}

.top_position {
    background: #004682;
}

.second_position {
    background: #7F0029;
}

.middle_position {
    background: #010A0F;
}

.relegation_position {
    background: #BD0000;
}

.standing_goal_diff_box {
    width: 40px;
    text-align: center;
    height: 20px;
    border-radius: 8px;
}