.team-stats-div-col{
  justify-content: center;
}

.tableWrapper {
  overflow-x:auto;
}

.tableWrapper th {
  white-space: nowrap;
}

.tableWrapper td {
  white-space: nowrap;
}

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

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

