<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

a {
    color: #333B43;
    -webkit-transition: width 0.5s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.5s;
    transition-timing-function: linear;
    border-bottom: 1px solid #F0F0F0;
    font-weight: bold;

}
a:hover {
    color: #428bca;
    text-decoration: none;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
h4 {
  margin: 25px 0 0;
  color: #000;
  font-size: 15px;
}
p {
  margin: 5px 0; 
}

p:last-child {
  margin-bottom: 11px;
}

hr {

    padding: 15px 0 0 0 ;
    margin: 0 0 15px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: #EEE;
  }

#wrapper, #wrapperCookie {
  margin: 40px 10%;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  color: #555;
  border-bottom: none;
}

  #wrapper &gt; div {
    border-bottom: dotted 1px #DFDFDF;
    padding-bottom:21px;
  }


  #wrapper &gt; div p {
    margin: 0 0 20px 0;
  }
  #wrapper &gt; div p &gt; ul {
    margin: 0 0 20px 0
  }

  #wrapper .expand-content &gt; p {
    margin: 5px 0;
  }
.panel-heading a:after {
    font-family:'privacyfont';
    content:"\e800";
    float: right;
    color: grey;
}
  .panel-heading a.collapsed:after {
      content:"\e801";
  }

  .panel-body {
    padding-top: 5px;
    margin-top: 5px; 
  }
  .panel-body &gt; h4:first-child {
    padding-top: 0;
    margin-top: 3px;
  }


</pre></body></html>