table.dataTable td,
table.dataTable th {
  white-space: nowrap;
}
table.dataTable td:nth-child(2) {
  white-space: wrap;
}
