.cookienotice {
	padding: 15px 0px 15px 0px;
	font-size: 14px; 
	line-height: 22px; 
	border-bottom: 1px solid #8fc3fc; 
	text-align: center; 
	position: fixed; 
	background-color: #14141f;
	width: 100%; 
	z-index: 999;
	color: #fff;
}
.cookiewrap {
	height: 10px;
}
.cookienotice > a {
	background-color: #b30000; 
	padding: 5px 10px 5px 10px; 
	color: #ffffff; 
	border-radius: 5px;
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
}