@media print {    
    .cookie-consent-banner {
		display: none !important;
	}
}
.cookie-consent-banner {
	border:1px solid #369;
	line-height:1.5rem;
	padding-left:5px;
	top:91%;
	position: fixed;
	z-index: 999;
	font-family: Verdana,Arial,Helvetica,"DejaVu Sans",sans-serif;
	font-size: small;
	color: black;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	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;
	line-height: 1em;
	padding-right: 20px;
	color: #336699;
    font-size: 150%;
    font-weight: normal;
	 display: inline;
	 vertical-align:sub;
}
.contrast .cookie-consent-banner h2{
	color: #FFFF00
}
.cookie-consent-banner p{
	color: #000000;
	display: inline;vertical-align:sub;
}
.contrast .cookie-consent-banner p{
	color: #FFFF00
}
/*.cookie-consent-banner .cookie-consent-button {
	background: url("https://ec.europa.eu/wel/cookie-consent/images/button.gif") no-repeat top;
	padding: 10px 15px;
	white-space: nowrap;
	line-height: 300%;
    border-bottom: 1px solid #86B3C6;
    border-right: 1px solid #86B3C6;
}
.cookie-consent-banner .cookie-consent-button:hover, .cookie-consent-banner .cookie-consent-button:active, .cookie-consent-banner .cookie-consent-button:focus {
    background: url("https://ec.europa.eu/wel/cookie-consent/images/button.gif") no-repeat scroll center bottom transparent;
    border-top: 1px solid #86B3C6;
    border-left: 1px solid #86B3C6;
    border-bottom: 0;
    border-right: 0;
}

.cookie-consent-banner .cookie-consent-inform a {
	text-decoration: underline;
}
p.cookie-consent-banner .cookie-consent-action {
	margin-top: 10px;
}

.cookie-consent-banner .cookie-consent-action a{
	text-decoration: none;
}
.cookie-consent-banner p.cookie-consent-action a:hover, .cookie-consent-banner p.cookie-consent-action a:active, .cookie-consent-banner p.cookie-consent-action a:focus {
	text-decoration: underline;
}
*/
.cookie-consent-inform a{
    color: #027AC6;
    text-decoration: underline;
}
.contrast .cookie-consent-inform a{
    color: #00FFFF;
}
.cookie-consent-inform a:hover, .cookie-consent-inform a:active, .cookie-consent-inform a:focus{
    color: #003366;
}
.contrast .cookie-consent-inform a:hover, .cookie-consent-inform a:active, .cookie-consent-inform a:focus{
    color: #00FFFF;
}

.cookie-consent-actions{
	float:right;
}

.cookie-consent-actions a{
	white-space: nowrap;
	text-decoration: none;
	/*background: url("images/button.gif") no-repeat top;*/
	background-color: #ddd;
    border-bottom: 1px solid #86B3C6;
    border-right: 1px solid #86B3C6;
	font-weight: bold;
	color: #000;
	padding: 3px 10px;
font-size: 12px;
border-radius: 3px;
	margin-left: 20px;
}
.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("images/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;
}