@media print {    
	.cookie-consent-banner {
		display: none !important;
	}
}
.cookie-consent-banner {
	width:100%
	position: relative;
	z-index: 999;
	color: black;
	overflow: auto;
	text-align: left;
	background: none repeat scroll 0% 0% rgb(241, 251, 255); 
}
.contrast .cookie-consent-banner {
	background: #000000;
	color: #FFFF00
}
.font-size-1 .cookie-consent-banner{
	font-size: small;
}
.font-size-2  .cookie-consent-banner{
	font-size: medium;
}
.font-size-3  .cookie-consent-banner{
	font-size: large;
}
.cookie-consent-banner h2{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 150%;
	font-weight: normal;
}
.contrast .cookie-consent-banner h2{
	color: #FFFF00
}
.cookie-consent-banner p{
	color: #000000;
	margin-top: 10px;
}
.contrast .cookie-consent-banner p{
	color: #FFFF00
}
.cookie-consent-inform {
	margin-bottom: 10px;
}
.cookie-consent-inform a{
	color: #333;
	text-decoration: underline;
	background: none;
	padding-left: 0;
}
.contrast .cookie-consent-inform a{
	color: #00FFFF;
}

.contrast .cookie-consent-inform a:hover, .cookie-consent-inform a:active, .cookie-consent-inform a:focus{
	color: #000;
}

.cookie-consent-actions{
	float: left;
	margin-bottom: 5px;
	padding: 0;
}
.cookie-consent-actions a{
	white-space: nowrap;
	text-decoration: none;
	background: url("/cookie-consent/button.gif") no-repeat top;
	padding: 5px 15px;
	border-bottom: 1px solid #86B3C6;
	border-right: 1px solid #86B3C6;
	color: #000000;
}
.contrast .cookie-consent-actions a{
	color: #00FFFF;
	background: #000000;
	border: 0;
}
.cookie-consent-actions a:hover, .cookie-consent-actions a:active, .cookie-consent-actions a:focus{
	text-decoration: underline;
	background: url("/cookie-consent/button.gif") no-repeat scroll center bottom transparent;
	border-top: 1px solid #86B3C6;
	border-left: 1px solid #86B3C6;
	border-bottom: 0;
	border-right: 0;
	color: #000000;
}
.contrast .cookie-consent-actions a:hover, .cookie-consent-actions a:active, .cookie-consent-actions a:focus{
	color: #00FFFF;
	background: #000000;
	border: 0;
}
.cookie-consent-container{
	overflow: auto;
}










