<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ue_cookie_wrapper
{
	background: #fd8;
	font-family: "Segoe UI",Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 11pt; 
	font-weight: normal; 
	color: #333;
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #f80;
	border-top: 1px solid #f80;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}
#ue_cookie
{
	width: 640px;
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
}
#ue_cookie:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#ue_cookie p
{
	margin: 5px 0 0;
}
#ue_cookie_close
{
	float: right;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
	background: #f80;
	border: solid 1px #000;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}

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