#cookie-bar {
	background:#e20613; 
	height: auto;  
	color: #FFF; 
	text-align: center; 
	padding: 10px;
	line-height:120%;
	border-bottom: #fff 3px solid;
	z-index:500;
}
#cookie-bar.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
}
#cookie-bar.fixed.bottom {
	top:0; 
	top:auto;
}
#cookie-bar p {
	margin:0; 
	padding:0; 
	font-size: 80%; 
	text-align: center;
}
#cookie-bar a {
	color:#FFF;   
	text-decoration:none; 
	padding:15px 0px 10px 0px;
	margin: 5px;
    line-height: 300%;
}
#cookie-bar .cb-enable, #cookie-bar .cb-policy, #cookie-bar .cb-disable {
	background:rgba(255,255,255,0.2);
	border-radius:10px;
	padding:3px 10px;
}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-policy:hover, #cookie-bar .cb-disable:hover {
	background:rgba(255,255,255,0.3);
}
#cookie-bar .cb-disable {
	display:none;
