<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#cookie-bar {
background-color: #003C69; /* per IE8 */
height:auto;
min-height:28px;
font-family: "Verdana";
line-height: 32px;
color:#fff;
text-align:center;
padding:5px;
box-sizing: border-box;
border-bottom:1px solid #CCCCCC;
}

#cookie-bar p {
margin:0;
padding:0;
font-size:small;
text-align:center;
color:white;
}
#cookie-bar a.cb-enable {
color:#585858;
border-radius:6px;
text-decoration:none;
padding:6px;
margin:0 8px;
font-size:small;
}
#cookie-bar .cb-enable {
background:#fff;
}
#cookie-bar .cb-enable:hover {
background:#fff;
}
#cookie-bar .cb-disable {
background:#fff;
}
#cookie-bar .cb-disable:hover {
background:#fff;
}
#cookie-bar a.cb-policy {
color:#fff;
font-weight:bold;
text-decoration: underline;
font-size: small;
}
#cookie-bar a.cb-policy:hover {
text-decoration:none;
}</pre></body></html>