th {
    padding: 0 10px 0 10px;
}

tr:nth-child(even) {
    background-color: #ddd;
}

tr:nth-child(odd) {
    background-color: #fff;
}

table {
    width: 100%;
    font-size: 18px;
}

.points {
    background-color: blue;
    color: white;
    font-weight: bold;
}

.position {
    color: green;
    font-style: italic;
}