._striped:nth-child(odd) {
  background-color: $table-striped-background-odd;
  transition: 200ms;
}

._striped:hover:nth-child(odd) {
  background-color: $table-striped-background-hover;
  transition: 200ms;
}

._striped:nth-child(even) {
  background-color: $table-striped-background-even;
  transition: 200ms;
}

._striped:hover:nth-child(even) {
  background-color: $table-striped-background-hover;
  transition: 200ms;
}
