/* this class is applied to the warning notice if the cookie is not set. Edit to suit your taste. */
.CookieNoticestyle {
position:fixed;
top:0;
left:0;
width:100%;
height:30px;
background:gray;
text-align:center;
font-family:Verdana,sans-serif;
color:white;
font-size:13px;
padding:8px;
}
.CookieNoticestyle a {
color:white;
text-decoration:underline;
}

.CookieNoticestyle button {
font-size:0.8em;
}
#priv_wrap {
border:gray 1px solid;
padding: 5px;
width:800px;
}
#priv_wrap table, #priv_wrap p , #priv_wrap a {
font-size: 13px;
line-height: 1.6em;
color: black;
}
#priv_wrap table {
border-collapse:collapse;
}
#priv_wrap h1, #priv_wrap h2, #priv_wrap h3 {
margin:1em 0;
color:#666;
 }
#priv_wrap a {
text-decoration:underline;
}

#priv_wrap td {
border:gray 1px solid;
padding:3px;
}

#priv_wrap ul {
list-style:inside;
}