/*

* Override Pages default styles or create your own styles here

*/

/* TABLE-ATHLETES */
.table-athletes thead th:nth-child(1) {
    width: 25%
}

.table-athletes thead th:nth-child(2) {
    width: 5%
}

.table-athletes thead th:nth-child(3) {
    width: 25%
}

.table-athletes thead th:nth-child(4) {
    width: 15%
}

.table-athletes thead th:nth-child(5) {
    width: 10%
}

.table-athletes thead th:nth-child(6) {
    width: 20%
}



/* TABLE-RACE */

.table-race thead th:nth-child(1) {
    width: 5%
}

.table-race thead th:nth-child(2) {
    width: 10%
}

.table-race thead th:nth-child(3) {
    width: 25%
}

.table-race thead th:nth-child(4) {
    width: 40%
}

.table-race thead th:nth-child(5) {
    width: 20%
}


/* TABLE-ENTRIES */
.table-entries thead th:nth-child(1) {
    width: 5%
}

/*.table-entries thead th:nth-child(2) {
    width: 11%
}*/

.table-entries thead th:nth-child(2) {
    width: 22%
}

.table-entries thead th:nth-child(3) {
    width: 10%
}

.table-entries thead th:nth-child(4) {
    width: 30%
}

.table-entries thead th:nth-child(5) {
    width: 30%
}

.table-entries thead th:nth-child(6) {
    width: 12%
}

/* TABLE-ACCOUNTS */
.table-accounts thead th:nth-child(1) {
    width: 40%
}

.table-accounts thead th:nth-child(2) {
    width: 40%
}

.table-accounts thead th:nth-child(3) {
    width: 20%
}



@media (min-width: 991px) {
    .td-no-border-bottom > td {
        border-bottom: none !important;
    }

}

.td-no-border-bottom {
    /*border-bottom: none !important;*/
    margin-bottom: 0px !important;
}

.entry-master-row {
    
}
.entry-drill-down-row {
    border-top: none !important;
    
}