th {
    border-bottom: 1px;
    background-color: #696969;
}


tr:nth-child(even) {
    background-color: #A9A9A9;
}

tr:nth-child(odd) {
    background-color: #C9C9C9;
}

