#cookies-eu-banner {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: inherit;
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	top: unset;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
	line-height: 2.5;
}
#cookies-eu-accept,
#cookies-eu-reject {
	text-decoration: none;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
	padding: 9px 12px;
	transition: background 0.07s, color 0.07s, border-color 0.07s;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus {
	/* background: #fff; */
	color: #222;
}
#cookies-eu-more {
	margin-left: 5px;
	color: rgb(68, 68, 68);
	font-weight: 550;
	text-decoration: underline;
}

/* #cookies-eu-reject {
	background: none;
	font-weight: normal;
	color: #ccc;
	cursor: pointer;
	padding: 4px 7px;
	margin: 2px 0;
	border: 1px solid #666;
} */
/* #cookies-eu-reject:hover,
#cookies-eu-reject:focus {
	border-color: #fff;
	background: #222;
	color: #fff;
} */