.button		{padding:5px;text-align:center;min-width:100px;cursor:pointer;margin:5px 0;border-radius:3px;}
.half			{width:calc(50% - 15px);}
.consentpop	{overflow-y: scroll;background-color:rgba(0,0,0,0.5);width:100%;min-height:100%;position:absolute;z-index:999999;top:0;left:0;padding:20px 0;font-size:0.8em;color:#000;font-weight:normal;text-align:left;line-height:1.4em;}
.consentpop_in	{width:280px;margin:auto;padding:10px;background:#e6e6e6;border-radius:3px;}
.cookiesettings	{margin-top:10px;border:1px solid green;background:#f5f5f5;padding:10px;display:none;}
.consentmore	{margin:5px 0;border:1px solid #ccc;border-radius:3px;padding:5px;cursor:pointer;}
.accept		{background-color:#cc0000;color:#FFF;}
.decline		{background-color:#e6e6e6;float:left;}
.smaller		{font-size:0.8em;}
.tobo10		{margin:10px 0;}
.clear		{clear:both;}


@media only screen and (min-width: 375px){
	.consentpop_in	{width:345px;margin:auto;padding:10px;background:#e6e6e6;border-radius:3px;}
}