.eu-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #000000;
	padding: 10px;
	background-color: silver;
	z-index: 99999;
	font-size:13px;
}

.eu-cookies button {
	background: green;
	border:0px;
	color: white;
}