#cookies-eu-banner {
	z-index: 99999;
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	width: 760px;
	margin: 0 0 0 -400px;
	background: white;
	padding: 20px;
	box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.3);
}

#cookies-eu-banner h4 {
	font-weight: bold;
}

#cookies-eu-banner a {
	text-decoration: underline;
}

#cookies-eu-banner button {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 15px;
	line-height: 17px;
	width: auto;
	padding: 6px 8px;
	cursor: pointer;
	float: right;
	margin-left: 5px;
	font-family: 'Arial Black', arial;
	text-transform: uppercase;
}

@media screen and (max-width:1000px) {
	#cookies-eu-banner {
		width: auto;
	  left: 5%;
	  right: 5%;
	  margin: 0;
	}
}
