
tr th{
    background-color: #CFCFCF;
    color:RGBA(14, 93, 87, 1);
}
tr td {
    background:#fff;
}

tr:hover td{
    background-color:initial;
    cursor: pointer;
}