
#cookie-notice{
	color:#fff;font-family:inherit;
	background:#3b474c;padding:20px;
	position:fixed;bottom:10px;
	left:10px;width:100%;
	max-width:400px;
	box-shadow:0 10px 20px rgba(0,0,0,.2);
	border-radius:5px;
	margin:0px;
	visibility:hidden;
	z-index:100000;
	box-sizing:border-box}
#cookie-notice button{
	color:inherit;
	background:#2a3235;
	border:0;
	padding:10px;
	margin-top:10px;
	width:100%;
	cursor:pointer
	}
@media only screen and (max-width:600px){
	#cookie-notice{max-width:100%;bottom:0;left:0;border-radius:0}}