.f-tournament-standings {

}


.f-tournament-standings__header {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.f-tournament-standings__table {
    margin-bottom:70px;
}

.f-tournament-standings__table-title {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}


.f-tournament-standings__table table {
    width: 100%;
}

.f-tournament-standings__table table thead th {
    font-weight: bold;
    text-transform: uppercase;
}

.f-tournament-standings__table table thead th, .f-tournament-standings__table table td {
    text-align: left;

}

.f-tournament-standings__table table td, .f-tournament-standings__table table th {
    padding: 10px 15px;
}

.f-tournament-standings__table table th:first-child, .f-tournament-standings__table table td:first-child {

}

.f-tournament-standings__table table th:last-child, .f-tournament-standings__table table td:last-child {
    padding-right: 50px;
}

.f-tournament-standings__table table tbody tr:nth-child(odd) {
    background-color: #EEEEEE;
}


.f-tournament-standings__table-col--place {
    width:75px;
}

.f-tournament-standings__table-col--logo {
    width:55px;
}

.f-tournament-standings__table-col--param {
    width:80px;
}
