/* styles for HeadersAndFooters-cover */


/** Creates headers and footers inside a provided placement (like .front, .body, .back or body if none of these are used */
.HeadersAndFooters img {
  max-width: initial;
}

/* styles for Typography-html-typography */


body {
  -webkit-hyphens: auto;
  hyphens: auto;
}

body {
  -prince-hyphenate-lines: 4;
  -prince-hyphenate-before: 3;
  -prince-hyphenate-after: 3;
}

h1 {
  /** heading values for Typography.h1 engine: main */
  font-size: 1.55rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  line-height: 1.78rem;
  letter-spacing: initial;
  margin-top: 5.5pt;
  margin-bottom: 8.5pt;
  font-family: inherit;
  /** default heading values for h1 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h2 {
  /** heading values for Typography.h2 engine: main */
  font-size: 1.32rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  line-height: 1.55rem;
  letter-spacing: initial;
  margin-top: 5.5pt;
  margin-bottom: 5.5pt;
  font-family: inherit;
  /** default heading values for h2 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h3 {
  /** heading values for Typography.h3 engine: main */
  font-size: 1.15rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  line-height: 1.2;
  letter-spacing: initial;
  margin-top: 3pt;
  margin-bottom: 0pt;
  font-family: inherit;
  /** default heading values for h3 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h4 {
  /** heading values for Typography.h4 engine: main */
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  line-height: 1.38rem;
  letter-spacing: initial;
  margin-top: 3pt;
  margin-bottom: 0pt;
  font-family: inherit;
  /** default heading values for h4 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h5 {
  /** heading values for Typography.h5 engine: main */
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  text-align: start;
  line-height: 1.38rem;
  letter-spacing: initial;
  margin-top: 3pt;
  margin-bottom: 0pt;
  font-family: inherit;
  /** default heading values for h5 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h6 {
  font-size: 1rem;
  /** default heading values for h6 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h7 {
  font-size: 1rem;
  /** default heading values for h7 engine: main */
  break-after: avoid;
  hyphens: manual;
}

h8 {
  font-size: 1rem;
  /** default heading values for h8 engine: main */
  break-after: avoid;
  hyphens: manual;
}

[role=heading] {
  break-after: avoid;
  text-indent: initial;
}

/** Front sections with basic journal elements*/
.front {
  font-size: 1rem;
  /** For inline headings we want the paragraph to be on the same line as the heading */
}
.front h1 {
  font-size: 1rem;
  font-weight: bold;
  text-align: start;
  margin-bottom: 0pt;
  margin-top: 12pt;
  break-after: avoid;
}
.front p {
  text-indent: inherit;
  line-height: inherit;
}
.front section {
  margin: 0;
  font-size: 1rem;
  text-indent: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0.125rem 0;
  padding-left: 1.125em;
  margin-left: 2rem;
}
ul li p:not(:empty),
ol li p:not(:empty) {
  margin: 0.3rem;
}

ul:not(ul li ul),
ol:not(ol li ol) {
  margin-top: Page;
  margin-bottom: Page;
}

table ul:not(ul li ul),
table ol:not(ol li ol) {
  margin: 0 0 0 0.125rem;
}
table ol,
table ul {
  margin: 0 0 0 0.125rem;
  padding: 0 1rem 0 1.25rem;
}
table ol li,
table ul li {
  margin: 0;
  padding: 0;
}

[dir=rtl] ul,
[dir=rtl] ol,
[text-direction=rtl] ul,
[text-direction=rtl] ol {
  padding-left: 0;
  padding-right: 1.125em;
}

/**
Chapter numbering can be done inline by the use of a <span> element or with a ::before pseudo element.
* Defaults to inline.
*/
.numbering-string {
  padding-right: 0.5rem;
}

/** Block quotes / poetry */
blockquote {
  font-size: inherit;
  text-indent: inherit;
  margin: 0.5rem 0 0.5rem 1rem;
  line-height: inherit;
  font-style: normal;
}

blockquote[data-type=poetry] {
  white-space: pre;
  font-size: inherit;
  line-height: inherit;
  page-break-inside: initial;
}
blockquote[data-type=poetry] p {
  text-indent: initial;
  margin: 0;
}

[data-type=bibliography] {
  text-align: start;
  font-size: 1rem;
  word-wrap: break-word;
  hyphens: manual;
  line-height: 12pt;
}
[data-type=bibliography] p:not(li p),
[data-type=bibliography] p:not(li p):first-of-type,
[data-type=bibliography] p:not(li p):not(:empty),
[data-type=bibliography] .csl-entry:not(li .csl-entry) {
  text-indent: 14pt hanging;
  margin: 0 0 0.5rem 0;
}
[data-type=bibliography] .csl-right-inline {
  text-indent: initial;
}
[data-type=bibliography] .csl-entry[data-second-field-align=flush] {
  display: flex;
  text-indent: initial;
}
[data-type=bibliography] .csl-entry[data-second-field-align=flush] .csl-left-margin {
  display: inline;
  min-width: 3rem;
}
[data-type=bibliography] .csl-entry[data-second-field-align=flush] .csl-right-inline {
  display: inline;
}
[data-type=bibliography] ol {
  margin-left: 1.25em;
}
[data-type=bibliography] ol[data-list-style-type=decimal-brackets] {
  margin-left: 2em;
}
[data-type=bibliography] ol[data-list-style-type=decimal-brackets] li {
  padding-left: 14pt hanging;
}

li p {
  margin: 0.35em 0;
  text-align: start;
}

ul {
  break-before: avoid;
}

li:first-child {
  break-after: avoid;
}

/* do not break before a last list element (with lists > 1) */
li:last-child:not(li:only-child) {
  break-before: avoid;
}

/* CSS does not have the concept of a 0th last child, so we need the statement above */
li:nth-last-child(1):not(li:only-child) {
  break-before: avoid;
}

li:has(ul, ol),
li:first-child:has(ul, ol) {
  break-after: auto;
}

ul + p,
ul + p:not(:empty) {
  text-indent: initial;
}

ol + p,
ol + p:not(:empty) {
  text-indent: initial;
}

li + p,
li + p:not(:empty) {
  text-indent: initial;
}

figure + p,
figure + p:not(:empty) {
  text-indent: initial;
}

blockquote + p,
blockquote + p:not(:empty) {
  text-indent: initial;
}

p:empty + p,
p:empty + p:not(:empty) {
  text-indent: initial;
}

h1 + p,
h1 + p:not(:empty) {
  text-indent: initial;
}

h2 + p,
h2 + p:not(:empty) {
  text-indent: initial;
}

h3 + p,
h3 + p:not(:empty) {
  text-indent: initial;
}

h4 + p,
h4 + p:not(:empty) {
  text-indent: initial;
}

h5 + p,
h5 + p:not(:empty) {
  text-indent: initial;
}

h6 + p,
h6 + p:not(:empty) {
  text-indent: initial;
}

[role=heading] + p,
[role=heading] + p:not(:empty) {
  text-indent: initial;
}

.figure-wrapper + p,
.figure-wrapper:not([data-float-placement]) + p {
  text-indent: initial;
}

p:first-of-type {
  text-indent: initial;
}

li p {
  text-indent: initial;
}

/* styles for HtmlPage */


/* Basscss Type Scale */
.h1 {
  font-size: 2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.left-align {
  text-align: left;
}

.center {
  text-align: center;
}

.right-align {
  text-align: right;
}

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
}

.line-height-2 {
  line-height: 1.125;
}

.line-height-3 {
  line-height: 1.25;
}

.line-height-4 {
  line-height: 1.5;
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-reset {
  list-style: none;
  padding-left: 0;
}

/* Basscss Layout */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
}

.max-width-2 {
  max-width: 32rem;
}

.max-width-3 {
  max-width: 48rem;
}

.max-width-4 {
  max-width: 64rem;
}

.border-box {
  box-sizing: border-box;
}

/* Basscss Align */
.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Basscss Margin */
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: 0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m3 {
  margin: 2rem;
}

.mt3 {
  margin-top: 2rem;
}

.mr3 {
  margin-right: 2rem;
}

.mb3 {
  margin-bottom: 2rem;
}

.ml3 {
  margin-left: 2rem;
}

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Basscss Padding */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p2 {
  padding: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p3 {
  padding: 2rem;
}

.pt3 {
  padding-top: 2rem;
}

.pr3 {
  padding-right: 2rem;
}

.pb3 {
  padding-bottom: 2rem;
}

.pl3 {
  padding-left: 2rem;
}

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box;
}

.col-right {
  float: right;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.3333333333%;
  }
  .sm-col-2 {
    width: 16.6666666667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.3333333333%;
  }
  .sm-col-5 {
    width: 41.6666666667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.3333333333%;
  }
  .sm-col-8 {
    width: 66.6666666667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.3333333333%;
  }
  .sm-col-11 {
    width: 91.6666666667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.3333333333%;
  }
  .md-col-2 {
    width: 16.6666666667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.3333333333%;
  }
  .md-col-5 {
    width: 41.6666666667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.3333333333%;
  }
  .md-col-8 {
    width: 66.6666666667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.3333333333%;
  }
  .md-col-11 {
    width: 91.6666666667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.3333333333%;
  }
  .lg-col-2 {
    width: 16.6666666667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.3333333333%;
  }
  .lg-col-5 {
    width: 41.6666666667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.3333333333%;
  }
  .lg-col-8 {
    width: 66.6666666667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.3333333333%;
  }
  .lg-col-11 {
    width: 91.6666666667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}
.flex {
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: flex;
  }
}
.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.flex-none {
  flex: none;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-last {
  order: 99999;
}

/* Basscss Position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
}

.rounded-left {
  border-radius: 3px 0 0 3px;
}

.not-rounded {
  border-radius: 0;
}

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}

.flex {
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: flex;
  }
}
@media (min-width: 52em) {
  .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  .lg-flex {
    display: flex;
  }
}
.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}

.flex-none {
  flex: none;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-last {
  order: 99999;
}

/* Basscss Responsive Margin */
@media (min-width: 40em) {
  .sm-m0 {
    margin: 0;
  }
  .sm-mt0 {
    margin-top: 0;
  }
  .sm-mr0 {
    margin-right: 0;
  }
  .sm-mb0 {
    margin-bottom: 0;
  }
  .sm-ml0 {
    margin-left: 0;
  }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-m1 {
    margin: 0.5rem;
  }
  .sm-mt1 {
    margin-top: 0.5rem;
  }
  .sm-mr1 {
    margin-right: 0.5rem;
  }
  .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  .sm-ml1 {
    margin-left: 0.5rem;
  }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-m2 {
    margin: 1rem;
  }
  .sm-mt2 {
    margin-top: 1rem;
  }
  .sm-mr2 {
    margin-right: 1rem;
  }
  .sm-mb2 {
    margin-bottom: 1rem;
  }
  .sm-ml2 {
    margin-left: 1rem;
  }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-m3 {
    margin: 2rem;
  }
  .sm-mt3 {
    margin-top: 2rem;
  }
  .sm-mr3 {
    margin-right: 2rem;
  }
  .sm-mb3 {
    margin-bottom: 2rem;
  }
  .sm-ml3 {
    margin-left: 2rem;
  }
  .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm-m4 {
    margin: 4rem;
  }
  .sm-mt4 {
    margin-top: 4rem;
  }
  .sm-mr4 {
    margin-right: 4rem;
  }
  .sm-mb4 {
    margin-bottom: 4rem;
  }
  .sm-ml4 {
    margin-left: 4rem;
  }
  .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 52em) {
  .md-m0 {
    margin: 0;
  }
  .md-mt0 {
    margin-top: 0;
  }
  .md-mr0 {
    margin-right: 0;
  }
  .md-mb0 {
    margin-bottom: 0;
  }
  .md-ml0 {
    margin-left: 0;
  }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-m1 {
    margin: 0.5rem;
  }
  .md-mt1 {
    margin-top: 0.5rem;
  }
  .md-mr1 {
    margin-right: 0.5rem;
  }
  .md-mb1 {
    margin-bottom: 0.5rem;
  }
  .md-ml1 {
    margin-left: 0.5rem;
  }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-m2 {
    margin: 1rem;
  }
  .md-mt2 {
    margin-top: 1rem;
  }
  .md-mr2 {
    margin-right: 1rem;
  }
  .md-mb2 {
    margin-bottom: 1rem;
  }
  .md-ml2 {
    margin-left: 1rem;
  }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-m3 {
    margin: 2rem;
  }
  .md-mt3 {
    margin-top: 2rem;
  }
  .md-mr3 {
    margin-right: 2rem;
  }
  .md-mb3 {
    margin-bottom: 2rem;
  }
  .md-ml3 {
    margin-left: 2rem;
  }
  .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-m4 {
    margin: 4rem;
  }
  .md-mt4 {
    margin-top: 4rem;
  }
  .md-mr4 {
    margin-right: 4rem;
  }
  .md-mb4 {
    margin-bottom: 4rem;
  }
  .md-ml4 {
    margin-left: 4rem;
  }
  .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64em) {
  .lg-m0 {
    margin: 0;
  }
  .lg-mt0 {
    margin-top: 0;
  }
  .lg-mr0 {
    margin-right: 0;
  }
  .lg-mb0 {
    margin-bottom: 0;
  }
  .lg-ml0 {
    margin-left: 0;
  }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-m1 {
    margin: 0.5rem;
  }
  .lg-mt1 {
    margin-top: 0.5rem;
  }
  .lg-mr1 {
    margin-right: 0.5rem;
  }
  .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  .lg-ml1 {
    margin-left: 0.5rem;
  }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-m2 {
    margin: 1rem;
  }
  .lg-mt2 {
    margin-top: 1rem;
  }
  .lg-mr2 {
    margin-right: 1rem;
  }
  .lg-mb2 {
    margin-bottom: 1rem;
  }
  .lg-ml2 {
    margin-left: 1rem;
  }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg-m3 {
    margin: 2rem;
  }
  .lg-mt3 {
    margin-top: 2rem;
  }
  .lg-mr3 {
    margin-right: 2rem;
  }
  .lg-mb3 {
    margin-bottom: 2rem;
  }
  .lg-ml3 {
    margin-left: 2rem;
  }
  .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg-m4 {
    margin: 4rem;
  }
  .lg-mt4 {
    margin-top: 4rem;
  }
  .lg-mr4 {
    margin-right: 4rem;
  }
  .lg-mb4 {
    margin-bottom: 4rem;
  }
  .lg-ml4 {
    margin-left: 4rem;
  }
  .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
  .lg-mr-auto {
    margin-right: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Basscss Responsive Padding */
@media (min-width: 40em) {
  .sm-p0 {
    padding: 0;
  }
  .sm-pt0 {
    padding-top: 0;
  }
  .sm-pr0 {
    padding-right: 0;
  }
  .sm-pb0 {
    padding-bottom: 0;
  }
  .sm-pl0 {
    padding-left: 0;
  }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-p1 {
    padding: 0.5rem;
  }
  .sm-pt1 {
    padding-top: 0.5rem;
  }
  .sm-pr1 {
    padding-right: 0.5rem;
  }
  .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  .sm-pl1 {
    padding-left: 0.5rem;
  }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-p2 {
    padding: 1rem;
  }
  .sm-pt2 {
    padding-top: 1rem;
  }
  .sm-pr2 {
    padding-right: 1rem;
  }
  .sm-pb2 {
    padding-bottom: 1rem;
  }
  .sm-pl2 {
    padding-left: 1rem;
  }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-p3 {
    padding: 2rem;
  }
  .sm-pt3 {
    padding-top: 2rem;
  }
  .sm-pr3 {
    padding-right: 2rem;
  }
  .sm-pb3 {
    padding-bottom: 2rem;
  }
  .sm-pl3 {
    padding-left: 2rem;
  }
  .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-p4 {
    padding: 4rem;
  }
  .sm-pt4 {
    padding-top: 4rem;
  }
  .sm-pr4 {
    padding-right: 4rem;
  }
  .sm-pb4 {
    padding-bottom: 4rem;
  }
  .sm-pl4 {
    padding-left: 4rem;
  }
  .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 52em) {
  .md-p0 {
    padding: 0;
  }
  .md-pt0 {
    padding-top: 0;
  }
  .md-pr0 {
    padding-right: 0;
  }
  .md-pb0 {
    padding-bottom: 0;
  }
  .md-pl0 {
    padding-left: 0;
  }
  .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-p1 {
    padding: 0.5rem;
  }
  .md-pt1 {
    padding-top: 0.5rem;
  }
  .md-pr1 {
    padding-right: 0.5rem;
  }
  .md-pb1 {
    padding-bottom: 0.5rem;
  }
  .md-pl1 {
    padding-left: 0.5rem;
  }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-p2 {
    padding: 1rem;
  }
  .md-pt2 {
    padding-top: 1rem;
  }
  .md-pr2 {
    padding-right: 1rem;
  }
  .md-pb2 {
    padding-bottom: 1rem;
  }
  .md-pl2 {
    padding-left: 1rem;
  }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-p3 {
    padding: 2rem;
  }
  .md-pt3 {
    padding-top: 2rem;
  }
  .md-pr3 {
    padding-right: 2rem;
  }
  .md-pb3 {
    padding-bottom: 2rem;
  }
  .md-pl3 {
    padding-left: 2rem;
  }
  .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md-p4 {
    padding: 4rem;
  }
  .md-pt4 {
    padding-top: 4rem;
  }
  .md-pr4 {
    padding-right: 4rem;
  }
  .md-pb4 {
    padding-bottom: 4rem;
  }
  .md-pl4 {
    padding-left: 4rem;
  }
  .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 64em) {
  .lg-p0 {
    padding: 0;
  }
  .lg-pt0 {
    padding-top: 0;
  }
  .lg-pr0 {
    padding-right: 0;
  }
  .lg-pb0 {
    padding-bottom: 0;
  }
  .lg-pl0 {
    padding-left: 0;
  }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-p1 {
    padding: 0.5rem;
  }
  .lg-pt1 {
    padding-top: 0.5rem;
  }
  .lg-pr1 {
    padding-right: 0.5rem;
  }
  .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  .lg-pl1 {
    padding-left: 0.5rem;
  }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-p2 {
    padding: 1rem;
  }
  .lg-pt2 {
    padding-top: 1rem;
  }
  .lg-pr2 {
    padding-right: 1rem;
  }
  .lg-pb2 {
    padding-bottom: 1rem;
  }
  .lg-pl2 {
    padding-left: 1rem;
  }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-p3 {
    padding: 2rem;
  }
  .lg-pt3 {
    padding-top: 2rem;
  }
  .lg-pr3 {
    padding-right: 2rem;
  }
  .lg-pb3 {
    padding-bottom: 2rem;
  }
  .lg-pl3 {
    padding-left: 2rem;
  }
  .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-p4 {
    padding: 4rem;
  }
  .lg-pt4 {
    padding-top: 4rem;
  }
  .lg-pr4 {
    padding-right: 4rem;
  }
  .lg-pb4 {
    padding-bottom: 4rem;
  }
  .lg-pl4 {
    padding-left: 4rem;
  }
  .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
[text-align=null] {
  text-align: start;
}

[text-align=left], [text-align=start] {
  text-align: start;
}

[text-align=center] {
  text-align: center;
}

[text-align=right], [text-align=end] {
  text-align: end;
}

[text-align=justify] {
  text-align: justify;
}

[text-direction=null] {
  direction: ltr;
}

[text-direction=ltr] {
  direction: ltr;
}

[text-direction=rtl] {
  direction: rtl;
}

[lang=fa-IR], [lang=ar] {
  direction: rtl;
}

html,
body {
  margin: 0;
  line-height: 1.5;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

@page wide {
  prince-rotate-body: landscape;
  prince-shrink-to-fit: auto;
}
a, a:link, a:visited, a:hover, a:active {
  color: black;
  text-decoration: none;
}

li p {
  text-indent: none;
}

.spacer {
  flex: 1 1 auto;
}

del {
  color: red;
}

ins {
  color: green;
}

.cover,
.front,
.body,
.back {
  margin: 0 auto;
  max-width: 50rem;
  padding: 1rem;
}

figcaption:before {
  font-weight: bold;
  /* Load defaults from the FigureConfiguration, failing with null if not none is supplied */
  content: Abb. attr(data-figure-number) ": ";
}

figcaption[data-type=table]:before {
  font-weight: bold;
  /* Load defaults from the FigureConfiguration, failing with null if not none is supplied */
  content: Tab. attr(data-figure-number) ": ";
}

figcaption[data-type=code]:before {
  font-weight: bold;
  /* Load defaults from the FigureConfiguration, failing with null if not none is supplied */
  content: Code attr(data-figure-number) ": ";
}

figcaption[data-type=environment]:before {
  font-weight: bold;
  content: attr(data-type) attr(data-figure-number) ": ";
}

.figure-wrapper {
  margin: 0.5rem auto;
}

[data-type=bibliography] {
  text-align: start;
  word-wrap: break-word;
  hyphens: manual;
}
[data-type=bibliography] p {
  margin: 0 0 0.5rem 0;
}
[data-type=bibliography] a {
  text-decoration: none;
}

section {
  margin: 1rem auto;
}
section figure img {
  max-width: 100%;
}

blockquote[data-type=poetry] {
  white-space: pre;
  page-break-inside: initial;
}
blockquote[data-type=poetry] p {
  margin: 0;
}

:root {
  --line-height: 1.5rem;
  --text-indent: 0mm;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
}

p {
  text-indent: 0mm;
}

p:not(:empty) {
  margin-bottom: 1.2rem;
}

li p {
  text-indent: initial;
}



body {
  margin: 1rem auto; 
  width: 100%;
  max-width: 70em;
  border-bottom: 1.5rem solid var(--theme-color, white);
  background: #eee;
} @media (min-width: 52em) {
  body { width: 80%; box-shadow: 0px 0.714rem 1.43rem rgba(100, 100, 100, 0.5); }
} section.mb1, section.cover, section.front, section.body, section.back {
  margin-top: 0;
  margin-bottom: 0;
  background: white;
  color: black;
} @media (min-width: 64em) {
  body { width: 70%; box-shadow: 0px 0.714rem 1.43rem rgba(100, 100, 100, 0.5); }
} section.cover { padding: 0; margin: 0 auto !important; max-width: unset; } .cover .JournalTitle { margin: 1rem auto; max-width: unset; } .cover .JournalTitle.JournalTitle-cover { margin-bottom: 0; padding-bottom: 2rem; } .Static-essay-author-block { padding: 0.5rem 2rem; } .Static-essay-meta-data-block { margin-bottom: 3rem; } .Static-default-meta-data-block { padding-top: 2rem; } .front,.body,.back,.JournalTitle { padding: 0.5rem 2rem; margin: 1rem auto; max-width: unset; } .JournalTitle { margin-top: 3rem; } .back { margin-bottom: 0.125rem; }



:root {
  --theme-color: #0071B9;
  --theme-color-contrast: white;
  --opaque-grey: rgba(0, 0, 0, 0.5);
} a, a:link, a:visited, a:hover, a:active, [data-type="footnote"] a, [data-type="footnote"] a:link, [data-type="footnote"] a:visited {
  color: #0071B9;
}



.authors {
  text-align: left;
}



/* styles for JournalTitle-cover */


.authors[data-author-names] {
  string-set: author-names attr(data-author-names);
}

.JournalTitle.JournalTitle-cover {
  margin: 0;
  margin-bottom: 2rem;
  break-before: never;
}
.JournalTitle.JournalTitle-cover h1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: start;
  margin-bottom: 0.125rem;
  string-set: journal-title content();
  -prince-bookmark-level: 1;
  -prince-bookmark-state: closed;
}
.JournalTitle.JournalTitle-cover h2 {
  margin: 0;
  text-align: start;
  font-size: calc(1.25rem);
  font-weight: bold;
  string-set: journal-subtitle content();
  -prince-bookmark-level: none;
}
.JournalTitle.JournalTitle-cover .authors {
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.JournalTitle.JournalTitle-cover .affiliations,
.JournalTitle.JournalTitle-cover .corresponding {
  font-weight: lighter;
  font-size: 0.9rem;
}
.JournalTitle.JournalTitle-cover .author-comments {
  line-height: 1;
}
.JournalTitle.JournalTitle-cover .author-comments p {
  display: inline;
  margin: 0;
  padding: 0;
}
.JournalTitle.JournalTitle-cover .author-comments {
  font-size: 0.9rem;
}

/* styles for Environment */


figure {
  margin: 0;
}

.figure-wrapper:not([data-role=native-table]) {
  break-inside: avoid;
}
.figure-wrapper:not([data-role=native-table]) figure {
  break-inside: avoid;
}
.figure-wrapper:not([data-role=native-table]) .figure-body {
  break-inside: avoid;
}

figcaption,
.caption-body {
  break-inside: avoid;
  line-height: 1.2;
}
figcaption .label,
.caption-body .label {
  white-space-collapse: preserve;
}

td p:first-child {
  text-indent: initial;
}

figcaption,
caption {
  margin: 0.25rem 0 0.25rem 0;
  line-height: 1.2;
}

figcaption {
  break-before: avoid;
  line-height: 1.2;
}

figure[data-caption-side=before] figcaption,
figure[data-caption-side=above] figcaption {
  break-after: avoid;
}

table td,
table th {
  overflow-wrap: break-word;
}
table tbody {
  break-inside: auto;
}
table tbody tr:last-child {
  break-before: avoid;
}
table tbody tr[data-break-after=page] {
  break-after: page;
}

/* We set up images no never be larger than a page height (or width io case of landscape)
For landscape figures we use prince-shrink-to-fit to scale the image to the page width
The removed rem are to leave room for at least a line or two of captions. */
img {
  max-height: calc(var(--content-height) - var(--figure-caption-min-height) - 0.25rem - 1rem - 1rem);
  max-width: 100%;
}

.figure-wrapper {
  --image-max-height: calc(
      var(--content-height) - var(--figure-caption-min-height) - 0.25rem - 1rem - 1rem
  );
  --caption-max-height: calc(var(--content-height) - var(--image-max-height));
  margin: 1rem auto 1rem auto;
}
.figure-wrapper img {
  margin: 0 auto;
}

.inline-math {
  white-space: nowrap;
}
.inline-math svg {
  max-width: 100%;
}

.caption {
  font-style: italic;
}
.caption p {
  margin-top: 0.1rem;
}

figure[data-type=equation] {
  margin: 1rem auto;
}
figure[data-type=equation] figcaption {
  font-size: inherit;
  padding: 0 0 0 0.25rem;
  margin: 0.35rem 0.35rem;
}
figure[data-type=equation] .equation {
  padding-top: 0.5rem;
}
figure[data-type=equation] .equation svg {
  max-width: calc(100vw - undefined - undefined - 3.5em);
}

figure[data-image-mime-type="image/svg+xml"] {
  width: 100%;
}

table th,
table td {
  border: 0 solid transparent;
  padding: 2px 10px 2px 0;
}
table th p:not(:empty),
table td p:not(:empty) {
  padding: 0;
  margin: 0;
}
table th p:not(:first-child):not(:empty),
table td p:not(:first-child):not(:empty) {
  margin-top: 0.35em;
}
table th {
  background-color: #DADADA;
  font-weight: normal;
}
table tr:nth-child(even) {
  background-color: transparent;
}
table tbody {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

table:not(figure > table) {
  margin: 1rem 0;
}

pre {
  font-size: inherit;
}

figure[data-caption-side=before] figcaption,
figure[data-caption-side=above] figcaption {
  margin: 0 0 0.25rem 0;
}

:not([dir=rtl]) figure:not([data-type=equation]) .label {
  margin-right: 0.35rem;
}

[dir=rtl] figure .label {
  margin-left: 0.35rem;
}

figure .label {
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
}
figure figcaption {
  font-size: 0.77rem;
  margin: 0.25rem auto 0.25rem auto;
}
figure + [data-role=notes] {
  margin: 0.5rem 0.5rem 1rem 1rem;
  font-size: 0.77rem;
}
figure + [data-role=notes] p:first-child {
  text-indent: initial;
}
figure table {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 0.25rem;
  min-width: 16rem;
}
figure table caption {
  text-align: start;
  font-size: 0.77rem;
  margin-top: 0.25rem;
  caption-side: top;
  margin-top: 0;
}
figure table th,
figure table td {
  padding: 0.25rem;
  text-indent: initial;
}
figure table th p,
figure table td p {
  text-indent: initial;
}
figure table th,
figure table td {
  border: 1px solid #313131;
  padding: 6px;
}
figure table th p:not(:empty),
figure table td p:not(:empty) {
  padding: 0;
  margin: 0;
}
figure table th p:not(:first-child):not(:empty),
figure table td p:not(:first-child):not(:empty) {
  margin-top: 0.35em;
}
figure table th {
  background-color: #DADADA;
  font-weight: normal;
}
figure table tr:nth-child(even) {
  background-color: transparent;
}
figure table tbody {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

figure[data-caption-side=before] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
figure[data-caption-side=before] figcaption {
  text-align: left;
}

figure[data-caption-side=after] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
figure[data-caption-side=after] figcaption {
  text-align: right;
  margin-right: 0.125rem;
}

figure[scale-width]:not([scale-width="1"]) table p {
  margin: 0;
  padding: 1px;
}

table {
  font-size: 7.8pt;
}
table caption {
  min-width: 12rem;
}
table th,
table td {
  vertical-align: top;
  text-indent: initial;
  font-size: 7.8pt;
  line-height: 1;
}
table th p,
table td p {
  font-size: 7.8pt;
  line-height: 1;
  text-indent: initial;
}

/**
 Scale figures to fit the page by scaling down their height to a fraction of the available height on a page
*/
.figure-wrapper[data-scale-width="-1"]:not([data-role=native-table]) .figure-body {
  display: flex;
}
.figure-wrapper[data-scale-width="-1"]:not([data-role=native-table]) .figure-body img {
  width: unset;
  height: unset;
}

.figure-body[scale-width="-1"] {
  display: inline;
  transform: unset;
}
.figure-body[scale-width="-1"] img {
  width: unset;
  height: unset;
}

figure[scale-width="-1"][orientation=landscape] .caption-body {
  margin: 0 auto;
}

.figure-wrapper[data-scale-width="0.9"]:not([data-role=native-table]) .figure-body {
  display: flex;
}
.figure-wrapper[data-scale-width="0.9"]:not([data-role=native-table]) .figure-body img {
  width: 90%;
  height: auto;
}

figure[scale-width="0.9"] table th,
figure[scale-width="0.9"] table td,
table[data-scale-width="0.9"] th,
table[data-scale-width="0.9"] td {
  font-size: 0.9em;
}
figure[scale-width="0.9"] table th p,
figure[scale-width="0.9"] table td p,
table[data-scale-width="0.9"] th p,
table[data-scale-width="0.9"] td p {
  font-size: inherit;
}

.figure-body[scale-width="0.9"] {
  transform: scale(0.9);
}

figure[scale-width="0.9"][orientation=landscape] .caption-body {
  /* #FIXME 1171 margin: 0 calc(100vh * 0.05); */
}

.figure-wrapper[data-scale-width="0.75"]:not([data-role=native-table]) .figure-body {
  display: flex;
}
.figure-wrapper[data-scale-width="0.75"]:not([data-role=native-table]) .figure-body img {
  width: 75%;
  height: auto;
}

figure[scale-width="0.75"] table th,
figure[scale-width="0.75"] table td,
table[data-scale-width="0.75"] th,
table[data-scale-width="0.75"] td {
  font-size: 0.75em;
}
figure[scale-width="0.75"] table th p,
figure[scale-width="0.75"] table td p,
table[data-scale-width="0.75"] th p,
table[data-scale-width="0.75"] td p {
  font-size: inherit;
}

.figure-body[scale-width="0.75"] {
  transform: scale(0.75);
}

figure[scale-width="0.75"][orientation=landscape] .caption-body {
  /* #FIXME 1171 margin: 0 calc(100vh * 0.125); */
}

.figure-wrapper[data-scale-width="0.5"]:not([data-role=native-table]) .figure-body {
  display: flex;
}
.figure-wrapper[data-scale-width="0.5"]:not([data-role=native-table]) .figure-body img {
  width: 50%;
  height: auto;
}

figure[scale-width="0.5"] table th,
figure[scale-width="0.5"] table td,
table[data-scale-width="0.5"] th,
table[data-scale-width="0.5"] td {
  font-size: 0.5em;
}
figure[scale-width="0.5"] table th p,
figure[scale-width="0.5"] table td p,
table[data-scale-width="0.5"] th p,
table[data-scale-width="0.5"] td p {
  font-size: inherit;
}

.figure-body[scale-width="0.5"] {
  transform: scale(0.5);
}

figure[scale-width="0.5"][orientation=landscape] .caption-body {
  /* #FIXME 1171 margin: 0 calc(100vh * 0.25); */
}

.figure-wrapper[data-scale-width="0.25"]:not([data-role=native-table]) .figure-body {
  display: flex;
}
.figure-wrapper[data-scale-width="0.25"]:not([data-role=native-table]) .figure-body img {
  width: 25%;
  height: auto;
}

figure[scale-width="0.25"] table th,
figure[scale-width="0.25"] table td,
table[data-scale-width="0.25"] th,
table[data-scale-width="0.25"] td {
  font-size: 0.25em;
}
figure[scale-width="0.25"] table th p,
figure[scale-width="0.25"] table td p,
table[data-scale-width="0.25"] th p,
table[data-scale-width="0.25"] td p {
  font-size: inherit;
}

.figure-body[scale-width="0.25"] {
  transform: scale(0.25);
}

figure[scale-width="0.25"][orientation=landscape] .caption-body {
  /* #FIXME 1171 margin: 0 calc(100vh * 0.375); */
}

table caption {
  font-size: 0.77rem;
  padding-bottom: 0.25rem;
}

ol[data-list-style-type=upper-roman] {
  list-style-type: upper-roman;
}

ol[data-list-style-type=lower-roman] {
  list-style-type: lower-roman;
}

ol[data-list-style-type=lower-alpha] {
  list-style-type: lower-alpha;
}

ol[data-list-style-type=upper-alpha] {
  list-style-type: upper-alpha;
}

ol[data-list-style-type=decimal-brackets] {
  counter-reset: list;
}
ol[data-list-style-type=decimal-brackets] li {
  counter-increment: list;
}
ol[data-list-style-type=decimal-brackets] li::marker {
  content: "[" counter(list) "]";
}

/* styles for Footnote */


[data-type=endnote] {
  font-size: 9pt;
  margin: 0 0 0.35rem 0;
}

[data-type=endnote-marker] {
  margin-right: 0.5rem;
}

[data-type=endnote-marker]::after {
  content: "";
}

[data-type=endnote-body] {
  margin: 0.025rem 0;
}

[data-type=endnote-call] {
  padding-right: 0.1rem;
  vertical-align: top;
  position: relative;
  top: -0.25rem;
  font-size: 70%;
}