.cookie-consent {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	padding: .9em 2em 1em 1.2em;
	z-index: 999999;
	background: #efefef;
	border-top: 1px solid #efefef;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.cookie-consent a {
	font-weight: bold;
}
.cookie-consent .cookie-consent-close {
	position: absolute;
	top: .5em;
	right: .5em;
	text-decoration: none;
}