.league-table{
width:100%;
border-collapse:collapse;
margin:20px 0;
font-size:14px;
}

.league-table th{
background:#222;
color:#fff;
padding:8px;
text-align:center;
}

.league-table td{
padding:8px;
border-bottom:1px solid #eee;
text-align:center;
}

.league-table td:first-child{
text-align:left;
font-weight:600;
}

.league-table tr:hover{
background:#f7f7f7;
}

.highlight{
background:#fff7cc;
font-weight:bold;
}