/*
 * The bar roster table, moved out of the RIC child theme (L-06).
 *
 * Every cell repeats which week it belongs to, for the narrow layout where the five
 * week columns stack under each other. On a wide screen the table has its own column
 * headers, so the labels are in the way.
 */

.mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inline !important;
  }
}
