.body {
  font-family: Georgia, Palatino,'Palatino Linotype', serif;
}
.chapterText {
  margin: 0 auto;
  padding: 20px;
  max-width: 500px;
  line-height: 155%;
}
.chapterLink {
  display: inline-block;  
  text-align: center;
  width: 30px;
  line-height: 30px;
}
.chapterNumber {
  display: block;
  float: left;
  margin: 0 0.7em 0 0;
  font-size: 166%;
  font-weight: bold;
  text-align: right;
  line-height: 88%;
}
@media (min-width: 699px) {
  .chapterNumber {
      width: 2.2em;
      margin: 0 0 0 -2.3em;
      position: absolute;
      float: none;
  }
}

p {
  margin: 0;
  text-indent: 1em;
}
p.sfm-nb {
  margin-top: 0;
}
p.sfm-m {
  text-indent: 0;
}
p.sfm-ms {
  text-indent: 0;
  text-align: center;
  margin: 0.5em 0;
}
p.sfm-sp {
  text-indent: 0;
  font-variant: small-caps;
  margin: 0.5em 0;
}
d {
  display: block;
  text-align: center;
  margin: 1em 1em;
  font-style: italic;
}
.verse {
  text-indent: 0;
  display: inline-block;
  vertical-align: super;
  font-size: 70%;
  line-height: 100%;
}
.first-word {
  white-space: nowrap;
}
/*
.verse::before {
  content: ' ';
}
p > .verse:first-child::before {
  content: '';
}
.verse::after {
  content: '\00a0';
}
*/
.addition {
  color: #888;
  font-style: italic;
}
.xref {
  font-weight: bold;
}
.alt,
.source {
  border-bottom: 1px dotted #ccc;
}
q {
  display: block;
  margin-left: 3em;
  text-indent: -1em;
}
q[level='2'] {
  text-indent: 0;
}
q::before, q::after { 
  content: '';
}
q > .first-word:first-child > .verse {
  position: absolute;
  margin-left: -2.857em;
}
q[level='2'] > .first-word:first-child > .verse {
  margin-left: -4.285em;
}
.q-quote {
  position:absolute;
  width: 0.5em;
  margin-left: -0.5em;
  text-align: right;
}
qs {
  display:block;
  text-align: right;
}
wj {
  color: #900;
}
