.courtlocationstable tr:nth-child(even) {
    background-color: #E6E6E6;
}
.courtlocationstable td{
    padding: 5px;
    border: 1px solid black
}

