#cookie-bar {
	text-align  : center;
	font-size: 12px;
	padding     : 3px 0;
	line-height : 24px;
	background  : #c9c9cd;
	color       : #FFF;
	z-index: 9999;
}

#cookie-bar.fixed {
	position : fixed;
	top      : 0;
	left     : 0;
	width    : 100%;
}

#cookie-bar.fixed.bottom {
	top    : auto;
	bottom : 0;
}

#cookie-bar p {
	padding : 0;
	margin  : 0;
}

#cookie-bar a {
	display               : inline-block;
	padding               : 0 8px;
	text-decoration       : none;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
	margin-left           : 8px;
	color                 : #fff;
}

#cookie-bar a.link {
	display               : inline-block;
	padding               : 0;
	text-decoration       : underline;
	-moz-border-radius    : 0;
	-webkit-border-radius : 0;
	border-radius         : 0;
	margin-left           : 0;
	color                 : #fff;
}

#cookie-bar .cb-enable {
	display     : inline-block;
	margin-left : 10px;
	background  : #676c77;
}

#cookie-bar .cb-enable:hover {
	background-color : #666;
}

#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;
}
