<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
table {
	width: 400px;
	height: 209px;
	padding: 10px;
	margin: 20px auto 0 55px;
	background-color: #eeeeee;
	border: 1px solid #5E740B;
}
td, th {
	text-align: left;
	border: 1px solid #5E740B;
	padding-left: 10px;
}
th {
	background-color: #cccccc;
}</pre></body></html>