
 .spin {
  animation: spin 30s linear infinite;
  display: inline-block;
  transform-origin: 50% 0%;
}

@keyframes spin {
  0% { transform: rotateY(0deg); }
  25% { transform: rotateY(45deg); }
  50% { transform: rotateY(0deg); }
  75% { transform: rotateY(-45deg); }
  100% { transform: rotateY(0deg); }
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #444;
  font-family: "PT Serif","Calluna","Arno Pro",serif;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  padding: 1em;
  margin: auto;
  max-width: 600px;
  background: #fefefe;
}

.abstract {
  color: #444343;
  font-weight: normal;
  font-family: "Fira Sans","Myriad Pro","Myriad",sans-serif;
  font-size: 1.15rem;
    line-height: 1.675rem;
    padding-bottom: 1rem;
}

a {
  color: darkgrey;
  cursor: pointer;
  outline: 0 none;
}

a:hover {
  color: black;
  text-decoration: underline;

}


a {
  color: darkgrey;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
}

a:focus {
  outline: thin dotted;
}

*::-moz-selection {
  background: rgba(255, 255, 0, 0.3);
  color: #000;
}

*::selection {
  background: rgba(255, 255, 0, 0.3);
  color: #000;
}

a::-moz-selection {
  background: rgba(255, 255, 0, 0.3);
  color: #0645ad;
}

a::selection {
  background: rgba(255, 255, 0, 0.3);
  color: #0645ad;
}

p {
  margin: 1em 0;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444343;
  line-height: 125%;
  font-weight: normal;
  font-family: "Fira Sans","Myriad Pro","Myriad",sans-serif;
}


h4, h5, h6 {
  font-weight: bold;
  font-family: "PT Serif","Calluna","Arno Pro",serif;
}

h1 {
  font-size: 1.8rem;
  margin-top: 1em;
  font-weight: 600;
}

h2 {
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: .5rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 2.4rem;
  margin-bottom: 0rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: normal;

}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

blockquote {
  color: #666666;
  margin: 0;
  padding-left: 1rem;
  border-left: none;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  margin: 0em 0;
  padding: 0;
}

pre, code, kbd, samp {
  color: #000;
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 0.98em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

li p:last-child {
  margin-bottom: 0;
}

ul ul, ol ol {
  margin: .3em 0;
}

dl {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
  margin-bottom: .8em;
}


dt {
  float: left;
  clear: left;
  width: 6rem;
  text-align: right;
  font-weight: bold;
}
dt::after {
  content: ":   ";
}
dd {
  margin: 0 0 0 120px;
  padding: 0 0 0 0;
}

dd {
  margin: 0 0 .8em 2em;
}

dd:last-child {
  margin-bottom: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

figure {
  display: block;
  text-align: center;
  margin: 1em 0;
}

figure img {
  border: none;
  margin: 0 auto;
}

figcaption {
  font-size: 0.8em;
  font-style: italic;
  margin: 0 0 .8em;
}


.table-title {
  font-weight: bold;
  margin-bottom: .25em;
}

.big-table {
  font-size: 1rem;
  line-height: 1.3rem;
}

.wide_table_container {
  width: 150%;
  margin-left: -25%
}

table {
  margin-bottom: 0em;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-spacing: 0;
  border-collapse: collapse;
  max-width: 150%;
  font-size: smaller;
  line-height: 140%;
}

table th {
  padding: .1em 1em;
  border-bottom: 1px solid black;
  font-style: italic;
  font-weight: 400;
}

table caption {
  font-weight: 700;
  text-align: left;  
  padding: .1em 1em;
  padding-bottom: .2rem;
  overflow:scroll;
}
table td {
  padding: .1em 1em;
  vertical-align: top;
}
table th[colspan="3"] {
  text-align: center;
}

.author {
  font-size: 1.4rem;
  text-align: center;
  padding-left: 1rem;
}

.pagenum {
  display: none;
}


.tablenoborder table   {
  border-top: none;
  border-bottom: none;
}

.verse {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.verse ul {
  list-style: none;
  text-indent: -2em;
  padding-left: 4em;
}
.indent4 {
  padding-left: 4em;
  float: left;
}

.verse ul ul {
  list-style: none;
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 0;

}

/* Nav Bar */
nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color:#fefefe;
  padding-left: 0rem;
  padding-right: .5rem;
  padding-bottom: .25rem;
  border-bottom: thin solid #e2e2e2;
}
.sticky-content-title {
  margin: 0;
}
span.publisher > a {
  font-variant: small-caps; 
  color: grey;
}

nav .title {
float: right;
font-size: 1.12rem;
color: grey;
}
/* End Nav Bar */

/* Fancy HR */

hr {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #ECE6DA;
border-image: none;
border-style: none none solid;
border-width: medium medium 1px;
margin-top: 4rem;
margin-bottom: 1em;
margin: auto;
width: 30%;
border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

hr.top {
margin-top: 2rem;
margin-bottom: 1rem;
}

.correction {
text-decoration: none; /* replace default underline, if present ... */
border-bottom: thin dotted gray; /* ... with delicate gray line */
}

p.citation {
display: block;
margin-top: .5rem;
margin-bottom: 3rem;
font-style: normal;
line-height: 1.2;
font-family: "Fira Sans","Myriad Pro","Myriad",sans-serif;
padding-left: 1rem;
}

.author{
margin-top: .5em;
margin-bottom: 0;
padding-bottom:0;
padding-top:0.5em;
font-size:1.25em;
font-weight: 400;
text-align: left;
}

h1.title {
margin-top: .5;
}

.caption {
  font-size:smaller;
  font-weight: 700;
  line-height: 1.275rem;
}

.footnote-back {
  font-size: .8rem;

}
[id^="fn"] {
  font-size: .8rem;
  line-height: 1.4rem;
}
.footnotes p {
  padding-top: 0;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  }

.pad2 {
  padding-left: 2em;
}

/* allow scroll on the x-axis */
.scroll-wrapper {
  overflow-x: auto;
}

/* if a table is wrapped in a scroll wrapper,
  the table cells shouldn't wrap */
.scroll-wrapper > table td {
  white-space: nowrap;
}


@media only screen and (min-width: 480px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 840px) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .pagenum {
    position: absolute;
    right: 10%;
    font-size: 1rem;
    line-height: 1rem;
    text-align: right;
    font-style: normal;
    font-family: "Fira Sans","Myriad Pro","Myriad",sans-serif;
    display: block;
    color: #666666;
    }
    blockquote {
      padding-left: 2rem;
    }

}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    filter: none !important;
    -ms-filter: none !important;
    
  }

  
  body {
    font-size: 12pt;
    max-width: 60%;
    line-height: 1.4;
  }

  .verse {
    font-size: 10pt;
    max-width: 60%;
    line-height: 1.4;
    max-height: 20%;
  }

  a, a:visited {
    text-decoration: none;
  }

  hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid black;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    padding-right: 1em;
    page-break-inside: avoid;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page :left {
    margin: 15mm 20mm 15mm 10mm;
}

  @page :right {
    margin: 15mm 10mm 15mm 20mm;
}
nav {
  display: none;
}
  @page  {
    margin: 0;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}


