@media only screen and (max-width: 600px) {
  td {
    white-space: nowrap;
  }
  th {
    white-space: nowrap;
  }
}
