/* Extra CSS added to zensical theme */

.md-typeset p > code {
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.9em;
  padding: 0;
  color: #600000;
}

.md-typeset pre {
  margin: 0 auto;
}

.md-typeset pre > code {
  font-style: italic;
  font-size: 1.0em;
  line-height: 2.0em;
  color: #600000;
}

.md-typeset figure {
  text-align: left;
  margin: 1em auto 1em 1em;
}

.md-typeset figcaption {
  text-align: right;
  font-style: normal;
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 40rem;
}
