<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#message_cookies{
	position:static;
	bottom:0;
	position:fixed;
	background:#15a7e4;
	color:#FFF;
	width:100%;
	text-align: center;
	padding:10px 0;
	font-size:0.7em;
	z-index:1000;
}
div#message_cookies a{
	color:#FFF;
}
div#message_cookies #ok_cookie{
	text-decoration:none;
	background:#262626;
	border-radius:5px;
	padding:6px;
	font-weight:bold;
}
div#message_cookies #ok_cookie:hover{
	background:#f9c40d;
}</pre></body></html>