body {
	margin: 0;
	padding: 0;
}

.cookies-eu-banner {
	background: #fff !important;
	color: #000 !important;
	opacity: 0.5;
	padding: 6px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.cookies-eu-banner button {
	text-decoration: none;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 4px 7px;
	margin: 2px 0;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
	background: #fdfdfd;
	color: #000;
}

.cookies-eu-banner a {
	color: blue !important;
	text-decoration: underline;
}


.hidden {
	display: none;
}