thead th
  background-color darken(c-moderate, 9%)

tbody tr:nth-child(even)
  background-color darken(c-moderate, 6%)

tbody tr:nth-child(odd)
  background-color darken(c-moderate, 3%)

tr
  border-width 3px
  border-style solid
  border-color c-moderate
  border-top none

thead tr
  border-top 3px solid c-moderate
