@charset "utf-8";
/* CSS Document */

#pc-cookie-notice{
	background:#000000 !important;
	color:#fff;
	position:fixed !important;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	font-family:'Arial Unicode MS', Arial, Verdana, sans-serif;
	font-size:14px;
	z-index:1000000;
	height:auto;
	opacity:0.8;
	min-height: 36px;
	padding: 15px;
}#pc-cookie-notice #pc-icon{position:absolute;top:5px;left:5px}#pc-cookie-notice #pc-message{width:100%;padding:0 10px 0 15px}#pc-cookie-notice #pc-message span:after{content:attr(data-content)}#pc-cookie-notice #pc-message a{color:#fff;text-decoration:underline !important}#pc-cookie-notice #pc-message a:after{content:attr(data-content)}#pc-cookie-notice #pc-button{position:absolute;top:3px;right:20px}#pc-cookie-notice #pc-button button{-webkit-appearance:none;margin:0;border:none !important;overflow:visible;font:inherit;color:#444 !important;text-transform:none;display:inline-block;box-sizing:border-box;padding: 12px !important;background:#eee !important;vertical-align:middle;line-height:30px;min-height:30px;font-size:1rem;text-decoration:none;text-align:center}#pc-cookie-notice #pc-button button:after{content:attr(data-content)}@media (max-width: 750px){#pc-cookie-notice #pc-icon{display:none}#pc-cookie-notice #pc-message{padding-left:5px}#pc-cookie-notice #pc-button{right:5px;top:5px}#pc-cookie-notice #pc-button button{padding:5px 3px}