<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hidden: make text and background the same color, for when JavaScript is unavailable. */
.spoiler-box, .spoiler-hidden {
	color:#ffffff;
	background-color:#f5f9fb;
}

/* Visible */
.spoiler-visible {
	color:#000000;
	background-color: #f5f9fb;
	visibility:visible;
}

.spoiler-top {
color: #3b88c5;
font-size: 0.85em;
font-weight: bold;
padding-bottom: 3px;
}

.spoiler-top a {
text-decoration: none;
*

div.spoiler-visible {
	display:block;
}

/* Common */

div.spoiler-box {
	font-size: 0.95em;
	min-height:2px;
}

span.spoiler-hidden, span.spoiler-visible {
	padding:0 2px;
}

div.spoiler-hidden, div.spoiler-visible {
	padding: 5px;
}

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