<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* ================================ */
/* Ouch! Accessibility Widget Styles*/
/* ================================ */

#access-widget{
	display: none; /* Hide for non-JS users - unhidden with JS*/
	position: absolute;
	top: 11px;
	right: 10px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#access-widget-panel{
	float: left;
	border-style: solid;
	border-width: 4px 0;
	height: 46px;
}

#access-widget-right{
	float: left;
	width: 12px;
	min-height: 54px;
}
#access-widget h2, #access-widget ul, #access-widget li{
	float: left;
	_display: inline;
}
#access-widget h2{
	margin: 8px 6px 0 0;
	line-height:1.2em;
}
#access-widget h2 abbr {border:none;}
#access-widget a{
	font-weight: bold;
	text-decoration: none;
}
/* font sizes */
ul#font-sizes{
	margin: 16px 2px 0 0;
}
ul#font-sizes li{
	display: inline;
	float: none;
}
ul#font-sizes a{
	margin-left: 1px;
	padding: 0 1px 0 1px;
}

#font-normal{
	font-size: 17px;
}

#font-bigger{
	font-size: 20px;
}

#font-biggest{
	font-size: 25px;
}

/* themes */
ul#themes{
	margin: 12px 0 0 0;
}
ul#themes li{
	margin-left: 4px;
}
ul#themes a{
	display: block;
	font-size: 16px;
	padding: 0 4px 0 4px;
	line-height: 20px;
}

#theme-default{
	color: #000;
	background: #fff;
}
#theme-blue{
	color: #006;
	background: #9FCFFF;
}
#theme-hiviz{
	color: #FF0;
	background: #000;
}
#theme-soft{
	color: #006;
	background: #FFF9D2;
}


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