table thead th {
  color: #ffffff;
  background: #4FC3A1;
}

table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  overflow-y: scroll;
  font-size: 13px;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}
