@charset "UTF-8";
/*
  Theme Name: e-Tournament v1
  Theme URI:
  Description: Speficity for e-tournament
  Version: 0.0.1
  Author: David Godel
  Author URI: http://e-tournament.ch
*/

.highlighted{
    color:dodgerblue !important;
    font-weight: bolder !important;

}

.table, .table.league-top td{
    font-size: 12px;
}

.logo-club{
    height: 25px;
}

@media screen and  (max-width: 767px){
.table.league-top th:nth-child(4), .table.league-top th:nth-child(5), .table.league-top th:nth-child(6), .table.league-top th:nth-child(7), .table.league-top th:nth-child(8), .table.league-top th:nth-child(9), .table.league-top td:nth-child(4), .table.league-top td:nth-child(5), .table.league-top td:nth-child(6), .table.league-top td:nth-child(7), .table.league-top td:nth-child(8), .table.league-top td:nth-child(9) {
     display: table-cell !important; 
}

.table, .table.league-top td {
    font-size: 10px !important;
}}