/*.table-invert tbody > tr:nth-child(odd) > td,
.table-invert tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-invert tbody > tr:nth-child(even) > td,
.table-invert tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}*/