<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
  min-height: 400px;
}

body {
  font-family: "Open Sans",sans-serif;
  line-height: 1.8;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#HeaderBox {
  background-color: #fff;
  color: #337ab7;
  border: 0;
}

#LogoBox, #TitleBox {
  float: none;
}

#LogoBox img {
  width: auto;
  height: auto;
  max-height: 12em;
}

#PreferencesForm #Username,
#PreferencesForm #UserName,
#PreferencesForm #Role,
#PreferencesForm #Contexts,
#PreferencesForm #Language,
#PreferencesForm #EditPGP,
#PreferencesForm #EnableNotifications {
  display: none;
}

#FooterBox {
  font-size: 0.8em;
  color: #FFF;
  background-color: #000;
}

#FooterBox a, #FooterBox a:visited, #FooterBox a:hover {
  color: #337ab7;
}

#FooterBox img {
  width: 10em;
  padding-left: 1em;
  padding-right: 1em;
  filter: brightness( 200% ) contrast( 100% ) saturate( 0% ) blur( 0px );
}

.TipInfoConnection {
  display: none;
}

#HeaderBox #WhistleblowerLoginBox {
  display: none;
}
</pre></body></html>