.button		{padding:5px;text-align:center;min-width:100px;cursor:pointer;margin:5px 0;border-radius:5px;}
.half			{width:calc(50% - 15px);}
.consentpop	{background-color:rgba(0,0,0,0.5);width:100%;min-height:100%;position:absolute;z-index:999999;top:0;left:0;padding-top:100px;font-size:0.8em;color:#000;font-weight:normal;text-align:left;line-height:1.4em;}
.consentpop_in	{width:300px;margin:auto;padding:10px;background:#e6e6e6;border-radius:5px;}
.cookiesettings	{margin-top:10px;border:1px solid green;background:#f5f5f5;padding:10px;display:none;}
.consentmore	{margin:5px 0;border:1px solid #ccc;border-radius:5px;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;}