/*#cookie-law-banner {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	display:none;
	width:100%;
	z-index:10000;
	position:relative;
}
.cookie-container {
	min-height: 50px;
	max-width:960px;
	min-width: 220px;
	width: 90%;
	margin: 0 auto;
	padding:10px;
	position: relative;
}

.cookie-button {
	width: 40px;
	position: absolute;
	top: -4px;
	right: -4px;
	box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2);
}

.cookie-text {
	border: 4px solid #dedede;
	padding: 1em 1.5em 1em 1em;
	min-height: 24px;
}

.cookie-text p {
	margin-bottom: 10px;
}
.cookie-text p:last-child {
	margin-bottom: 0;
}

#cookie-law-banner .close-button {
	font-weight: bold;
	background: #dedede;
	display: block;

	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 25px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

#cookie-law-banner .close-button:hover {
	background: #aaa;
	color:#ffffff;
}*/
#cookie-law-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	top: auto;
	width: 100%;
	background-color: #000000;
	color: #EEEEEE;
	height: auto;
	line-height: 24px;
	text-align: center;
	padding: 3px 0;
	z-index: 2000;
}

#cookie-law-banner p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#cookie-law-banner a {
	color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-law-banner .close-button {
	background-color: #128b2f;
}

#cookie-law-banner .cb-policy {
	background: transparent;
    border: 1px solid #fff;
}