tr.swimmer:nth-of-type(even), .golf-cols col:nth-of-type(even), tr.game-events:nth-of-type(even) {
    background-color: #e44250;
}
tr.swimmer:nth-of-type(odd), .golf-cols col:nth-of-type(odd), tr.game-events:nth-of-type(odd) {
    background-color: #f1f373;
}
table {
    margin:auto;
    margin-top:25px;
    width:600px;
    border-collapse:collapse;
    font-family: Helvetica, sans-serif;
    border:solid 5px #29ce29;

}
td, th {
    text-align:center;
    padding:10px;
    border:solid 3px #520855;

}
.name {
    font-family: Helvetica, sans-serif;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
}
.hole {
    font-weight:bold;
}
.par, .col2, .col5 {
    background-color:rgb(131, 131, 245);
}
.player1, .col3 {
    background-color:rgb(196, 245, 131);

}
.player2, .col1, .col4 {
    background-color:rgb(245, 196, 131);
}
