﻿table.dataTable tr {
    background-color: none;
}

table.dataTable tr:nth-child(even) {
    background-color: #EEEEEE;
}

table.dataTable thead tr {
    background-color: darkgray;
    color: white;
    font-weight: bold;
}