#cookie-bar {
	background: #0DA1E4;
	height: auto;
	line-height: 24px;
	color: White;
	font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	font-size: 14px;
	text-align: center;
	padding: 3px 0;
}
#cookie-bar.fixed {position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:5px; width:100%;}

#cookie-bar.fixed.bottom {position:fixed;bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {
	color: Black;
	font-weight: bold;
	font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	font-size: 14px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0px 7px 0px  7px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #FFFF00;
}
#cookie-bar .cb-enable:hover {
	background: White;
}

#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {
	background: #0DA1E4;
}
#cookie-bar .cb-policy:hover {
	background: #0DA1E4;
	color: #DFDFDF;
}

#cookie-bar .cb-policy  {
	color: White;
	font-weight: bold;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	font-size: 14px;
}
