<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-bar {
	background-color: #00afec;
	border-bottom: 1px solid #e4e4e4;
	height: 40px;
	line-height: 40px;
	color: white;
	text-align: left;
	padding: 3px 0 3px 15px;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0; left : 0;
	width: 100%;
	left: 0;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Verdana
}

#cookie-bar a {
	color: white;
	display: inline-block;
	text-decoration: underline;
}

#cookie-bar .cb-enable {
	background-color: white;
	color: #666666;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	text-decoration: none;
	width: 30px;
}

#cookie-bar .cb-enable:hover {
	background: #ff9900;
	color: white
}

#cookie-bar .cb-disable {
	background: #990000;
}

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

#cookie-bar .cb-policy {
	background-color: white;
	border: 1px solid #00afec;
	color: black
}

#cookie-bar .cb-policy:hover {
	background: #ff9900;
	color: white
}</pre></body></html>