#cookieBanner {
	display: none;
	width: 100%;
	background-color: black;
	z-index: 999999;
	position: fixed;
	min-height: 56px;
}
#cookieMessage {
	font-size: 14px;
	color: white;
	font-family: 'HelveticaNeueLTStd-LtCn', sans-serif;
	line-height: 30px;
	padding: 8px 55px;
	text-align: center;
    margin: 0 auto;
}
#cookieClose {
	float: right;
	color: white;
}

#cookieMessage .button {
	background: white;
	padding: 6px;
	border-radius: 10px 10px 10px 10px;
	color: black;
	white-space: nowrap;
}

#cookieBannerClose {
	font-weight: bold;
}
#cookieBannerActions {
	font-weight: bold;
}