#cookie-bar {
	background-color: #004272;
	min-height:20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color:#fff;
	text-align:center;
	padding:20px;
	z-index:999999;
}

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

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

#cookie-bar p {
	margin:0;
	padding:0;
}

#cookie-bar a.cb-enable {
	color:#000;
	border-radius:3px;
	text-decoration:none;
	padding:6px;
	margin-left:8px;
}

#cookie-bar .cb-enable {
	background:#fcb910;
}

#cookie-bar .cb-enable:hover {
	background:#d49c0d;
	color:#fff;
}

#cookie-bar .cb-disable {
	background:#fff;
}

#cookie-bar .cb-disable:hover {
	background:#d49c0d;
}

#cookie-bar a.cb-policy {
	color:#000;
	border-radius:3px;
	text-decoration:none;
	padding:6px;
	margin-left:8px;
	background:#fcb910;
}

#cookie-bar a.cb-policy:hover {
	background:#d49c0d;
	color:#fff;
}