body {
  color: #727272;
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  width: 70vw;
  margin: 1em auto;
}

a {
  color: #267CB9;
}
a:hover {
  color: #0f324a;
}
a:focus {
  color: #174a6f;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

img, h1, h2 {
  vertical-align: middle;
}

img {
  border: 0;
}

table {
  width: 100%;
}
table thead td {
  font-weight: bold;
}
table td {
  padding: 0 0.4em;
}
table#files {
  font-size: 0.7em;
}

pre#blob a.line {
  text-decoration: none;
  color: #cc8800;
}

/*# sourceMappingURL=style.css.map */
