div#cookie-law {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgb(255,255,255);
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	z-index: 999;
	border-top: 1px dotted #ccc;
}

a.close-cookie-banner {
	border: 1px solid #aaa;
	padding: 1px 3px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	text-align: center;
	line-height: 1em;
	border-radius: 5px;
}

