html {
  font-family: 'B612', sans-serif;
}
input {
  font-family: 'B612 Mono', monospace;
}
button {
  font-family: 'B612 Mono', monospace;
}
body {
  padding-top: 1em;
}
th {
	text-align: left;
}
ul.breadcrumbs {
  font-weight: bold;
  left: 0;
  margin-top: 0;
  min-height: 1em;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
ul.breadcrumbs li {
  display: inline;
}
ul.breadcrumbs li:before {
  content: "» ";
}
.admlink {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.message {
  background-color: mintcream;
  border: 1px dashed green;
  padding: 1em;
}
.numeric {
	text-align: right;
}
.orgheader {
  background-color: lightgray;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 0;
  font-variant: small-caps;
  font-weight: bold;
}
@media print {
  a {
    color: black;
    text-decoration: none;
  }
  .admlink {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
}