/* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler.min.css */
/* !include https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta20/dist/css/tabler-vendors.min.css */

/* Eigene Anpassungen */

.tab_custom {
	text-align: end;
	max-height: 80vh;
	/*max-width: inherit;*/
}

th:not(:first-child) {
	max-width: 300px;
	min-width: 200px;
}

td > p > a {
	text-transform: uppercase;
}

button.table-sort {
	white-space: normal;
}

.optgroup-header {
	font-weight: bold;
}
