<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tr:nth-of-type(even) td {
	text-align:right;
	border-top:unset;
	padding-top:0;
}
tr:last-child td {
	border-bottom: 1px solid #dee2e6;
}
tr th {
	text-align-last: justify;
}</pre></body></html>