<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

#shout-box-small{
	float: left;
	width: 203px;
	margin: 0 0 10px 0;
	background: #fef6dd;
}
#shout-box-small h2{
	padding: 8px 10px;
	color: #fff; 
	font-size: 1.2em; font-weight: bold; text-transform: uppercase;
}
#shout-box-small .content{
	height: 302px;
	color: #616161; background: #fef6dd;
	overflow: auto;
}
#shout-box-small .content li{
	padding: 5px 5px 0 5px;
	font-size: 1.2em;
}
#shout-box-small .content li a{
	color: #c90b1a;
}
#speak-up-small{
	
}
#speak-up-small fieldset{
	background: none;
	padding: 5px; margin: 0;
}
#speak-up-small .text{
	float: left; display: inline;
	width: 126px;
	padding: 4px;
	color: #616161; background: #fff;
	border: 1px solid #c38b02;
	font: normal 1.2em Arial, sans-serif;
}
#speak-up-small .submit{
	float: right;
}


#shout-box-blank{
	float: right; display: inline;
	width: 100%;
	margin: 0 0 10px 0;
}
#shout-box{
	float: right; display: inline;
	width: 100%;
	margin: 0 0 10px 0;

}
h2.shout-box{
	width: 100%;
}
#shout-box .content{
	height: 206px;


	overflow: hidden;
}
#shout-box .content li{
	padding: 5px 5px 0 5px;
	font-size: 1.0em;
	
}
#shout-box .content li a{
	color: #c90b1a;
}

#shout-box-ajax-loading{
  padding: 25% 43%;
}

#speak-up{

}
#speak-up fieldset{
	background: none;
	padding: 10px; margin: 0;
}
#speak-up .text{
	float: left; 
	display: inline;
	width: 100%;
	padding: 4px;

	background: #fff;

	font: normal 1.2em Arial, sans-serif;
}
#speak-up .submit{
	float: right;
}
</pre></body></html>