#cookieConsent {
	display: none;
	width: 100%;
	position:fixed;
	bottom:0;
	background: black;
	color: white;
	font-size: 12px;
	padding: 12px;
	z-index: 10;
	opacity: 0.9;
}

#cookieConsent.show {
	display: block;	
}



#cookieConsent a {
	color: yellow;
}

#cookieConsent #cookieConsentBtn {
	color: #fff;
}
