/* jbr.me.uk/l4892/ directory-level stylesheet */
 h1 {
  margin-top: 0;
 }
 html { /* force vertical scrollbar for consistent centring */
  overflow-y: scroll; /* MSIE9+ */
 }
 i { /* orthography */
  color: #309;
  font: 1em/1.2 "helvetica neue", helvetica, arial, sans-serif;
  text-shadow: 0 0 1px #96f; /* MSIE10+ */
 }
 i:after {
  content: "\27e9"; /* right single (obtuse) angle bracket */
 }
 i:before {
  content: "\27e8"; /* left single (obtuse) angle bracket */
 }
 nav a {
  width: 25%;
 }
 footer nav a, header nav a { /* ordered */
  text-overflow: ellipsis;
  width: 16%;
 }
 table {
  margin: 0 auto;
  width: auto;
 }
 td, th {
  padding: 0 .6em;
 }
 th {
  text-align: center;
 }
 ul { /* DL minus the compulsory DT */
  list-style: none;
 }
 .naf, .naf:hover { /* NAV "links" to nowhere */
  background: transparent;
  border: 0;
  color: #000;
  font-weight: 400;
 }
/* I consider this too trivial to copyright, but if not, it's under *
 * the same CC-BY-SA 4.0 International license as the rest of this. */
