@charset "UTF-8";
/*
    0 CSS RESET
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline; }

html, body, div, span, applet, object, iframe,
p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, q, s,
small, strike, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: {{bodyfont}}; }

code, pre, tt, kbd, samp {
  font-family: {{monospacefont}};
  font-variant-ligatures: none; }

code *, pre *, tt *, kbd *, samp * {
  font-family: {{monospacefont}} !important;
  font-variant-ligatures: none; }

p code, dt code, li code, label code, legend code, caption code, th code, td code,
p tt, dt tt, li tt, label tt, legend tt, caption tt, th tt, td tt,
p kbd, dt kbd, li kbd, label kbd, legend kbd, caption kbd, th kbd, td kbd,
p samp, dt samp, li samp, label samp, legend samp, caption samp, th samp, td samp {
  font-size: {{monospacefontsize}}; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: {{headerfont}}; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: {{headerfont}}; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

.h2Annex {
  font-family: {{headerfont}}; }

dl {
  display: grid;
  grid-template-columns: max-content auto; }
  dl dt p, dl dd p {
    margin-top: 0; }
  dl dt {
    grid-column-start: 1; }
  dl dd {
    grid-column-start: 2; }

b, strong {
  font-weight: bold; }

div.document-stage-band, div.document-type-band {
  background-color: #333333; }

a.FootnoteRef + a.FootnoteRef::before {
  content: ", ";
  vertical-align: super; }

a.TableFootnoteRef + a.TableFootnoteRef::before {
  content: ", ";
  vertical-align: super; }

a.TableFootnoteRef, span.TableFootnoteRef,
a.FootnoteRef, span.FootnoteRef {
  vertical-align: super; }

.addition {
  color: blue; }

.deletion {
  color: red;
  text-decoration: line-through; }

ruby {
  ruby-position: over;
  -webkit-ruby-position: before; }

ruby ruby {
  ruby-position: under;
  -webkit-ruby-position: after; }

/* code highlighting with line numbers */
table.rouge-line-table td.rouge-gutter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding-right: 1em; }

table.rouge-line-table td.rouge-code {
  -moz-user-select: all;
  -ms-user-select: all;
  -webkit-user-select: all;
  user-select: all; }

table.rouge-line-table,
table.rouge-line-table th,
table.rouge-line-table td {
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 100%; }

table.rouge-line-table pre {
  margin: 0;
  padding: 0;
  overflow-x: visible;
  font-size: 100%; }

/* header ยง links */
a.header {
  color: inherit;
  text-decoration: none; }

a.header:hover {
  color: #a53221 !important;
  background: inherit;
  box-shadow: none; }

a.header:visited {
  color: inherit;
  text-decoration: none; }

a.anchor {
  position: absolute;
  z-index: 1001;
  width: 1.5ex;
  margin-left: -1.5ex;
  display: block;
  text-decoration: none !important;
  visibility: hidden;
  text-align: center;
  font-weight: 400; }

a.anchor::before {
  content: "\00A7";
  font-size: .85em;
  display: block;
  padding-top: .1em; }

a.anchor:hover {
  color: #a53221;
  background: inherit;
  box-shadow: none; }

h1 > a.anchor:hover,
h2 > a.anchor:hover,
h3 > a.anchor:hover,
h4 > a.anchor:hover,
h5 > a.anchor:hover,
h6 > a.anchor:hover,
.inline-header > a.anchor:hover,
h1:hover > a.anchor,
h2:hover > a.anchor,
h3:hover > a.anchor,
h4:hover > a.anchor,
h5:hover > a.anchor,
h6:hover > a.anchor,
.inline-header:hover > a.anchor {
  visibility: visible; }

#standard-band {
  background-color: #0AC442; }

#standard {
  border-bottom: solid 3px #0AC442; }

#directive-band {
  background-color: #540D6E; }

#directive {
  border-bottom: solid 3px #540D6E; }

#guide-band {
  background-color: #D183C9; }

#guide {
  border-bottom: solid 3px #D183C9; }

#specification-band {
  background-color: #65AFFF; }

#specification {
  border-bottom: solid 3px #65AFFF; }

#report-band {
  background-color: #3A405A; }

#report {
  border-bottom: solid 3px #3A405A; }

#amendment-band {
  background-color: #F26430; }

#amendment {
  border-bottom: solid 3px #F26430; }

#corrigendum-band {
  background-color: #C84630; }

#corrigendum {
  border-bottom: solid 3px #C84630; }

#administrative-band {
  background-color: #BFAE48; }

#administrative {
  border-bottom: solid 3px #BFAE48; }

#advisory-band {
  background-color: #BD9391; }

#advisory {
  border-bottom: solid 3px #BD9391; }

#proposal-band {
  background-color: #39A0ED; }

#proposal {
  border-bottom: solid 3px #39A0ED; }

#working-draft-band {
  background-color: #2D7393; }

#working-draft {
  border-bottom: solid 3px #2D7393; }

#committee-draft-band {
  background-color: #2A6B7C; }

#committee-draft {
  border-bottom: solid 3px #2A6B7C; }

#draft-standard-band {
  background-color: #1C7F7A; }

#draft-standard {
  border-bottom: solid 3px #1C7F7A; }

#final-draft-band {
  background-color: #53C170; }

#final-draft {
  border-bottom: solid 3px #53C170; }

#published-band {
  background-color: #069E2D; }

#published {
  border-bottom: solid 3px #069E2D; }

#withdrawn-band {
  background-color: #004E64; }

#withdrawn {
  border-bottom: solid 3px #004E64; }

#cancelled-band {
  background-color: #2E382E; }

#cancelled {
  border-bottom: solid 3px #2E382E; }

body {
  line-height: 1.3; }

/* New CSS */
body {
  margin-left: 298px;
  margin-right: 2em; }

main {
  padding-left: 4em;
  padding-right: 2em; }

.title-section, .prefatory-section {
  padding-left: 4em;
  padding-top: 2em; }

.coverpage_docnumber, .coverpage_techcommittee {
  text-align: right;
  font-size: 0.9em;
  line-height: 0.5em; }

.doctitle-en, .doctitle-fr {
  margin-top: 2em;
  text-align: left; }

.doctitle-en {
  padding-left: 3em;
  margin-left: -3em;
  /*padding-top: 2em;*/
  padding-bottom: 2em; }

.doctitle-en span {
  font-size: 2em;
  line-height: 1.5em; }

.doctitle-fr span {
  font-size: 1.5em;
  line-height: 1.2em;
  font-style: italic; }

.doctitle-part {
  margin-top: 1em; }

/*
span.title {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 800;
}
*/
span.title, span.subtitle, span.part {
  font-weight: 800; }

span.partlabel {
  display: block; }

.coverpage_docstage {
  margin-top: 2em;
  margin-bottom: 2em; }

.coverpage_warning {
  font-size: 0.9em;
  font-style: italic;
  padding-bottom: 1em; }

.boilerplate-copyright p {
  margin-top: 1em;
  display: block; }

#boilerplate-message, #boilerplate-name,
#boilerplate-address {
  font-size: 0.9em; }

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 1em; }

h2, .h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2; }

p {
  margin-top: 1em;
  margin-bottom: 1em; }

p.zzSTDTitle1 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase; }

.zzSTDTitle2 {
  font-weight: 700;
  font-size: 1.5em; }

span.obligation {
  font-weight: 400; }

a {
  color: black;
  text-decoration-color: black; }

nav a {
  text-decoration: none;
  color: black; }

h2 p, .h2 p {
  display: inline; }

ul > li {
  list-style: none; }

ul > li > p:first-child::before {
  content: "\2014";
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em; }

li p {
  /* display: inline-block; */
  margin-bottom: 0.6em;
  line-height: 1.2; }

#toc li::before {
  content: " ";
  display: none; }

p.AltTerms {
  margin-bottom: 0;
  font-style: italic;
  margin-left: 2em; }

p.Terms {
  margin-top: 0em; }

p.TermNum {
  font-weight: bold; }

/* Navigation*/
@media screen and (min-width: 768px) {
  nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 278px;
    font-size: 0.9em;
    overflow: auto;
    padding: 0 0 0 20px;
    background-color: #f5faff; } }

@media print {
  nav {
    position: relative;
    width: auto;
    font-size: 0.9em;
    overflow: auto;
    padding: 0;
    margin-right: 0;
    background-color: white; } }

@media screen and (min-width: 768px) {
  #toggle {
    position: fixed;
    height: 100%;
    width: 30px;
    background-color: #f5faff;
    color: black !important;
    cursor: pointer;
    z-index: 100; }
    #toggle span {
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); } }

@media screen and (max-width: 768px) {
  #toggle {
    display: none; } }

@media print {
  #toggle {
    display: none; } }

#toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  font-family: {{bodyfont}};
  font-weight: 400; }
  #toc ul, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #toc ul li a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul li a {
      padding: 5px 10px; }
    #toc ul a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a {
      color: black;
      text-decoration: none;
      display: block; }
      #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
        box-shadow: none;
        color: black; }
  #toc .h2, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h2 {
    padding-left: 30px; }
  #toc .h3, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h3 {
    padding-left: 50px; }
  #toc .h4, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h4 {
    padding-left: 70px; }
  #toc .h5, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h5 {
    padding-left: 90px; }
  #toc .h6, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .h6 {
    padding-left: 110px; }
  #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
    background: black;
    box-shadow: inset -5px 0px 10px -5px black !important; }
    #toc .toc-active a, #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
      color: black; }
  @media print {
    #toc .toc-active, #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
      background: white;
      box-shadow: none !important; }
    #toc .toc-active a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active a {
      color: black; }
    #toc li:hover a, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover a {
      color: black; } }
  @media screen and (max-width: 768px) {
    #toc, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
      padding: 0 1.5em;
      overflow: visible; } }
  #toc .toc-active,
  #toc li:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) .toc-active,
  #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) li:hover {
    box-shadow: 0px 1px 0px 0px black !important;
    color: black;
    background: none; }
  #toc ul a:hover, #toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) ul a:hover {
    box-shadow: none;
    color: black; }

#toc > ul :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%; }

@media screen and (min-width: 768px) {
  nav {
    line-height: 1.2em; }
  #toggle {
    border-right: solid black 1px;
    margin-left: -4em;
    margin-top: -2em; }
  .container {
    padding-left: 360px; }
  .rule.toc {
    display: none; }
  h1.toc-contents {
    margin-top: 1em; }
  ul#toc-list, ul#toc-list > :is(.h1, .h2, .h3, .h4, .h5, .h6) {
    padding: 0;
    margin: 0; } }

@media screen and (max-width: 768px) {
  #toggle {
    display: none;
    margin-left: -4em;
    margin-top: -2em; }
  body {
    margin-left: 2em; }
  main {
    padding: 0; }
  .title-section, .prefatory-section {
    padding-left: 0;
    padding-top: 0;
    width: 100%; } }

div.figure > img, div.figure > svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto; }

table div.figure {
  padding: 0;
  margin: 0; }

/*
    Document types + stages
*/
.document-type-band {
  left: 0;
  top: 180px;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 102; }
  .document-type-band > :first-child {
    position: relative;
    width: 25px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    margin-left: 6px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    bottom: 0; }
  @media print {
    .document-type-band {
      display: none; } }
  .document-type-band .document-type {
    top: 20px; }

.document-stage-band {
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  display: block;
  z-index: 101;
  box-shadow: -5px 0px 10px #1d1d1d; }
  .document-stage-band > :first-child {
    position: relative;
    width: 25px;
    font-weight: 400;
    height: 210px;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    margin-left: 6px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    bottom: 0; }
  @media print {
    .document-stage-band {
      display: none; } }
p.document-stage {
  position: relative;
  width: 25px;
  font-weight: 400;
  height: 210px;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
  margin-left: 6px;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  bottom: 0; }

#governance-band p.document-type {
  font-weight: 400;
  height: 230px !important; }

p.document-stage {
  font-weight: 300;
  height: 160px; }

#standard-band {
  background-color: #0ac442; }

#standard {
  border-bottom: solid 3px #0ac442; }

#governance {
  border-bottom: solid 3px #750697; }

#governance-band {
  background-color: #750697; }

#guide {
  border-bottom: solid 3px #48a0e7; }

#guide-band {
  background-color: #48a0e7; }

.coverpage-maturity {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0 0 2em 0;
  text-transform: uppercase; }

#working-draft {
  border-bottom: solid 3px #fda706; }

#working-draft-band {
  background-color: #fda706; }

#committee-draft {
  border-bottom: solid 3px #fd06fd; }

#committee-draft-band {
  background-color: #fd06fd; }

#draft-standard {
  border-bottom: solid 3px #fdf906; }

#draft-standard {
  border-bottom: solid 3px #fdf906; }

#standard {
  border-bottom: solid 3px #0ac442; }

#standard-band {
  background-color: #0ac442; }

#obsolete {
  border-bottom: solid 3px #7e0d13; }

#obsolete-band {
  background-color: #7e0d13; }

/* 3 Other styles */
/*
    3.3 Lists
*/
ul, ol {
  margin-left: 2em; }

#toc-list ul {
  margin-bottom: 0.25em; }

#toc-list ol li {
  list-style-type: none; }

/* https://github.com/metanorma/metanorma-iso/issues/319 : ordered list rendering */
ol[class="alphabet"] {
  counter-reset: alphabet; }

ol[class="arabic"] {
  counter-reset: arabic; }

ol[class="roman"] {
  counter-reset: roman; }

ol[class="alphabet_upper"] {
  counter-reset: alphabet_upper; }

ol[class="roman_upper"] {
  counter-reset: roman_upper; }

ol[class="alphabet"] ol[class="alphabet"] {
  counter-reset: alphabet2; }

ol[class="arabic"] ol[class="arabic"] {
  counter-reset: arabic2; }

ol[class="roman"] ol[class="roman"] {
  counter-reset: roman2; }

ol[class="alphabet_upper"] ol[class="alphabet_upper"] {
  counter-reset: alphabet_upper2; }

ol[class="roman_upper"] ol[class="roman_upper"] {
  counter-reset: roman_upper2; }

ol {
  counter-reset: alphabet; }

ol > li {
  list-style: none;
  position: relative; }

ol > li::before {
  position: absolute;
  left: -1.4em; }

ol[class="roman"] > li::before {
  left: -2.0em; }

ol[class="roman_upper"] > li::before {
  left: -2.3em; }

ol[class="alphabet"] > li::before {
  counter-increment: alphabet;
  content: counter(alphabet, lower-alpha) ") "; }

ol[class="arabic"] > li::before {
  counter-increment: arabic;
  content: counter(arabic, decimal) ") "; }

ol[class="roman"] > li::before {
  counter-increment: roman;
  content: counter(roman, lower-roman) ") "; }

ol[class="alphabet_upper"] > li::before {
  counter-increment: alphabet_upper;
  content: counter(alphabet_upper, upper-alpha) ") "; }

ol[class="roman_upper"] > li::before {
  counter-increment: roman_upper;
  content: counter(roman_upper, upper-roman) ") "; }

ol > li::before {
  counter-increment: alphabet;
  content: counter(alphabet, lower-alpha) ") "; }

ol[class="alphabet"] ol[class="alphabet"] > li::before {
  counter-increment: alphabet2;
  content: counter(alphabet2, lower-alpha) ") "; }

ol[class="arabic"] ol[class="arabic"] > li::before {
  counter-increment: arabic2;
  content: counter(arabic2, decimal) ") "; }

ol[class="roman"] ol[class="roman"] > li::before {
  counter-increment: roman2;
  content: counter(roman2, lower-roman) ") "; }

ol[class="alphabet_upper"] ol[class="alphabet_upper"] > li::before {
  counter-increment: alphabet_upper2;
  content: counter(alphabet_upper2, upper-alpha) ") "; }

ol[class="roman_upper"] ol[class="roman_upper"] > li::before {
  counter-increment: roman_upper2;
  content: counter(roman_upper2, upper-roman) ") "; }

/*
3.4 Rules
*/
.rule {
  width: 100%;
  height: 1px;
  background-color: #0e1a85;
  margin: 2em 0; }

/*
    3.5 Bibliograhy
*/
p.Biblio,
p.NormRef {
  margin-top: 1em;
  margin-left: 2em; }

/*
3.6 Source Code + figures
*/
.figure,
pre,
.pseudocode {
  background-color: #f5faff;
  font-size: {{monospacefontsize}};
  line-height: 1.6em;
  padding: 1.5em;
  margin: 2em 0 1em 0;
  overflow: auto;
  font-size: {{monospacefontsize}}; }
  .figure .SourceTitle,
  pre .SourceTitle,
  .pseudocode .SourceTitle {
    font-weight: 700;
    font-size: 1em;
    text-align: center; }

pre {
  font-family: {{monospacefont}};
  font-variant-ligatures: none; }

.AdmonitionTitle {
  font-weight: 700;
  font-size: 1em;
  text-align: center; }

.RecommendationTitle {
  font-weight: 700;
  font-size: 1em;
  text-align: center; }

.ListTitle {
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  text-align: left; }

.FigureTitle,
.SourceTitle {
  font-weight: 700;
  font-size: 1em;
  text-align: center; }

/*
3.7 Notes
*/
.Note, .note {
  background-color: #fff495;
  color: #47430c;
  padding: 0.5em;
  margin: 1.5em 0 1.5em 0;
  text-align: left; }

.Note p, .note p {
  margin: 0; }

.Admonition {
  background-color: #ffcccc;
  color: #47430c;
  padding: 0.5em;
  margin: 1.5em 0 1.5em 0;
  text-align: left; }

.Admonition p {
  margin: 0; }

/*
3.8 Examples
*/
.example {
  background-color: #e1eef1;
  padding: 0.5em;
  margin: 2em 0 1em 0;
  text-align: left;
  color: #424242;
  padding-left: 2em;
  text-align: left; }
  .example p {
    margin: 0; }
  .example .example-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -1.5em; }
  .example .example-title {
    margin-top: 0; }
  .example pre,
  .example .pseudocode {
    background: none; }

/*
3.9 Tables
*/
/*
    3.9 Tables
*/
table {
  width: 100%;
  font-weight: 300;
  margin: 1em 0 2em 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2em;
  text-align: center; }
  table, table th, table td {
    border: 1px solid black;
    font-size: 0.95em; }
  table th, table td {
    padding: 1em; }
  table td.header {
    font-weight: 400; }
  table td,
  table th {
    font-size: 0.95em;
    padding: 1em !important; }

p.TableTitle {
  text-align: center;
  margin-top: 2.5em;
  font-weight: 800;
  font-size: 1.1em; }

.TableFootnote {
  text-align: left !important; }

/*
3.10 Footnotes
*/
a.footnote-number, a.TableFootnoteRef, span.TableFootnoteRef {
  vertical-align: super;
  font-size: 0.8em; }

.footnote {
  font-size: {{footnotefontsize}}; }

sup a {
  vertical-align: super;
  font-size: 0.8em; }

#footnote_box {
  font-size: {{footnotefontsize}};
  background: white;
  padding: 0 10px;
  margin: 10px;
  border: 1px solid #888;
  -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888; }

ol.footnotes-list, aside.footnote {
  margin-left: 1em; }

ol.footnotes-list li, aside.footnote {
  font-size: {{footnotefontsize}};
  vertical-align: top;
  list-style: decimal;
  margin-bottom: 1em; }

ol.footnotes-list:first-child {
  margin-top: 2em; }

ol.footnotes-list p, aside.footnote p {
  display: inline; }

ol > li > p::before {
  content: "";
  display: none; }

/*
3.11 Blockquotes
*/
.Quote {
  background-color: #f5faff;
  font-style: italic;
  width: 80%;
  padding: 1.5em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto; }

/*
3.12 Formulas
*/
.formula {
  background-color: #f5faff;
  padding: 1.5em;
  margin-top: 2em;
  text-align: center; }

dl.formula_dl {
  background-color: #f5faff; }

/*
Keywords
*/
span.keyword {
  font-weight: 600; }

.Admonition, .admonition {
  background-color: #ffb3b3;
  /* color: #47430c;*/
  padding: 0.5em;
  margin: 1.5em 0 1.5em 0;
  text-align: left; }

.Admonition p, .admonition p {
  margin: 0; }

/* Collapse TOC */
.collapse-group {
  display: flex;
  align-items: center;
  position: relative; }

.collapse-button {
  position: absolute;
  right: 0;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgba(0,0,0,.54)" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"></path></svg>'); }

.collapse {
  display: none; }

.expand {
  transform: rotateZ(-180deg); }