main table tr th {
  border-top: none;
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
main table tr:nth-child(odd),
main table tr:nth-child(odd) td {
  background: transparent;
}