#eucookienotice{
	position: fixed;
	bottom:10px;
	right:0;
	z-index: 999;
	left:0;
	display: none;
}

#eucookienotice .container{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #00c78b;
	background: rgb(80,	98,	112);	
	padding:20px;
	color:#fff;
	line-height: 15px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
}
.message{
	margin-bottom: 10px;
	    line-height: 28px;
}
#eucookienotice .small-button-green a{
	padding:5px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
}

@media (max-width:800px){
	#eucookienotice .container{
		width:100%;
	}	
}

@media print {

	
}