#cookie-bar.fixed{
	position:fixed;
	z-index:99999;
}

#cookie-bar.bottom{
	bottom:0;
	left:0;
}

#cookie-bar{
	background:#b90c1c;
	width:100%;
	padding:10px 0px;
	color:#fcc200;
}
#cookie-bar a{
	font-weight: bold;
	color:#fcc200;
}