.notice {
	display: block;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	padding: 20px 0px;
}
.notice > .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: black;
	opacity: 0.85;
}
.notice > .content {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}
.notice > .content h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	margin-top: 0px;
	margin-bottom: 15px;
}
.notice > .content p {
	font-size: 0.65em;
	line-height: 2em;
	color: white;
	margin-bottom: 15px;
}
.notice > .content a.submit-cookies {
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin-right: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 10px;
	font-weight: 600;
	font-size: 0.65em;
	border: 1px solid #ffffff;
	background: #000000;
	color: #ffffff;
}
.notice > .content a.submit-cookies:hover {
	background: #888888;
	border-color: #888888;
	color: #ffffff;
}

@media only screen and (max-width: 465px) {
	.notice > .content a.submit-cookies {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}