
@import 'cookieconsent.css';

BODY , BODY * { pointer-events:none; user-select:none; }
.cookieconsent-embeded , .cookieconsent-embeded * { pointer-events:auto; user-select:auto; }
.cookieconsent-embeded { position:fixed; left:0; right:0; top:10%; bottom:10%; max-width:750px; margin:auto;
		border: 1px solid #000; border-radius:9px; box-shadow: 0 0 100px 0 #888; background-color:#FFF;
	}
.cookieconsent-embeded H1 { display:block; height:50px; margin:0; padding: 8px 0;  overflow:hidden; }
.cookieconsent-embeded .cookieconsent { display:block; height: calc( 100% - 8px - 8px - 50px ); }
.cookieconsent-embeded .cookieconsent > DIV { display:block; height:calc( 100% - 8px - 250px ); padding:0 8px; border-top: 1px solid #000; border-bottom: 1px solid #000; overflow:auto; }
.cookieconsent-embeded .cookieconsent > FORM { display:block; height:250px; padding:8px 8px 0 8px; overflow:hidden; }

@media (max-width:800px)  {
	.cookieconsent-embeded { left:10%; right:10%; margin:0; }
	.cookieconsent-embeded H1 { font-size:24px; /* line-height:24px; */ }
}

