#eu-cookie-bar {
	display: none;
	direction: ltr;
	color: #ffffff;
	min-height: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background-color: #2e363f;
	text-align: center;
	font-size: 12px;
}
#eu-cookie-bar a {
	color: #ffffff;
	text-decoration: underline;
}
#euCookieAcceptWP {
	margin:0 10px;
	line-height:20px;
	background:#7A7A7A;
	border:none;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
    
}
