/* cookieconsent */

.cookieconsent-banner {
	position:fixed;
	padding:20px;
	left:0;
	bottom:0;
	background-color:black;
	color:white;
	text-align:center;
	width:100%;
	z-index:99999;
	opacity:0.8;
}

.cookieconsent-confirm {
	color:#ccc;
}
