@charset "utf-8";
/* CSS Document */

#cookie-accept-box {
	position:fixed;
	bottom:0px;
	width:100%;
	background:rgba(0,0,0,.95);
	z-index:5100;
	overflow:hidden;
	border-top:1px solid #f10602;	
}
#cookie-accept-box > div {
	max-width:940px;
	margin:0 auto;	
	padding:10px 20px;
	overflow:hidden;
}
#cookie-accept-box div.cookie-accept-text { float:left; }
#cookie-accept-box div.cookie-accept-buttons { float:right; }

#cookie-accept-box * { font-size:14px; line-height:30px; }

#cookie-accept-box a { display:inline-block; font-weight:400; text-decoration:none; }
#cookie-accept-box div.cookie-accept-buttons a { padding:0px 10px; }
#cookie-accept-box a.cookie-accept-ok { background-color:#f10602; color:#fff;  }
#cookie-accept-box a.cookie-accept-ok:before { content:"✔"; padding-right:4px; position:relative; }
#cookie-accept-box a.cookie-accept-ok:hover { background-color:#f10602; color:#fff !important; }
