#cookie-bar {
	background-color: rgba(0,0,0,0.7); 
	height:45px; line-height:24px; color:#eeeeee; text-align:center; 
	//padding:10px 0;
font-size:14px;
	}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;
	display:flex;
	justify-content:center;
}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:none; padding:0;
	vertical-align:middle;
	margin: 1px 0px 1px 0px;
}
#cookie-bar span{
	margin:auto;
}
#cookie-bar a {color:#ffffff; display:inline-block; 
	
	border-radius:3px; 
	text-decoration:underline; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#868072;
	text-decoration:none;
	}
#cookie-bar .cb-enable:hover {background:#868072;}
#cookie-bar .cb-disable {background:#868072;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#4C4C4C;}
#cookie-bar .cb-policy:hover {background:#4C4C4C;}
