table.abnormal tr:nth-of-type(even) {
    background-color: #454545;
}

table.abnormal tbody tr:nth-child(even) {
    background-color: #454545;
}

.abnormal tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

.abnormal tr:nth-child(1) td {
    background-color: #454545;
    color:white
}

table.abnormal td {
    border:0px;
    border-bottom:1px solid #ccc;
    padding:
}

table.abnormal {
    border:none;
}

table.abnormal tr:nth-child(1) a:link {
  color: white;
}

table.abnormal tr:nth-child(1) a:visited {
  color: white;
}
