/* CSS Document */

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  /* optional: overflow-y: hidden; and -webkit-overflow-scrolling: touch; */
}

.table-wrapper table {
  width: 100%; /* or min-width: auto */
  /* optional: table-layout: fixed; if you want equal column widths and allow overflow/ellipsis */
}
