<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.menu.level0 &gt; li &gt; a {
  font-size: 1.27em;
  font-family: "PT Sans Narrow";
}
ul.menu.level0 &gt; li:last-child a {
  border-right: none;
}
ul.menu.level1 &gt; li &gt; a {
  font-size: 1.2em;
  font-family: "PT Sans Narrow";
}
.module.login form .input label {
  display: inline-block;
  font-size: 0.85em;
  width: 75px;
}
.module.login form .input input {
  display: inline-block;
  width: 128px;
}
.module.login form .input input.short {
  width: 103px;
}
</pre></body></html>