.cookiepolicy {
	background: #fff;
	bottom: 0;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	z-index:999;
	right: 0;
	text-align: center;
	border-top: 1px dashed #bcbdbe;
}

.cookiepolicy .button {
	display:block;
	background: #fff;
	color:#353535;
	font-size:15px;
	cursor: pointer;
	margin-left: 5px;
	padding: 0px 10px;
	border:none;
	margin:0px;
}

.cookiepolicy .button:hover{background:#fbf9fa;color:#353535;}
