#cookie-bar {
	padding: 10px 10px;
	background: #000;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center !important;
	position: fixed;
	width: 225px;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
}
#cookie-bar.fixed {
	position:fixed; 
	bottom:0; 
	right:0; 
	width:300px
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}
#cookie-bar p {
	margin:0; 
	padding:0;
	font-size: 14px;
	line-height: 19px;
    color:#FFF;
}
#cookie-bar a {
	color:#ffffff; 
	display:block; 
	border-radius:3px; 
	text-decoration:none; 
	padding:0 6px; 
	margin-left:8px;
	margin-top: 17px;
}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}