<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.browser table{
	width:100%;
	border:3px;
	border-collapse:separate;
	border-spacing:30px 0px;
}
.browser th{
	text-align:left;
	padding-left:1em;
	border-top: 1em;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
}
.browser td{
	background-color:#eee;
	text-align:left;
	padding:1em 2em 1.5em 2em;
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
}

</pre></body></html>