.league-table {width: 100%;border-collapse: collapse;font-family: Arial, sans-serif;font-size: 11px;background-color: white;}
/*.league-table{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}*/
.league-table thead tr {background-color: #C30000;color: white;}
.league-table th, .league-table td {padding: 5px;border-bottom: 1px solid #ddd;}
.league-table th {padding: 10px;text-align: center;border-bottom: 2px solid #ddd;}
.league-table th:first-child {width: 3%;}
.league-table th:nth-child(2) {text-align: left;}
.league-table td:first-child, .league-table td:nth-child(3), 
.league-table td:nth-child(4), .league-table td:nth-child(5), 
.league-table td:nth-child(6), .league-table td:nth-child(7) {text-align: center;}
.league-table td:nth-child(2) {text-align: left;}
.league-table td:last-child {font-weight: bold;}
.highlight {background-color: #00334c;color: white;font-weight: bold;}
.league-table tbody tr:hover:not(.highlight) {background-color: #f5f5f5;}