body {
  min-height: 100vh;
}

.table td,
.table th {
  white-space: nowrap;
}

#bulkTable td,
#bulkTable th {
  white-space: normal;
  min-width: 140px;
}

#bulkTable td:first-child,
#bulkTable th:first-child,
#bulkTable td:last-child,
#bulkTable th:last-child {
  min-width: auto;
}
