span.leaf-god {
}
span.leaf-god:before {
  content: 'L';
  color: black;
  border: solid 1px green;
  border-right: none;
  padding: 1px 0 1px 3px;
  margin-left: 2px;
}
span.leaf-god:after {
  content: 'eaf God';
  color: red;
  border: solid 1px green;
  border-left: none;
  padding: 1px 3px 1px 0;
  margin-right: 2px;
}

.math {
  zoom: 88.75%;
}

body {
  margin: auto !important; /* fix the conflict with han.js */
  text-align: left;
}

/* Style sheet for Markdeep that corresponds closely to the default Latex article format 
   Put the following in your Markdeep document to use this:
 
   <link rel="stylesheet" href="https://casual-effects.com/markdeep/latest/latex.css">
*/

body#md {
  max-width: 600px;
  font-size: 14px;
  color: black;
}

.md div.title {
  font-family: Palatino, Georgia, 'Times New Roman', serif;
  font-weight: normal;
  font-size: 24px;
  padding-top: 170px;
  padding-bottom: 12px;
}

@media print {
  body {
    max-width: 64%;
  }

  .md div.title {
    padding-top: 150px;
  }
}

.md div.subtitle {
  font-size: 16px;
  padding-bottom: 12px;
}

.md h1,
.md div.nonumberh1 {
  font-family: Palatino, Georgia, 'Times New Roman', serif;
  border: none;
  font-size: 21px;
  color: #000;
}

.md h2,
.md div.nonumberh2 {
  font-family: Palatino, Georgia, 'Times New Roman', serif;
  border: none;
  font-size: 17px;
  color: #000;
}

.md sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.md sub {
  top: 0.4em;
}

.md h3,
.md h4,
.md h5,
.md h6,
.md div.nonumberh3,
.md div.nonumberh4,
.md div.nonumberh5,
.md div.nonumberh6 {
  font-family: Palatino, Georgia, 'Times New Roman', serif;
  border: none;
  font-size: 15px;
  color: #000;
}

.md div.imagecaption {
  font-style: normal;
}

.md hr {
  height: 0px;
  border: none;
  border-top: 0.1pt solid #777;
}

.md div.endnote {
  font-size: 11px;
}

.md div.bib b {
  font-weight: normal;
}

.md code {
  font-size: 82%;
}

.md svg.diagram {
  zoom: 80%;
}

.md ul li.asterisk:before,
.md ul li.minus:before {
  content: '●';
  display: block;
  float: left;
  width: 1.2em;
  margin-left: -18px;
}

.md ul li.asterisk,
.md ul li.minus {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 4pt;
}

.md ol li {
  margin-bottom: 10px;
  padding-left: 4pt;
}
