#cookie-law {
	display: none;
	font-family: 'Arial';
	position: relative;
	z-index: 9999999999;
}

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

#cookie-law #cookie-advice p { color: #fff; text-align: center; }

#cookie-law #cookie-advice a { color: #333; }
#cookie-law #cookie-advice a:hover { color: #666; }

#cookie-law #cookie-page {
	background: rgba(255, 255, 255, 0.8);
	border: solid 1px #000;
	border-bottom-width: 0;
	bottom: 57px;
	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;
	text-align:left;
}

#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: #fff;
	border: solid 1px #ddd;
	border-radius: 50%;
	box-sizing: border-box;
	color: #000;
	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: #eee;
}

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

#cookie-law #cookie-advice .btn:hover {
	background: #eee;
	color: #000;
}