#cookie-law { 
	max-width:980px;
	margin:0px auto 0; 
	border-radius: 0px 0px 17px 17px;
	-webkit-border-radius: 0px 0px 17px 17px;
	-moz-border-radius: 0px 0px 17px 17px;
}
 
#cookie-law p { 
	padding:10px; 
	text-align:center; 
	color:black; 
	margin:0;
	/* font-size:0.75em; */
	font-size: 12px;
}

#cookie-law p span {
	background-color:white;
	color:black;
	padding:5px 8px;
	margin-left:10px;
	font-weight: bold;
	/* font-size: 1.4em; */
	font-size: 16px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 2px lightgrey;
}

#cookie-law p a  {
	text-decoration: none;
}
