.cookienotice {

  background-color: #555555;
  color: white;
}

.cookienotice > a {
	background-color: #16A400; 
	padding: 5px 10px 5px 10px; 
	color: white; 
	border-radius: 5px;
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
}
