<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">dl.hidebox {
	border-color: #f2dede;
	padding: 20px 3px;
	background-color: #f2dede;
	border: 1px solid #d8d8d8;
	color: #80001c;
	font-size: 1em;
}

dl.hidebox &gt; dt {
	border-bottom-color:  #CCCCCC;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

dl.unhide {
	background-color: transparent;
	border: 0;
}

dl.unhide &gt; dt {
	color: #339900;
}

dl.hide &gt; dt {
	color: #990000;
}

dl.hide &gt; dd {
	color: #ff0000;
	font-weight: bold;
}

blockquote dl.hidebox {
	margin-left: 0;
}

.rtl blockquote dl.hidebox {
	margin-right: 0;
}</pre></body></html>