p, article {
  display: block;
  white-space: pre-wrap;
}

b {
  font-weight: 678;
}


@media print {
  @page {
    size: A4;
    margin: 0;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  video {
    display: block;
    margin: auto;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

pre,
code {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

code {
  overflow-x: scroll;
}

pre {
  white-space-collapse: preserve-breaks;
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  border-left: .2em dashed #ccc;
  padding-left: .6em;
  line-height: 1.3;
}

a,
a:visited {
  color: #3295db;
}

a:hover,
a:focus,
a:active {
  color: #2695b7;
}

.modest-no-decoration {
  text-decoration: none;
}

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%;
}

*, html {
  max-width: 100%;
  font-size: 1rem;
}

body {
  color: #444;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  max-width: 48rem;
  line-height: 1.45;
  padding: .25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arimo, Helvetica, sans-serif;
}

h1 {
  border-bottom: 2px solid #fafafa;
  margin-bottom: 1.15rem;
  padding-bottom: .5rem;
  font-size: 1.6rem;
  text-align: center;
}

h2 {
  font-size: 1.2rem;
}

h2,
h3 {
  margin-bottom: 1rem;
  padding-bottom: .25rem;
}

blockquote {
  border-left: 8px solid #fafafa;
  padding: 1rem;
}

pre,
code {
  background-color: #fafafa;
}

.secure-warning {
  display: none;
}

.nav { margin:1rem 0; }
.nav a { margin-right:0.5rem; }
.responsive-iframe {
  position: relative;
  padding-bottom: 60%; /* ratio-based */
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

md {
  background-color: #fafafa;
  border: 1px solid #999;
  page-break-inside: avoid;
  display: block;
  font-family: monospace;
  white-space-collapse: preserve-breaks;
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  border-left: .2em dashed #ccc;
  padding-left: .6em;
  line-height: 1.3;
}

noscript {
  background: #f33;
  color: #fff;
  margin: 1em 0;
  padding: 0.5em;
  font-weight: bold;
}

small {
  margin-top: auto;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em;
}

