.cookiepopup
{
	position:fixed;
	left:0;
	bottom:0;
	padding:20px 0 20px 0;
	background:#fff;
}

.cookiepopup .text
{
	width:calc(100% - 100px);
	height:auto;
	line-height:20px;
	font-size:10px;
	color:#333;
}

.cookiepopup .text a
{
	float:none;
	display:inline-block;
	width:auto;
	line-height:20px;
	font-size:10px;
	color:#333;
	font-weight:700;
}

.cookiepopup .button
{
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:40px;
	background:#D0A47E;
	line-height:40px;
	font-size:10px;
	color:#fff;
	font-weight:700;
	text-align:center;
	z-index:9999;
}