#cookie-bar {
	background:#5D5D5D;
	height:auto;
	line-height:24px;
	color:#eeeeee;
	text-align:center;
	padding:3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none !important;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:underline; margin-left:15px;}
