/**
 * Bestimmt die angezeigten Spalten der Tabellen
 */
@media all and (max-width: 800px) {
/*	.listTable .row_number,
	.listTable .edit,
	.listTable .details,
	.listTable .delete,
	.listTable .multiDelete,
	.listTable .uid,
	.listTable .filler,
	.multiDeleteButton,
	.columnChooser,
	.explanationTableColumnChooser,
	.titleModificationHistory,
	.explanationModificationHistory,
	.modification-entry-title,
	.modification,
	.columnChooser {
		display: none !important;
		width: 0;
	}
*/
}