#cookieInformer {
	display: none;
	margin: 1em;
	text-align:center;
	padding: 0.5em 1em;
	background: #B8ED01;
	position:fixed;
	bottom:0;
	width:50%;
	margin-left:25%;
	margin-right:50%;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 1ex;
	transition: all 0.3s ease-out;
	box-shadow: 
		inset 0 1px 0 rgba(255,255,255,0.5), 
		0 2px 2px rgba(0,0,0,0.3), 
		0 0 4px 1px rgba(0,0,0,0.2); 
	/* Font styles */
	text-decoration: none;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}

#cookieInformer:hover, #closeCookieInfo:hover {
	background: #C7FE0A;
	text-decoration:none;
}

#closeCookieInfo {
	cursor:pointer;
}

/* Effect 15: scale down, reveal */
#cookieInformer a, #closeCookieInfo {
	color: Blue;
	font-weight: 700;
	text-shadow: none;
	text-decoration:none;
}
