<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#feedback{
	width:165px;
	height:auto;
	position:fixed;
	top:55px;
	right:0px;
	margin-top:2px;
	z-index:10000;
}

#feedback .section{
	
}

#feedback h6{
	height: 5px;
	text-indent: -99999px;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
}


#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
	font-family:Corbel,Arial,sans-serif;
	color:#5a665b;
	text-shadow:1px 1px 0 #b3c2b5;
	margin-bottom:20px;
}

#feedback .arrow{
	float: right;
	width: 21px;
	height: 15px;
	position: relative;
	top: 0px;
	margin-right:5px;
	background-image: url(../images/arrow-randmeer2.png);
	background-repeat: no-repeat;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}
#feedback img {
	margin-bottom:0px;
}</pre></body></html>