
/*# sourceMappingURL=custom.min.css.map */
table.dataTable th,
table.dataTable td {
  white-space: normal !important;
  word-break: break-word;
}

td.termeknev,
th.termeknev {
  max-width: 300px;     
  white-space: normal !important;
  word-break: break-word;
}

.table>:not(caption)>*>* {
    padding: .3rem .3rem;
}

table.dataTable tbody tr:hover {
  background-color: #f1f1f1;
}