#cookiewarning {
	width: 47%;
	height:auto;
	position: fixed;
	bottom:0;
	left:50%;
	margin-left:-25%;
	z-index:999999; 
	padding:1.5%;
	background: rgba(0,0,0,0.8);
	color:#fff;
	line-height:1.3em;
	display:none;
}
#cookiewarning a {
	color:#fff;
	text-decoration: underline;
}
#cookiewarning b {
	color:#fff;
}
#cookiewarning a.ok {
	color:#fff;
	font-weight: bold;
	float:right;
	text-decoration: none;
	border:1px solid white;
	text-transform: uppercase;
	padding:5px 10px;
}
#cookiewarning a.nok {
	border: 1px solid white;
	text-transform: uppercase;
	padding:5px 10px;
	margin-right:15px;
}
#cookiewarning h2 {
	font-size:1.3em;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:10px;
}
#cookiewarning>ul,
#cookiewarning p {
	margin-bottom:15px;
}
#cookiewarning>ul {
	display:none;
	width:100%;
}
#cookiewarning #cookiedetails { 
	float:right;
}
#cookiewarning>ul>li {
	width:50%;
	display:inline-block;
	vertical-align: top;
}
#cookiewarning>ul>li>ul>li {
	margin-top:15px;
	padding-left:20px;
}
#cookiewarning>ul>li>ul>li>label {
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
#cookiewarning>ul>li>ul>li>label>input[type=checkbox] {
	margin-left:-20px;
}
#showcookies {
	display: none;
	position: fixed;
	bottom: 0;
	left: 10px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	z-index: 3;
}
#showcookies a {
	color:white;
}

@media screen and (max-width: 700px)
{
	#cookiewarning {
		width: 97%;
		margin-left: 0;
		left:0;
	}
	#cookiewarning>ul, #cookiewarning p {
		clear: both;
	}
}