<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ATEDIN_cookie_warning {
	position: fixed;
	display: block;
	margin: 0px;
	padding: 1em;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	z-index: 1498;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;	
}
#ATEDIN_cookie_warning div {
	text-shadow: 2px 2px 3px #000;
	overflow: hidden;
}
#ATEDIN_cookie_warning div.text {
	padding: 2px;
}
#ATEDIN_cookie_warning div.buttons {
	
}


#ATEDIN_cookie_warning div.buttons .button {
	border: 1px solid #dedede;
	color: #ffffff;
	padding: 2px 5px;
	margin: 0px 5px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	display: inline-block;
	
}
#ATEDIN_cookie_warning div.buttons .button:hover {
	background-color: rgba(255, 255, 255, 0.5);	
}

@media screen
and (max-width: 360px) {
	#ATEDIN_cookie_warning div.buttons .button {
		width: 45%;
		float: left;
		font-size: 1.2em;
		padding: 12px 5px;
	}
	#ATEDIN_cookie_warning div.buttons {
		text-align: center;
		padding: 0.2em;
	}

}

@media screen
and (min-width: 361px)
and (max-width: 768px) {
	#ATEDIN_cookie_warning div.buttons .button {
		width: 45%;
		float: left;
		font-size: 1.3em;
		padding: 12px 5px;
	}
	#ATEDIN_cookie_warning div.buttons {
		text-align: center;
		padding: 0.5em;
	}
}

@media only screen
and (min-width : 769px) 
and (max-width : 993px) {
	#ATEDIN_cookie_warning div.buttons .button {
		font-size: 1.4em;
	}
	#ATEDIN_cookie_warning div.buttons {
		text-align: center;
	}
}

@media only screen
and (min-width : 994px)
and (max-width : 1169px) {
	#ATEDIN_cookie_warning div {
		float: left;
	}
}
@media only screen
and (min-width : 1170px) {
	#ATEDIN_cookie_warning div {
		float: left;
	}
}</pre></body></html>