#cookieConsent {
	display: none;
	width: 100%;
	position:fixed;
	bottom:0;
	background: black;
	color: white;
	font-size: 12px;
	padding: 12px;
}

#cookieConsent.show {
	display: block;
	
}