#cookie_notice_container.remove{
	opacity:0;
	display:none;
}
#cookie_notice_container{
	opacity: 1;
	transition: opacity .2s;
	display: table;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	_height:100px;
	width:100%;
	background-color:#E3000F;
}
#cookie_notice_inner{
	max-width:1100px;
	margin:0 auto;
	padding:20px 0;
}
#cookie_notice_content{
	color:white;
	font-size:1rem;
	width:80%;
	float:left;
}
#cookie_notice_content a{
	font-weight:bold;
	color:white;
}
#cookie_notice_content p{
	
}
a#accept_cookie{
	display:table;
	padding:10px 20px;
	background-color:white;
	color:#E3000F;
	font-weight:bold;
	text-decoration: none;
	_margin:20px auto 0 auto;
	width:20%;
	float:right;
	text-align: center;
}
a#removeCookienotice{
	color:white;
	display:block;
	margin-top:5px;
	float:right;
	width:20%;
	text-align: center;
}