#cookie-bar {
	text-align:center
}
#cookie-bar {
	background:rgba(0,0,0,.8);
	bottom:0;
	color:#eee;
	font-size:14px;
	line-height:24px;
	padding:10px 5px;
	position:fixed;
	width:100%;
	z-index:9999999999
}
#cookie-bar a {
	color:#56a4dd;
	font-weight:700
}
#cookie-bar .cb-enable {
	background:#34a853;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	border-radius:3px;
	color:#fff;
	display:inline-block;
	margin-left:8px;
	padding:3px 10px;
	text-decoration:none
}