/* CSS extra file */

.table-wrapper {
  width: 100%;
  margin: 27px 0;
}
.table-wrapper table th,
.table-wrapper table td {
  padding: 5px 10px;
}

@media (max-width: 600px) {
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wrapper table {
    width: 100%;
  }
}
