html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, button, input, select, textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: "AltoProMono";
  src: url("/static/fonts/Alto/AltoProMono-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: "AltoProMono";
  src: url("/static/fonts/Alto/AltoProMono-NormalItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "AltoProMono";
  src: url("/static/fonts/Alto/AltoProMono-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "AltoProMono";
  src: url("/static/fonts/Alto/AltoProMono-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  font-family: "Alto Pro Mono", monospace;
  font-size: 1em;
  font-weight: normal;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  background-color: black;
  color: white;
  margin: 1em 0 0.5em;
  padding: 0.25em 0.25em 0.1em; }

p, li {
  margin: 0 0 0.5em; }

code {
  font-family: "Alto Pro Mono", monospace;
  font-weight: bold; }

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.text-wrap {
  width: 40em;
  margin: 0 auto;
  padding: 3em 0 6em; }

.download {
  color: #b3d4fc;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5em; }

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