/* jbr.me.uk/exo/ directory-level stylesheet */
 footer nav a, header nav a { /* not the end one on the index page */
  width: 20%;
 }
 h1 {
  font-size: 120%;
 }
 h1 img { /* silhouettes */
  box-shadow: 0 0 1em #bbb; /* MSIE9+ */
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
 }
 html { /* force vertical scrollbar for consistent centring */
  overflow-y: scroll; /* MSIE9+ */
 }
 main {
  margin: 0 auto;
  width: 80%;
 }
 main p {
  text-indent: -1em;
  text-align: left;
 }
 table {
  background: #fff;
  width: 100%;
 }
 td:first-child { /* first COL */
  text-align: right;
  font-weight: 800;
  width: 7em;
 }
 td, th {
  border: solid 2px #080;
  padding: .3em;
 }
 th { /* third COL */
  font-weight: 400;
  text-align: center;
  width: 3em;
 }
/* 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. */
