.table tr.row-inactive td {
  color: hsl( 0,50%,65% );
  background-color: hsl( 180,0%,80% );
}
.table-striped tr.row-inactive:nth-child(odd)  td { background-color: hsl(180,0%,77.5%); }
.table-striped tr.row-inactive:nth-child(even) td { background-color: hsl(180,0%,82.5%);   }
.table-hover tr:hover td { background-color: hsla(50,100%,90%,1); }
.table-hover tr.row-inactive:hover td { color: hsl(0,50%,42.5%); background-color: hsl(180,0%,72.5% ); }
