.hui-Table {
  table-layout: fixed;
  width: 100%;
  font-family: $font-copy;
}

.hui-Table__head th {
  background-color: white;
  padding: $x-4;
  text-transform: uppercase;
  text-align: left;
}

.hui-Table__body tr td {
  background-color: white;
  padding: $x-2 $x-4;
}

.hui-Table__body tr:nth-child(odd) td {
  background-color: $grey-lightest;
}

.hui-Table__row--loading td {
  background-image: $striped-pattern;
}
