body {
  font-family: 'Lora', serif;
  color: #222222;
  width: 90%;
  max-width: 16cm;
  margin-left: auto;
  margin-right: auto;
  text-rendering: optimizeLegibility;
  /*-webkit-font-smoothing: antialiased;*/
}

p {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
  
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto
}

.footnote-ref {
  line-height: 0;
  font-size: 1rem;
  color: #222222;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

blockquote {
  margin-left: 1rem;/*1.25rem;*/
  /*border-left: 4px solid #dbdbdb;*/
  padding-left: 0.85rem;
  margin-right: 0;
}

.footnotes.li.p {
  font-size: 1rem;
}