a[href] {
	text-decoration: underline;
}

th {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
td {
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tlfixed {
	table-layout: fixed;
}
.hide {
	display: none;
}
.nowrap {
	white-space: nowrap;
}
.wrap {
	white-space: wrap;
}
.hide-empty:empty {
	display: none;
}

.scroller {
	display: none;
	position: fixed;
	right: 1rem;
	z-index: 98;
}
