/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

div#input, textarea#html-output, div#loading, a#toggle-output, div#copyright {
  display: none; }

a, a:visited {
  color: blue; }

html, body, div#content, div#content div#markdown-output {
  width: auto; }

body {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em; }

div#markdown-output {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden; }
  div#markdown-output * {
    line-height: 1.4em; }
  div#markdown-output mark {
    background-color: #fffeca;
    padding: 0 0.08em; }
  div#markdown-output em, div#markdown-output i {
    font-style: italic; }
  div#markdown-output strong, div#markdown-output b {
    font-weight: bold; }
  div#markdown-output abbr {
    border-bottom: 1px dashed;
    cursor: help; }
  div#markdown-output small {
    font-size: 0.8em; }
  div#markdown-output h1, div#markdown-output h2, div#markdown-output h3, div#markdown-output h4, div#markdown-output h5, div#markdown-output h6 {
    margin-bottom: 0.5em; }
  div#markdown-output h1 {
    font-size: 170%;
    font-weight: bold; }
  div#markdown-output h2 {
    font-size: 150%;
    font-weight: bold; }
  div#markdown-output h3 {
    color: #555;
    font-size: 110%;
    font-weight: bold; }
  div#markdown-output h4 {
    color: #777;
    font-weight: bold; }
  div#markdown-output h5 {
    color: #777; }
  div#markdown-output h6 {
    color: #777;
    font-size: 90%; }
  div#markdown-output a {
    text-decoration: underline; }
  div#markdown-output p {
    line-height: 1.3em;
    margin: 0 0 1em; }
  div#markdown-output ul ul, div#markdown-output ol ol {
    margin-bottom: 0;
    margin-top: 0; }
  div#markdown-output ul, div#markdown-output ol {
    margin: 0 0 2em 0.5em; }
    div#markdown-output ul li, div#markdown-output ol li {
      margin-left: 1em; }
  div#markdown-output ul li {
    list-style: disc; }
  div#markdown-output ol li {
    list-style: decimal; }
  div#markdown-output blockquote {
    border-left: 5px solid #ddd;
    color: #999;
    margin: 0 0 1em;
    padding-left: 0.6em; }
  div#markdown-output dt {
    font-weight: bold;
    margin-left: 1em; }
  div#markdown-output dd {
    margin-bottom: 1em;
    margin-left: 2em; }
  div#markdown-output table {
    margin: 0 0 1em;
    width: 100%; }
    div#markdown-output table th {
      background: #eee;
      border-bottom: 1px solid #bbb;
      padding: 0.2em 1em; }
    div#markdown-output table td {
      border-bottom: 1px solid #ddd;
      padding: 0.2em 1em; }
  div#markdown-output pre {
    color: #444;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0 0 1em;
    overflow: auto; }
  div#markdown-output code {
    color: #444;
    font-family: 'Courier New', Courier, monospace; }
  div#markdown-output pre {
    overflow: hidden; }
