#cookie-bar {
	background-color: rgba(255,255,255,0.5);
	height: auto;
	line-height: 24px;
	color: #000;
	text-align: center;
	padding: 10px 0;
	z-index: 1000;
	font-size: 14px;
	border-top: thin solid #1292b9;
}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p { padding:0; width:90%; margin:0 auto;}
#cookie-bar a {display:inline-block; border-radius:3px; text-decoration:none; padding:0 40px; margin-left:8px;}
#cookie-bar .cb-enable {background: #1292b9; color: #fff;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-policy {
	color: #000;
	text-decoration: underline;
}