<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#JSDisabled img{
	width: 200px;
}

#JSDisabled h1{
	font-size: 40px;
}

#JSDisabled p{
	color: #999;
	display: block;
	clear: both;
	margin: 10px auto;
}

#JSDisabled{
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45em;
	max-width: 95%;
}

.bbvTitle{
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}</pre></body></html>