body {
  font-family: "Minion Pro", "Adobe Garamond Pro", Garamond, serif;
  text-align: justify;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphens: auto;
}

header, section > * {
  max-width: 700px;
  margin-left: auto; 
  margin-right: auto;
}

section > section {
  max-width: 1000px;
}

figure > img {
  max-width: 100%;
}

figcaption {
  font-family: "Minion Pro", "Adobe Garamond Pro", Garamond, serif;
  font-size: 13px;
}

section.abstract {
/*  max-width: 600px;*/
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
}

table td, th {
  border: 1px solid gray;
  padding: 5px;
}
table th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
}
td:first-child, th:first-child {
  border-left: none;
}
td:last-child, th:last-child {
  border-right: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Minion Pro", "Adobe Garamond Pro", Garamond, serif;
  font-weight: lighter;
  line-height: 1em;
  text-align: left;
}

h1.title {
  font-size: 2.4em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 0;
}

.header-section-number {
  color: gray;
}

.author {
  text-align: left;
  margin-bottom: 0px;
  margin-top: -10px;
  font-size: 100%;
}
.date {
  text-align: left;
  font-size: 100%;
}

.footnoteRef {
  font-size: 70%;
  position: relative;
  top: -0.4em;
  color: gray;
  text-decoration: none;
}
.footnoteRef::before {
  content: "\00a0"; /* non-breaking space */
  font-size: 25%; /* make the space very thin */
}
.footnoteRef sup::before {
  content: "[";
}
.footnoteRef sup::after {
  content: "]";
}
.post-subject {
  position: relative;
}
a[href^="#fnref"] {
  text-decoration: none;
}
a.footnote-ref {
  text-decoration: none;
  font-size: small;
}

.footnotes li {
  font-size: 90%;
}

.csl-entry {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

hr {
  border: 1px solid gray;
  border-bottom: none;
}

.filenote {
  font-style: italic;
}

.date {
  margin-top: 0px;
}
.affiliation {
  margin-top: 0px;
  margin-bottom: 0px;
}

blockquote {
  padding-left: .5em;
  border-left: 3px solid lightgray;
  max-width: 600px;
}

div.aside {
  background-color: lightgray;
  padding: 5px 20px;
  max-width: 640px;
}

span.smallcaps {
  font-variant-caps: all-small-caps;
}