table.inmate-charges {
  border-collapse:collapse
}
.inmate-charges.table-striped tbody tr td {
  background-color: #f9f9f9;

}

.inmate-charges.table-striped tbody tr:nth-of-type(2n+1) {
  border-top:2px dashed #666;
}

.inmate-charges.table-striped tbody tr:nth-of-type(4n) td {
  background-color: white;
}
.inmate-charges.table-striped tbody tr:nth-of-type(4n-1) td {
  background-color: white;
}