#cookieChoiceInfo {
	color: white;
	position: fixed;
	background-color: black;
	width: auto;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 4px;
	z-index: 1000;
	text-align: center;
	font-family: arial;
	opacity: 0.8;
	padding: 5px;
	display: block;
}

#cookieChoiceInfo  a{
	text-decoration: underline;
	color: white;
}

#cookieChoiceDismiss {
	display: block;
	/*margin-left: 24px;*/
}

#cookieChoiceLink {
	/*margin-left: 0px;*/
}