
#cookies
{
position: fixed;

margin-bottom: 0px;
width: 100%;
display: block;
left: 0%;
background-color:white;
z-index: 99999;
bottom: 0%;
height: 37px;
}

#cookies p
{
	text-align:center;
	font-size: 13px;
	margin-top: 9px;
}

.acceptcookies
{
	padding:7px 10px;
	background-color:#717A84;
	color:white;
	margin-left: 10px;

}

