div.scrolltable {
	overflow-x: auto;
	white-space: nowrap;
}

div.scrolltable table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 0;
}

div.scrolltable table th,
div.scrolltable table td {
	border-bottom: none;
}

div.scrolltable table th:first-child,
div.scrolltable table td:first-child {
	position: sticky;
	left: 0;
}

/* [[Kategori:TemplateStyles-mallar]] */