#cookie-info {
	background-color: rgba(48,131,53,0.8);
	
	color: white;

	position: fixed;
	bottom: 0;
	z-index: 3000;

	width: 100%;
	display: none;
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	text-align: center;
}

#cookie-info a {
	color: rgb(255,255,255);
}