table.no-header thead {
  visibility: hidden;
  height: 0;
}
table.no-header thead tr {
  line-height: 0;
}
table.no-header thead tr th {
  padding: 0;
  margin: 0;
  height: 0;
  border: none;
}
table .dt-link:not(.dataTables_empty):not(.disabled):not(.cursor-move) {
  cursor: pointer;
}
table tbody td {
  padding: 1.4rem 0.75rem;
  vertical-align: middle;
}
.cursor-move {
  cursor: move;
}
/*# sourceMappingURL=datatable-wrapper.css.map */