.nuliga table {
    width: 100%;
    background: white;
}

.nuliga table tr {
    border-bottom: 1px solid #fff;
}
.nuliga table tr:nth-child(2n+1) {
    background-color: #B4D9A2;
}
.nuliga table tr:first-child {
    background-color: #8B9CB5;
}
.nuliga table tr.highlight {
    color: #62a342;
    background-color: #000;
    font-weight: 700;
}

.nuliga table td,
.nuliga table th {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
}


.nuliga table th.pnlg-rank,
.nuliga table th.pnlg-team,
.nuliga table th.pnlg-num-matches,
.nuliga table th.pnlg-num-wins,
.nuliga table th.pnlg-num-draws,
.nuliga table th.pnlg-num-losses,
.nuliga table th.pnlg-goals,
.nuliga table th.pnlg-goal-diff,
.nuliga table th.pnlg-points,
.nuliga table th.pnlg-weekday,
.nuliga table th.pnlg-date,
.nuliga table th.pnlg-time,
.nuliga table th.pnlg-hall,
.nuliga table th.pnlg-nuliga-id,
.nuliga table th.pnlg-home,
.nuliga table th.pnlg-guest,
.nuliga table th.pnlg-result
{
    background-color: #62a342!important;
	color: #fff!important;
}
