#cookiesDiv {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: black;
	color: white;
	padding: 20px 150px 10px 100px;
	opacity: 0.7;
	font-size:13px;
	font-family: Arial;
	z-index: 1000;
}
