#cookies-notification {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background: #444;
	padding:10px;
	text-align:center;
	z-index:1;
	color:#fff;
	font-size:12px;
}

#cookies-notification button {
	color:#000;
	margin-left:10px;
	border-radius:3px;
	border:none;
	padding:4px 6px;
	background-color:#eee;
}