#eu-cookie-bar-wrapper {
	padding: 10px;
}

#eu-cookie-bar {
	display: none;
	direction: ltr;
	color: #000000;
	min-height: 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background-color: #e6e6e6;
	text-align: left;
	font-size: 12px;
}

#eu-cookie-bar a {
	color: #444444;
	text-decoration: underline;
}
button#euCookieAcceptWP {
	margin:0 10px;
	line-height:20px;
	background:#87bbe6;
	border:none;
	color: #ffffff;
	padding:2px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}