#cookieConsent {
	color: #ccc;
	background-color: rgba(20,20,20,0.8);
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 0 8px 30px;
	min-height: 26px;
	font-size: 14px;
	line-height: 26px;
	z-index: 9999;
}
#cookieConsent a {
	color: #4B8EE7;
	text-decoration: none;
}
#cookieConsent a#acceptCookieConsent {
	color: #000;
	background-color: #E0C91F;
	float: right;
	display: inline-block;
	margin: 0 10px;
	padding: 0 20px;
	border-radius: 3px;
	cursor: pointer;
}
#cookieConsent a#acceptCookieConsent:hover {
	background-color: #f49929;
}