/* Mobile-only refinements */
@media (max-width: 1023.98px) {
  /* Make table rows more readable when horizontally scrolling */
  table td, table th {
    white-space: nowrap;
  }
}

