.tableWrapper {
  overflow-x:auto;
}

.tableWrapper th {
  white-space: nowrap;
}

.tableWrapper td {
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .tableWrapper {
      max-width: 1820px!important;
      min-width: 900px;
  }
}

@media (min-width: 768px) {
  .tableWrapper {
      max-width: 910px;
      margin-bottom: .5em;
  }
}
