<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#buko-gdpr-cookie-bar, #buko-gdpr-revoke-bar {
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	font-size:14px;
	line-height:20px;
	text-align: center;
	opacity:0.9;
	z-index:99999999999999999999999999999;
	font-family:'Verdana';
}
.buko-gdpr-cookie-container {
	width:960px;
	margin:0 auto;
	box-sizing: border-box;
	padding:15px;
}

#buko-gdpr-cookie-bar a, #buko-gdpr-revoke-bar a { margin-left:10px; }

#buko-gdpr-cookie-bar .buko-gdpr-button,  #buko-gdpr-revoke-bar .buko-gdpr-button {
	padding:5px 10px;
}

#buko-gdpr-revoke-bar {  }

#buko-gdpr-cookie-checks {
	display:inline-block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	margin-top:10px;
}
#buko-gdpr-cookie-checks span { margin:0 5px; }
#buko-gdpr-cookie-checks input { margin:0 !important; vertical-align:middle !important; }
#buko-gdpr-cookie-checks label {
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	margin:0 !important;
	padding:0 !important;
}
.buko-gdpr-dis { pointer-events:none; opacity:0.9; cursor:not-allowed; }

@media screen and (max-width:600px) {
	.buko-gdpr-cookie-container {
	    width: 100%;
	    text-align:left;
	    line-height:16px;
	    font-size:13px;
	}
	#buko-gdpr-cookie-bar, #buko-gdpr-revoke-bar {
		height:auto;
		line-height:16px;
	}
	#buko-gdpr-cookie-text { line-height:16px; }
	#buko-gdpr-cookie-bar .buko-gdpr-button,  #buko-gdpr-revoke-bar .buko-gdpr-button {
		display:inline-block;
		width:42%;
		margin-bottom:5px;
	}
	#buko-gdpr-cookie-checks span.buko-gdpr-btns {
		display:inline-block;
		width: 49%;
		margin:0;
		text-align:center;
		margin-top:10px;
	}
	#buko-gdpr-cookie-checks span.buko-gdpr-btns a {
		margin:0;
		width:100%;
		box-sizing:border-box;
	}
}</pre></body></html>