#cookie-bar {
	background:#3D3C3C;
	height:25px;
	line-height:24px;
	color:#eeeeee;
	text-align:center;
	padding:3px 0;
}

#cookie-bar p {
	margin:0;
	padding:0;
}

#cookie-bar a {
	color:#ffffff;
	display:inline-block;
	border-radius:3px;
	text-decoration:none;
	padding:0 6px;
	margin-left:8px;
}

#cookie-bar .cb-enable { background:#00B7CE; transition: all 0.35s; }

#cookie-bar .cb-enable:hover { background:#008a9b; }