.markdown {
  font-size: 12px;
  line-height: 1.85;
  /* https://github.com/mrmrs/fluidity */
  font-size: 18px;
  font-family: "Courier New";
  line-height: 1.45;
}
.markdown pre,
.markdown code {
  font-family: Menlo, Monaco, "Courier New", monospace;
}
.markdown pre {
  padding: 0.5rem;
  line-height: 1.25;
  overflow-x: scroll;
}
@media print {
  .markdown *,
  .markdown *:before,
  .markdown *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .markdown a,
  .markdown a:visited {
    text-decoration: underline;
  }
  .markdown a[href]:after {
    content: " (" attr(href) ")";
  }
  .markdown abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .markdown a[href^="#"]:after,
  .markdown a[href^="javascript:"]:after {
    content: "";
  }
  .markdown pre,
  .markdown blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .markdown thead {
    display: table-header-group;
  }
  .markdown tr,
  .markdown img {
    page-break-inside: avoid;
  }
  .markdown img {
    max-width: 100% !important;
  }
  .markdown p,
  .markdown h2,
  .markdown h3 {
    orphans: 3;
    widows: 3;
  }
  .markdown h2,
  .markdown h3 {
    page-break-after: avoid;
  }
}
.markdown a,
.markdown a:visited {
  color: #01ff70;
}
.markdown a:hover,
.markdown a:focus,
.markdown a:active {
  color: #2ecc40;
}
.markdown .retro-no-decoration {
  text-decoration: none;
}
@media screen and (min-width: 32rem) and (max-width: 48rem) {
  .markdown {
    font-size: 15px;
  }
}
@media screen and (min-width: 48rem) {
  .markdown {
    font-size: 16px;
  }
}
.markdown p,
.markdown .retro-p {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}
.markdown h1,
.markdown .retro-h1,
.markdown h2,
.markdown .retro-h2,
.markdown h3,
.markdown .retro-h3,
.markdown h4,
.markdown .retro-h4 {
  margin: 1.414rem 0 0.5rem;
  font-weight: inherit;
  line-height: 1.42;
}
.markdown h1,
.markdown .retro-h1 {
  margin-top: 0;
  font-size: 3.998rem;
}
.markdown h2,
.markdown .retro-h2 {
  font-size: 2.827rem;
}
.markdown h3,
.markdown .retro-h3 {
  font-size: 1.999rem;
}
.markdown h4,
.markdown .retro-h4 {
  font-size: 1.414rem;
}
.markdown h5,
.markdown .retro-h5 {
  font-size: 1.121rem;
}
.markdown h6,
.markdown .retro-h6 {
  font-size: 0.88rem;
}
.markdown small,
.markdown .retro-small {
  font-size: 0.707em;
}
.markdown img,
.markdown canvas,
.markdown iframe,
.markdown video,
.markdown svg,
.markdown select,
.markdown textarea {
  max-width: 100%;
}
.markdown pre {
  background-color: #333;
}
.markdown blockquote {
  border-left: 3px solid #01ff70;
  padding-left: 1rem;
}
.markdown ul:nth-child(odd) {
  list-style-type: disc;
}
.markdown ul:nth-child(odd) ul {
  list-style-position: inside;
}
.markdown ul:nth-child(even) {
  list-style-type: circle;
}
.markdown ul:nth-child(even) ul {
  list-style-position: inside;
}
.markdown ol:nth-child(odd) {
  list-style-type: decimal;
}
.markdown ol:nth-child(odd) ol {
  list-style-position: inside;
}
.markdown ol:nth-child(even) {
  list-style-type: lower-roman;
}
.markdown ol:nth-child(even) ol {
  list-style-position: inside;
}

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