table thead {
  font-weight: bold;
}
table thead tr {
  vertical-align: top;
}
table tbody tr {
  vertical-align: top;
}
table tbody tr:nth-child(odd) {
  background-color: #d48a4a1a;
}