.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #dbdbdb;
}

.table-striped > tbody > tr.strand-in-use > td,
.table-striped > tbody > tr.strand-in-use > th,
tr.strand-in-use > td,
tr.strand-in-use > th {
    background-color: rgba(225, 120, 86, 0.6);
}

/* Additional contrast for striped + in-use rows */
.table-striped > tbody > tr.strand-in-use:nth-child(odd) > td,
.table-striped > tbody > tr.strand-in-use:nth-child(odd) > th {
    background-color: rgba(255, 88, 86, 0.6)
}