#cookie-law {
	bottom: 0;
	display: none;
	font-family: 'Arial';
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999999999;
}

#cookie-law .close-btn {
	background: #333;
	border: solid 1px #000;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}

#cookie-law .close-btn:hover {
	background: #666;
}

#cookie-law #cookie-advice {
	background: rgba(255, 255, 255, 0.8);
	border-top: solid 1px #000;
	bottom: 0;
	box-sizing: border-box;
	color: #000;
	font-size: 13px;
	padding: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
}

#cookie-law #cookie-page {
	background: rgba(255, 255, 255, 0.8);
	border: solid 1px #000;
	border-bottom-width: 0;
	bottom: 41px;
	box-sizing: border-box;
	color: #000;
	display: none;
	font-size: 12px;
	left: 50px;
	line-height: 1.2em;
	margin: 0 50px;
	max-height: 50%;
	overflow-y: scroll;
	padding: 15px 50px;
	position: fixed;
	right: 50px;
}

#cookie-law #cookie-page p {
	margin-bottom: 10px;
}

#cookie-law .cookie-title {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

#cookie-law #cookie-page .close-cookie {
	background: #333;
	border: solid 1px #000;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: right;
	height: 20px;
	padding: 1px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 20px;
}

#cookie-law #cookie-page .close-cookie:hover {
	background: #666;
}