<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show {
	display: block;
	text-align: center;
	font-size: 15px;
}
.hide {
	display: none;
}
#notice{
	text-align: center;
	color: red;
	font-size: 20px;
}</pre></body></html>