/* Wrap wide tables in a scroll container when needed */
.u-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
