<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#cookie-alert {
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	height: auto;
	left: 0;
	line-height: 1.4em;
	min-width: 100%;
	position: fixed;
	text-align: center;
	z-index: 100000;
}
.cookie-alert-container {
	padding: 10px;
}
.box-bottom {
	bottom: 0;
}
#cookie-alert .button.btn-style {
	background: linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0 #f3f3f3;
	border: 1px solid #bbb;
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font: normal 12px sans-serif;
	line-height: 18px;
	outline: medium none;
	padding: 2px 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}
#cookie-alert .button {
	margin-left: 10px;
}
.button {
	font-weight: bold;
	position: relative;
	text-align: center;
	transition: background-color 0.15s ease-in-out 0s;
	width: auto;
}</pre></body></html>