<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cookie-bar {
	z-index: 16;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	padding: 0.6em 1em;
	border-top: 2px solid #ffffff;
	background-color: #D1830D;
}

#cookie-bar a {
	font-size: 0.75em;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 2px;
	text-decoration: none;
	padding: 0.5em 0.75em 0.25em 0.75em;;
	margin-left: 0.75em;

	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}


#cookie-bar a:hover {
	color: #ffffff;
}

#cookie-bar .cb-policy {
	color: #d1830d;
	padding: 4px 10px;
	background: #f4f4f4;
}

#cookie-bar .cb-policy:hover {
	color: #f4f4f4;
	background: #2b5875;
}


#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}

#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}



#cookie-bar .cb-enable {
	display: inline-block;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 6px 6px 4px 6px;
	border-radius: 50%;
	color: #d1830d;
	margin-left: 10px;
	background: #f4f4f4;
	float: right;
}

#cookie-bar .cb-enable:hover {
	color: #f4f4f4;
	background: #2b5875;
}</pre></body></html>