<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 */


body{
	font-size:100%;	
}

.result{
	padding-top:4%;
	padding-bottom:4%;
}

a.unit {
	background-color:#CCC;
	color:#333;
	font-weight:bold;
	width:100%;
	height:1.6em;
	display:block;
	text-decoration:none;
	background-image:url("/assets/images/touch-button.png");
	background-repeat:repeat-x;
	background-position:0 0;
}

a.unit:hover{
	background-position:0 -40px;
	color:#FFF;	
}

a.on{
	background-position:0 -80px;
	color:#FFF;
}</pre></body></html>