@import url("//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Ubuntu:400,700,400italic,700italic");
body, .off-canvas-content {
  background: url("/theme/images/bgtile.png") repeat fixed;
  color: white; }

.content {
  background-color: #221b1c; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

a {
  color: #ff7171; }

a:hover {
  color: #fcaaaa; }

a:active {
  color: #ee5c5c; }

.top-bar {
  background: url("/theme/images/bgtile_dk.png") repeat fixed; }

.top-bar ul {
  background: none; }

.top-bar, .top-bar ul {
  padding: 0;
  font-size: 13px; }

.top-bar li {
  border-right: 1px solid #2e3436; }

.top-bar a {
  color: #eeeeee; }

.logo-text {
  text-align: right;
  padding: 6px 1em; }

button, .button {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 4px; }

button.native, .button.native {
  border-radius: 3px;
  border-color: #909090;
  background-color: transparent;
  color: inherit; }

button.native:hover, .button.native:hover, button.native:focus, .button.native:focus {
  border-color: #ff7171; }

.highlight {
  background: url("/theme/images/bgtile_dk.png") repeat fixed;
  font-size: 80%;
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  word-break: break-all;
  word-wrap: break-word; }

p {
  word-wrap: break-word; }

table {
  background: url("/theme/images/bgtile_dk.png") repeat fixed;
  border: 0;
  border-radius: 3px;
  border-collapse: collapse; }

table thead {
  background: rgba(255, 255, 255, 0.5);
  border: 0; }

table thead tr th {
  border: 0; }

table tbody {
  border: 0;
  background-color: transparent; }

table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.1); }

table tbody tr td {
  border: 0; }

.content img {
  display: block;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto; }

.letterbox {
  object-fit: cover;
  max-height: 40vh;
  width: 100%;
  border-radius: 4px; }

.fabio {
  object-fit: contain;
  max-height: 50vh;
  width: 100%; }

.tag-block {
  font-family: monospace;
  font-size: 13px;
  background: url("/theme/images/bgtile_dk.png") repeat fixed;
  margin-bottom: 1em;
  border-radius: 4px;
  padding: 4px 8px; }

.footnote tbody {
  background: url("/theme/images/bgtile_dk.png") repeat fixed;
  font-size: 80%; }

.footnote .label {
  background-color: transparent; }

.footer {
  background: url("/theme/images/bgtile_dk.png") repeat fixed;
  padding-top: 1em;
  padding-bottom: 1em; }
  .footer p {
    margin: 0; }

html, body {
  height: 100%; }

.base {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

.main {
  flex: 1 0 auto; }

.footer {
  flex: none; }

.highlight {
  overflow-x: hidden; }

pre {
  white-space: pre-wrap; }

@media print {
  html, body {
    height: inherit; }
  /* add page margin */
  @page {
    margin: 10mm 10mm 20mm 10mm; }
  /* disable flexbox on a bunch of stuff */
  .off-canvas-content {
    display: inherit; }
  .row {
    display: inherit; }
  .main {
    flex: inherit; }
  pre {
    overflow: visible; }
  img {
    page-break-inside: avoid; }
  /* hide top bar */
  .top-bar {
    display: none; }
  .tab-bar section {
    border: 0; } }
