@charset "utf-8";
/* CSS Document */

#cookies {
	background-color:#CCC;
	background-color:rgba(254,254,254,0.9);
	background-size: auto 100%;
	color:#000;
	padding:10px 20px;
	text-align:center;
	font-size:0.8em;
	position:fixed;
	left:0;
	bottom:0;
	box-shadow:0 3px 8px #333;
	z-index:999;
	width:100%;
	box-sizing:border-box;
}

#cookies>p>a {
	font-weight:bold;
	color:#06F;	
}

#cookies #accept-cookies {
	background:#009FE3;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	float:right;
	text-decoration:none;
	margin-left:20px;
}