html { margin: 0; }
body {
	display: flex;
	flex-direction: column;
	margin: 0;
	max-height: 100vh;
}
textarea { resize: vertical; }
#results {
	margin: 1em;
	overflow: auto;
}

table {
	height: 100%;
	width: 100%;
}
#table-header {
	background: white;
	position: sticky;
	top: 0;
}
