#cookie-warning {
	position: fixed;
	width: 250px;
	background-color: rgba(0,0,0,0.4);
	bottom: 25px;
	left: 25px;
	padding: 20px;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
}

#cookie-warning p {
	font-size: 14px;
	margin: 0px 10px 15px 10px;
	color: white;
	text-shadow: 1px 1px rgba(0,0,0,0.8);
}

#cookie-warning a {
	color: white;
	font-size: 14px;
}

#cookie-dismiss {
	display: block;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	background-color: #3D7C3D;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
}
