aside#eu-cookie-law  {
	font-family: sans-serif;
	width: 100%;
	overflow: hidden;
	display: none;
}

aside#eu-cookie-law div.eu-cookie-law-outer-box {
    margin: 0;
    left: 0;
    bottom: 0;
    border: 0;
	animation: fadeIn 0.8s;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	display: block;
	width: 100%;
	color: #ccc;
	font-size:0.8em;
	line-height: 1.5em;
	text-align: center;
}

aside#eu-cookie-law div.eu-cookie-law-inner-box {
	display: flex;
	text-align: left;
	padding: 1em 0.8em 2em 0.8em;
	width: auto;
	justify-content: center;

}


aside#eu-cookie-law p {
	color: inherit;
	margin-top:0;
	margin-bottom:0;
	margin-right:1em;
	margin-left: 2em;
}

aside#eu-cookie-law p a {
	color: inherit;
	text-decoration: underline;
}

aside#eu-cookie-law form {
	margin-top: 0.4em;
	margin-left: 1em;
	margin-right: 2em;
	height: 4em;
}

aside#eu-cookie-law input, aside#eu-cookie-law input:focus, aside#eu-cookie-law input:hover {
	border-radius: 4px;
	border:0;
	color: #2e4453;
	background: #CCC;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: inherit;
	font-size: 14px;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 0 0 0.2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	position: static;
	text-transform: none;
}