﻿#new_tournament_ranking_points
{
    width:auto;
}

#new_tournament_rounds{
    width: 80%;
}

    #new_tournament_rounds td{
        width:15%;
    }

#new_tournament_rounds td:nth-of-type(6), #new_tournament_rounds td:nth-of-type(7), #new_tournament_rounds td:nth-of-type(8) {
    display: table-cell;
}
    #new_tournament_rounds th:nth-of-type(6), #new_tournament_rounds th:nth-of-type(7), #new_tournament_rounds th:nth-of-type(8) {
        display: table-cell;
    }

    #new_tournament_rounds td:first-of-type {
        width: 10%;
    }

    #new_tournament_rounds.knockout td:nth-of-type(6), #new_tournament_rounds.knockout td:nth-of-type(7), #new_tournament_rounds.knockout td:nth-of-type(8) {
        display: none;
    }
    #new_tournament_rounds.knockout th:nth-of-type(6), #new_tournament_rounds.knockout th:nth-of-type(7), #new_tournament_rounds.knockout th:nth-of-type(8) {
        display: none;
    }

    #new_tournament_rounds input {
        max-width: 50px;
    }