#cookie-notice {
	position: fixed;
	width: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	background: #555;
	color: #FFF;
	border-top: 1px solid #222;
	padding: .5em 0;
}
.cookie-notice-text a.more-info {
	color: #CCF;
	text-decoration: underline;
}
.cookie-notice-text a.more-info:hover {
	color: #AAD;
	text-decoration: none;
}
.footer {
	margin-bottom: 8em;
}
#footer {
	margin-bottom: 12em;
}
