.homeTeam {
    text-align: right;
}

.awayTeam {
    text-align: left;
}

/* .leagueScore {
    margin-left: 1rem;
} */

.round {
    width:600px;
    margin-bottom:4rem;
}

select {
    min-width:100px;
}

.sub-container-divisions {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.division-container {
    border-top:unset !important;
}


.division-container:first-child {
    flex-basis:unset;
}

.show-classement {
    min-width: 400px;
    margin: 0 auto;
}

td:nth-child(1) {
    font-size:10px;
}

td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td:nth-child(2), td:nth-child(4) {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

td:nth-child(2) {
    text-align: right;
    padding-right:5px;
}

td:nth-child(4) {
    text-align: left;
    padding-left:5px;
}

td:nth-child(3) {
    text-align: center;
}


.league-front-header {
    margin-bottom:10px;
    border-top: 2px solid #c5c5c5;
    padding-top: 10px;
    margin-top: -5px;
    width: 416px;
    margin-left: -6px;
}

.league-front-header h4 {
    font-size:18px;
    font-weight:bold;
}


/* CREATE LEAGUE */

#league_rounds {
    display:none;
}

.league-matches-row div .form-group:nth-child(n+6) {
    display:none;
}

.league-matches-row div {
    display:flex;
    margin-bottom:2px;
}

.league-matches-row div .form-group {
    margin-right:2px;
}

.league-matches-row div .form-group select {
    min-width:100px;
}


.league-matches-row div .form-group:nth-child(3) {
    order: 5;
}