tr .in-stock a,
tr .in-stock {
  color: #f15e24;
  font-weight: bold;
}

tr .inventory-status.out-of-stock {
  color: #474747;
}
