#eu_cookie_consent {
	background: #E6E6E6;
	padding: 20px 20px;
	color: #424242;
	border: 0px solid #337ab7;
	text-align: left;
	position: fixed;
	bottom: 0;
	z-index: 1000000;
	width: 100%;
}
#eu_cookie_consent h3 {
	margin: 0 0 5px 0;
	color: #424242;
	font-family: verdana;
}
#eu_cookie_consent p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-family: verdana;
}

@media (min-width: 401px) {
	#eu_cookie_consent {
		display: table;
	}
	#eu_cookie_consent > div {
		display: inline;
	}
.eu_cookie_consent__button {
		vertical-align: bottom;
		text-align: left;
	}
}
.btn {
	font-size:16px;
	font-family: verdana;
}