html, body {
	height: 100%;
}

.error {
	background: red;
	color: white;
	font-size: 1.5rem;
	width: 100%;
}

a:link.inverted-text {
	color: white;
	mix-blend-mode: difference;
}

a:visited.inverted-text {
	color: white;
	mix-blend-mode: difference;
}

a:link:active.inverted-text {
	color: white;
	mix-blend-mode: difference;
	text-decoration: underline;
}

a:visited:active.inverted-text {
	color: white;
	mix-blend-mode: difference;
	text-decoration: underline;
}

.inverted-text {
	color: white;
	mix-blend-mode: difference;
}

label {
	white-space: pre-wrap;
}

th.datatableRowButtons {
	width: 5px;
}

th.datatableTextType {
}

th.datatableNumericType {
}

th.datatableRealType {
}

th.datatableDateTimeType {
}

th.datatableDateType {
}

th.datatableTimeType {
}

th.datatableNoSorting {
}

th.datatableNarrowColumn {
	width: 10px;
}
