thead th {
	position: sticky;
	top: 0;
	background-color: #f9f9f9;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	border: 1px solid black;
	padding: 2px;
	text-align: left;
}
