.standings {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.standings td {
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.standings th {
    border: 1px solid #e1e1e1;
    padding: 5px;
    font-size: 18px;
}

.standings tr:nth-child(odd) {
    background-color: white;
}

.standings tr:nth-child(even) {
    background-color: #f3f3f3;
}
