.table-striped-flowsheet tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 255, 0.15);
}

.table-striped-flowsheet tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 255, 0.03);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.2rem 0.5rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}