#cookie-bar {
	background:#d9d9d9;
	height:auto;
	min-height:24px;
	line-height:24px;
	color:#999;
	text-align:center;
	padding:5px 0;
	z-index: 1;
}

#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}

#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-bar p {
	color: #999;
	font-size: 11px;
	margin:0;
	padding:0;
	text-align: center;
}

#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}

#cookie-bar .cb-enable {
	background:#d0671c;
	color: #FFF;
	text-transform: uppercase;
}

#cookie-bar .cb-enable:hover {
	background:#ed0046;
	color: #FFF;
}

#cookie-bar .cb-disable {
	background:#999;
	color: #FFF;
}

#cookie-bar .cb-disable:hover {
	background:#333;
	color: #FFF;
}

#cookie-bar .cb-policy {
	background:#000;
	color: #999;
	text-transform: uppercase;
}

#cookie-bar .cb-policy:hover {
	background:#333;
	color: #999;
	text-transform: uppercase;
}