/* Light grey background for alternate table rows */
.table.table-bordered tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
