tr.is-deleted {
  background-color:#BDBDBD;
  color:#616161;
  text-decoration: line-through;
}

.table-striped>tbody>tr.is-deleted:nth-child(odd) {
  background-color: #BDBDBD;
  color:#616161;
}
