.cookieBanner {
	position: fixed;
	bottom: 0;
	left: 0;
	clear: both;
	width: 100%;
	margin: 0em auto;
	text-align: center;
	padding: 4px 10px 0px 10px;
	color: rgb(70, 70, 70);
	background-color: rgb(255, 229, 153);
}

.cookieBannerCenter {
	position: center;
	bottom: 0;
	clear: both;
	width: 870px;
	margin: 0em auto;
	text-align: center;
	padding: 4px 10px 1px 10px;
	color: rgb(70, 70, 70);
	background-color: rgb(255, 229, 153)
}

.cookieBannerLeft {
	font-size: 9pt;
	text-align: left;
	display: inline-block;
	width: 77%;
}

.cookieBannerLeft a
{
	vertical-align:bottom;
	text-decoration:none;
}

.cookieBannerLeft img 
{
	position:relative;
	vertical-align:top;	
	top:-1px;
	padding-right: 5px;
}


.cookieBannerLeft span
{
	vertical-align:bottom;
	z-index:1;
}

.cookieBannerRight 
{
	font-size:8pt;
	text-align:left;
	width: 20%;
	height: 100%;
	display: inline-block;
}

.cookieBannerTitle {
	font-size: 11pt;
	vertical-align: bottom;
	z-index: 1;
}
