/*
 * Styles for the Book of Concord content taken from the source EPUB.
 */

article {
  .center {
    text-align: center;
  }

  .right {
    text-align: right;
  }

  h1.chapter {
    text-align: center;
    font-size: 1.5em;
  }

  span.border1 {
    border-bottom: solid;
    border-color: #a8a9ac;
    border-width: thin;
  }

  p.line {
    text-align: center;
    margin-top: -1.9em;
  }

  p.hanging {
    text-indent: -1em;
    margin-left: 0.5em;
    margin-bottom: 0em;
    margin-top: 0em;
  }

  span.small {
    font-size: small;
  }

  p.center1 {
    text-align: center;
    font-size: medium;
    margin-bottom: 0.2em;
  }

  .footnote {
    font-size: x-small;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }

  span.au {
    font-size: 14pt;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  p.left {
    font-size: medium;
    text-align: left;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
  }

  div.block {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: small;
  }

  span.small2 {
    font-size: x-small;
  }

  p.extract {
    text-align: justify;
    margin-top: 2em;
  }
}
