/* jbr.me.uk/retro/ directory-level stylesheet */
 b { /* authors */
  font: 800 1em "book antiqua","century schoolbook l",palatino,serif;
  hyphens: auto; /* wobbly on non-firefox */
 }
 footer {
  display: table; /* jumbotron mode */
 }
 footer p { /* epigrams */
  background: #fff; /* fallback */
  background: radial-gradient(#fff, #ddd); /* MSIE10+ */
  border: solid 1px #ccc;
  display: table-cell;
  padding: .3em;
  vertical-align: middle;
  width: 50%;
 }
 footer .lhs {
  border-radius: 0 1.2em 0 0; /* MSIE9+ */
  text-align: left;
 }
 footer .rhs {
  border-radius: 1.2em 0 0 0; /* MSIE9+ */
  text-align: right;
 }
 h1 {
  margin-top: 0;
 }
 html { /* force vertical scrollbar for consistent centring */
  overflow-y: scroll; /* MSIE9+ */
 }
 nav a {
  text-overflow: ellipsis;
  width: 25%;
 }
 footer nav a, header nav a { /* ordered */
  width: 33%;
 }
 u {
  font-variant: small-caps;
  text-decoration: none;
 }
 .acc {
  color: #605;
 }
 .ia {
  color: #640;
 }
 .rah {
  color: #005;
 }
/* 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. */
