body {
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin: 30px 0 0;
  padding: 0;
  background: #fff;
  color: #303030;
  font-size: 14px;
  line-height: 1.45
}

div#imageblock {
  margin-left: -15%;
  margin-right: -15%;
  /* recalculate to span full viewport */
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 350px;
  background: url("/image.jpg");
  background-size: cover;
  background-position: center;
}

#wrapper {
  padding-left: 15%;
  padding-right: 15%;
}

li {
  font-size: 110%
}

li li {
  font-size: 100%
}

li p {
  font-size: 100%;
  margin: .5em 0
}

h1 {
  color: #111;
  margin-top: 0;
  font-size: 3.052em;
}

h2 {
  color: #135A45;
  font-size: 2.441em;
}

h3 {
  color: #EDB922;
  font-size: 1.953em;
}

h4 {
  color: #111;
  font-size: 1.563em;
}

h5 {
  color: #111;
  font-size: 1.25em
}

h6 {
  color: #111;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 600;
  line-height: 1.15;
  page-break-after: avoid;
}

p,
td,
div {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  word-wrap: break-word
}

a {
  color: #0d6ea1;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

a:hover {
  color: #3593d9
}

ul,
ol,
pre,
table,
blockquote {
  margin-top: .625em;
  margin-bottom: .625em
}

hr {
  border: 1px solid;
  margin: -1px 0
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0
}

b,
strong,
em,
small,
code {
  line-height: 1
}

.footnote {
  color: #0d6ea1;
  font-size: .8em;
  vertical-align: super
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa
}

#wrapper img {
  max-width: 100%;
  height: auto
}

dd {
  font-size: 1em;
  margin-bottom: 1em
}

li>p:first-of-type {
  margin: 0
}

li p+p {
  margin-top: 16px
}

ul,
ol {
  padding-left: 2.5rem
}

#wrapper ol {
  list-style-position: outside
}

ul ul,
ul ol {
  margin-bottom: .4em
}

caption,
col,
colgroup,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border-spacing: 0
}

table {
  border-collapse: collapse;
  display: table;
  empty-cells: hide;
  margin: -1px 0 1.3125em;
  padding: 0;
  table-layout: fixed
}

caption {
  display: table-caption;
  font-weight: 700
}

col {
  display: table-column
}

colgroup {
  display: table-column-group
}

tbody {
  display: table-row-group
}

tfoot {
  display: table-footer-group
}

thead {
  display: table-header-group
}

td,
th {
  display: table-cell
}

tr {
  display: table-row
}

table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

table tbody {
}

table tfoot {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.2)
}

figure {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 1em 0 2em
}

figcaption {
  font-style: italic;
  text-align: center;
  background: white;
  color: #666
}

.poetry pre {
  display: block;
  font-family: Georgia, Garamond, serif !important;
  font-size: 110% !important;
  font-style: italic;
  line-height: 1.6em;
  margin-left: 1em
}

.poetry pre code {
  font-family: Georgia, Garamond, serif !important;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: pre-wrap
}

blockquote p {
  font-size: 110%;
  font-style: italic;
  line-height: 1.6em
}

sup,
sub,
a.footnote {
  font-size: 1.4ex;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: super
}

sub {
  vertical-align: sub;
  top: -1px
}

p {
  font-size: 1.1429em;
  line-height: 1.3125em;
  margin: 1.3125em 0
}

dt,
th {
  font-weight: 700
}


@media print {

  img,
  table,
  figure {
    page-break-inside: avoid
  }

  #wrapper {
    background: #fff;
    color: #303030;
    position: relative;
    text-indent: 0
  }
}

@media screen {
  .inverted {
    background: #252a2a
  }

  .inverted #wrapper {
    background: #252a2a;
    color: #eee
  }

  .inverted hr {
    border-color: #333f40 !important
  }

  .inverted p,
  .inverted td,
  .inverted li,
  .inverted h1,
  .inverted h2,
  .inverted h3,
  .inverted h4,
  .inverted h5,
  .inverted h6,
  .inverted th,
  .inverted .math,
  .inverted caption,
  .inverted dt,
  .inverted dd {
    color: #eee
  }

  .inverted pre {
    background: #ccc;
    color: #111
  }

  .inverted table {
    background: none
  }

  .inverted a {
    color: #acd1d5
  }

  ::selection {
    background: rgba(157, 193, 200, 0.5)
  }

  h1::selection {
    background-color: rgba(45, 156, 208, 0.3)
  }

  h2::selection {
    background-color: rgba(90, 182, 224, 0.3)
  }

  h3::selection,
  h4::selection,
  h5::selection,
  h6::selection,
  li::selection,
  ol::selection {
    background-color: rgba(133, 201, 232, 0.3)
  }

  code::selection {
    background-color: rgba(0, 0, 0, 0.7);
    color: #eee
  }

  code span::selection {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #eee !important
  }

  a::selection {
    background-color: rgba(255, 230, 102, 0.2)
  }

  .inverted a::selection {
    background-color: rgba(255, 230, 102, 0.6)
  }

  td::selection,
  th::selection,
  caption::selection {
    background-color: rgba(180, 237, 95, 0.5)
  }
}

.mkstyle--swiss #wrapper aside.blurb:before {
  margin-top: .7em
}

.mk-rtl {
  direction: rtl;
  text-align: right
}

body.mkkatex-number-equations {
  counter-reset: eqnum
}

body.mkkatex-number-equations .katex-display {
  position: relative
}

body.mkkatex-number-equations .katex-display::after {
  counter-increment: eqnum;
  content: "(" counter(eqnum) ")";
  position: absolute;
  left: 0;
  top: 25%
}

body.mkkatex-number-equations.mkkatex-number-equations-right .katex-display::after {
  right: 0;
  left: auto
}

.mkprinting,
.mkprinting #wrapper {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0
}

.hideProgress #generated-toc,
.hideProgress #firstdiff,
.hideProgress #toc-title,
.hideProgress #mkdocumentprogress,
.hideProgress #mkincludechart,
.hideProgress #mkprogressbar1,
.hideProgress #mkprogressbar2,
.hideProgress b.bookmark,
.hideProgress .mkscrollmeter,
.hideProgress #alllinks,
.hideProgress #criticnav,
.hideProgress .popup,
.hideProgress #progressindicator,
.hideProgress #mkautoscroll,
.mkprinting #generated-toc,
.mkprinting #firstdiff,
.mkprinting #toc-title,
.mkprinting #mkdocumentprogress,
.mkprinting #mkincludechart,
.mkprinting #mkprogressbar1,
.mkprinting #mkprogressbar2,
.mkprinting b.bookmark,
.mkprinting .mkscrollmeter,
.mkprinting #alllinks,
.mkprinting #criticnav,
.mkprinting .popup,
.mkprinting #progressindicator,
.mkprinting #mkautoscroll {
  display: none !important
}

.hideProgress .mkstyledtag,
.mkprinting .mkstyledtag {
  display: none
}

.mkcolor-grammar-error,
.mkcolor-spell-error {
  background: none;
  border-bottom: none
}

.mkprinting.mkshowcomments .mkstyledtag {
  display: inline;
  background: #ccc;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 1
}

@media print {
  body {
    background: white;
    line-height: 1.4
  }

  html,
  body,
  #wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-perspective: none !important;
    -webkit-text-size-adjust: none;
    border: 0;
    box-sizing: border-box;
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    width: auto
  }

  .critic #wrapper mark.crit {
    background-color: #fffd38 !important;
    text-decoration: none;
    color: #000
  }

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

  section {
    page-break-before: avoid
  }

  pre>code {
    white-space: pre;
    word-break: break-word
  }

  #generated-toc,
  #firstdiff,
  #toc-title,
  #mkdocumentprogress,
  #mkincludechart,
  #mkprogressbar1,
  #mkprogressbar2,
  .mkscrollmeter,
  #alllinks,
  .popup {
    display: none !important
  }

  .suppressprintlinks a {
    border-bottom: none !important;
    color: inherit !important;
    cursor: default !important;
    text-decoration: none !important
  }

  .hrefafterlinktext #wrapper a:link:after,
  .hrefafterlinktext #wrapper a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    opacity: .9
  }

  .nocodebreak pre {
    page-break-inside: avoid
  }

  img,
  table,
  figure {
    page-break-inside: avoid
  }

  .breakfootnotes .footnotes {
    page-break-before: always
  }

  .breakfootnotes .footnotes hr {
    display: none
  }

  #mktoctitle {
    display: block
  }

  #print-title {
    border-bottom: solid 1px #666;
    display: block
  }

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

  #wrapper #generated-toc-clone,
  #wrapper #mkreplaced-toc {
    display: block
  }

  .task-list {
    padding-left: 3.3rem
  }

  .mkstyle--ink .task-list,
  .mkstyle--swiss .task-list {
    padding-left: 3.3rem !important
  }

  .mkstyle--upstandingcitizen .task-list,
  .mkstyle--github .task-list {
    padding-left: 3.6rem !important
  }

  .mkstyle--manuscript .task-list {
    padding-left: 2.4rem !important
  }

  .mkstyle--amblin .task-list {
    padding-left: 2.1rem !important
  }

  .mkstyle--grump .task-list {
    padding-left: 1rem !important
  }

  .mkstyle--grump .task-list .task-list-item-checkbox {
    left: 0 !important
  }

  .task-list .task-list-item {
    list-style-type: none !important;
    left: auto
  }

  .task-list .task-list-item .task-list-item-checkbox {
    -webkit-appearance: none;
    position: relative;
    left: auto
  }

  .task-list .task-list-item .task-list-item-checkbox:before {
    border: solid 1px #aaa;
    border-radius: 2px;
    color: white;
    content: ' ';
    display: block;
    font-weight: bold;
    height: 1em;
    left: -1rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -.75em;
    width: 1em
  }

  .task-list .gh-complete.task-list-item .task-list-item-checkbox:before {
    background: #838387;
    content: '\2713'
  }
}

li {
  font-size: 110%
}

li li {
  font-size: 100%
}

li p {
  font-size: 100%;
  margin: .5em 0
}

p,
td,
div {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  word-wrap: break-word
}

a {
  color: #0d6ea1;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

a:hover {
  color: #3593d9
}

ul,
ol,
pre,
table,
blockquote {
  margin-top: .625em;
  margin-bottom: .625em
}

hr {
  border: 1px solid;
  margin: -1px 0
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0
}

b,
strong,
em,
small,
code {
  line-height: 1
}

.footnote {
  color: #0d6ea1;
  font-size: .8em;
  vertical-align: super
}

abbr,
acronym {
  border-bottom: 1px dotted #aaa
}

#wrapper img {
  max-width: 100%;
  height: auto
}

dd {
  font-size: 1em;
  margin-bottom: 1em
}

li>p:first-of-type {
  margin: 0
}

li p+p {
  margin-top: 16px
}

ul,
ol {
  padding-left: 2.5rem
}

#wrapper ol {
  list-style-position: outside
}

ul ul,
ul ol {
  margin-bottom: .4em
}

caption,
col,
colgroup,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
  border-spacing: 0
}

table {
  border: none;
  border-collapse: collapse;
  display: table;
  empty-cells: hide;
  margin: -1px 0 1.3125em;
  padding: 0;
  table-layout: fixed
}

caption {
  display: table-caption;
  font-weight: 700
}

col {
  display: table-column
}

colgroup {
  display: table-column-group
}

tbody {
  display: table-row-group
}

tfoot {
  display: table-footer-group
}

thead {
  display: table-header-group
}

td,
th {
  display: table-cell
}

tr {
  display: table-row
}


table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

figure {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 1em 0 2em
}

figcaption {
  font-style: italic;
  text-align: center;
  background: white;
  color: #666
}

.poetry pre {
  display: block;
  font-family: Georgia, Garamond, serif !important;
  font-size: 110% !important;
  font-style: italic;
  line-height: 1.6em;
  margin-left: 1em
}

.poetry pre code {
  font-family: Georgia, Garamond, serif !important;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: pre-wrap
}

blockquote p {
  font-size: 110%;
  font-style: italic;
  line-height: 1.6em
}

sup,
sub,
a.footnote {
  font-size: 1.4ex;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: super
}

sub {
  vertical-align: sub;
  top: -1px
}

p {
  font-size: 1.1429em;
  line-height: 1.3125em;
  margin: 1.3125em 0
}

dt,
th {
  font-weight: 700
}

@media print {

  img,
  table,
  figure {
    page-break-inside: avoid
  }

  #wrapper {
    background: #fff;
    color: #303030;
    padding: 10px;
    position: relative;
    text-indent: 0
  }
}

@media screen {
  .inverted {
    background: #252a2a
  }

  .inverted #wrapper {
    background: #252a2a;
    color: #eee
  }

  .inverted hr {
    border-color: #333f40 !important
  }

  .inverted p,
  .inverted td,
  .inverted li,
  .inverted h1,
  .inverted h2,
  .inverted h3,
  .inverted h4,
  .inverted h5,
  .inverted h6,
  .inverted th,
  .inverted .math,
  .inverted caption,
  .inverted dt,
  .inverted dd {
    color: #eee
  }

  .inverted pre {
    background: #ccc;
    color: #111
  }

  .inverted table {
    background: none
  }

  .inverted table tr:nth-child(odd),
  .inverted table td:nth-child(odd) {
    background: none
  }

  .inverted a {
    color: #acd1d5
  }

  ::selection {
    background: rgba(157, 193, 200, 0.5)
  }

  h1::selection {
    background-color: rgba(45, 156, 208, 0.3)
  }

  h2::selection {
    background-color: rgba(90, 182, 224, 0.3)
  }

  h3::selection,
  h4::selection,
  h5::selection,
  h6::selection,
  li::selection,
  ol::selection {
    background-color: rgba(133, 201, 232, 0.3)
  }

  code::selection {
    background-color: rgba(0, 0, 0, 0.7);
    color: #eee
  }

  code span::selection {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: #eee !important
  }

  a::selection {
    background-color: rgba(255, 230, 102, 0.2)
  }

  .inverted a::selection {
    background-color: rgba(255, 230, 102, 0.6)
  }

  td::selection,
  th::selection,
  caption::selection {
    background-color: rgba(180, 237, 95, 0.5)
  }
}

.mkstyle--swiss #wrapper aside.blurb:before {
  margin-top: .7em
}

#mkreplaced-toc {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 0 1rem;
  list-style-type: none
}

#mkreplaced-toc li::before {
  content: ''
}

#mkreplaced-toc li {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal
}

#mkreplaced-toc li ul {
  font-size: 1.3rem;
  font-weight: 300;
  padding: .5rem 0;
  margin: 0 0 0 1rem
}

#mkreplaced-toc li.missing {
  list-style-type: none !important
}

#mkreplaced-toc.max-1 ul,
#mkreplaced-toc.max1 ul {
  display: none
}

#mkreplaced-toc.max-2 ul ul,
#mkreplaced-toc.max2 ul ul {
  display: none
}

#mkreplaced-toc.max-3 ul ul ul,
#mkreplaced-toc.max3 ul ul ul {
  display: none
}

#mkreplaced-toc.max-4 ul ul ul ul,
#mkreplaced-toc.max4 ul ul ul ul {
  display: none
}

#mkreplaced-toc.max-5 ul ul ul ul ul,
#mkreplaced-toc.max5 ul ul ul ul ul {
  display: none
}

.mk-rtl {
  direction: rtl;
  text-align: right
}

body.mkkatex-number-equations {
  counter-reset: eqnum
}

body.mkkatex-number-equations .katex-display {
  position: relative
}

body.mkkatex-number-equations .katex-display::after {
  counter-increment: eqnum;
  content: "(" counter(eqnum) ")";
  position: absolute;
  left: 0;
  top: 25%
}

body.mkkatex-number-equations.mkkatex-number-equations-right .katex-display::after {
  right: 0;
  left: auto
}

.mkprinting,
.mkprinting #wrapper {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0
}

.hideProgress #generated-toc,
.hideProgress #firstdiff,
.hideProgress #toc-title,
.hideProgress #mkdocumentprogress,
.hideProgress #mkincludechart,
.hideProgress #mkprogressbar1,
.hideProgress #mkprogressbar2,
.hideProgress b.bookmark,
.hideProgress .mkscrollmeter,
.hideProgress #alllinks,
.hideProgress #criticnav,
.hideProgress .popup,
.hideProgress #progressindicator,
.hideProgress #mkautoscroll,
.mkprinting #generated-toc,
.mkprinting #firstdiff,
.mkprinting #toc-title,
.mkprinting #mkdocumentprogress,
.mkprinting #mkincludechart,
.mkprinting #mkprogressbar1,
.mkprinting #mkprogressbar2,
.mkprinting b.bookmark,
.mkprinting .mkscrollmeter,
.mkprinting #alllinks,
.mkprinting #criticnav,
.mkprinting .popup,
.mkprinting #progressindicator,
.mkprinting #mkautoscroll {
  display: none !important
}

.hideProgress .mkstyledtag,
.mkprinting .mkstyledtag {
  display: none
}

.mkcolor-grammar-error,
.mkcolor-spell-error {
  background: none;
  border-bottom: none
}

.mkprinting.mkshowcomments .mkstyledtag {
  display: inline;
  background: #ccc;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 1
}

@media print {
  body {
    background: white;
    line-height: 1.4
  }

  html,
  body,
  #wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-perspective: none !important;
    -webkit-text-size-adjust: none;
    border: 0;
    box-sizing: border-box;
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    width: auto
  }

  .critic #wrapper mark.crit {
    background-color: #fffd38 !important;
    text-decoration: none;
    color: #000
  }

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

  section {
    page-break-before: avoid
  }

  pre>code {
    white-space: pre;
    word-break: break-word
  }

  #generated-toc,
  #firstdiff,
  #toc-title,
  #mkdocumentprogress,
  #mkincludechart,
  #mkprogressbar1,
  #mkprogressbar2,
  .mkscrollmeter,
  #alllinks,
  .popup {
    display: none !important
  }

  .suppressprintlinks a {
    border-bottom: none !important;
    color: inherit !important;
    cursor: default !important;
    text-decoration: none !important
  }

  .hrefafterlinktext #wrapper a:link:after,
  .hrefafterlinktext #wrapper a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    opacity: .9
  }

  .nocodebreak pre {
    page-break-inside: avoid
  }

  img,
  table,
  figure {
    page-break-inside: avoid
  }

  .breakfootnotes .footnotes {
    page-break-before: always
  }

  .breakfootnotes .footnotes hr {
    display: none
  }

  #mktoctitle {
    display: block
  }

  #print-title {
    border-bottom: solid 1px #666;
    display: block
  }

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

  #wrapper #generated-toc-clone,
  #wrapper #mkreplaced-toc {
    display: block
  }

  .task-list {
    padding-left: 3.3rem
  }

  .mkstyle--ink .task-list,
  .mkstyle--swiss .task-list {
    padding-left: 3.3rem !important
  }

  .mkstyle--upstandingcitizen .task-list,
  .mkstyle--github .task-list {
    padding-left: 3.6rem !important
  }

  .mkstyle--manuscript .task-list {
    padding-left: 2.4rem !important
  }

  .mkstyle--amblin .task-list {
    padding-left: 2.1rem !important
  }

  .mkstyle--grump .task-list {
    padding-left: 1rem !important
  }

  .mkstyle--grump .task-list .task-list-item-checkbox {
    left: 0 !important
  }

  .task-list .task-list-item {
    list-style-type: none !important;
    left: auto
  }

  .task-list .task-list-item .task-list-item-checkbox {
    -webkit-appearance: none;
    position: relative;
    left: auto
  }

  .task-list .task-list-item .task-list-item-checkbox:before {
    border: solid 1px #aaa;
    border-radius: 2px;
    color: white;
    content: ' ';
    display: block;
    font-weight: bold;
    height: 1em;
    left: -1rem;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -.75em;
    width: 1em
  }

  .task-list .gh-complete.task-list-item .task-list-item-checkbox:before {
    background: #838387;
    content: '\2713'
  }
}

#wrapper #generated-toc-clone,
#wrapper #mkreplaced-toc,
#wrapper #generated-toc-clone ul,
#wrapper #mkreplaced-toc ul {
  list-style-position: inside
}

#wrapper #generated-toc-clone li.missing,
#wrapper #mkreplaced-toc li.missing {
  list-style-type: none !important
}

#wrapper #generated-toc-clone,
#wrapper #mkreplaced-toc {
  list-style-type: upper-roman
}

#wrapper #generated-toc-clone>li>ul,
#wrapper #mkreplaced-toc>li>ul {
  list-style-type: decimal
}

#wrapper #generated-toc-clone>ul>li>ul>li>ul,
#wrapper #mkreplaced-toc>li>ul>li>ul {
  list-style-type: decimal-leading-zero
}

#wrapper #generated-toc-clone>ul>li>ul>li>ul>li>ul,
#wrapper #mkreplaced-toc>li>ul>li>ul>li>ul {
  list-style-type: lower-greek
}

#wrapper #generated-toc-clone>ul>li>ul>li>ul>li>ul>li>ul,
#wrapper #mkreplaced-toc>li>ul>li>ul>li>ul>li>ul {
  list-style-type: disc
}

#wrapper #generated-toc-clone>ul>li>ul>li>ul>li>ul>li>ul>li>ul,
#wrapper #mkreplaced-toc>li>ul>li>ul>li>ul>li>ul>li>ul {
  list-style-type: square
}

#wrapper #generated-toc-clone,
#wrapper #mkreplaced-toc {}

@media print {

  #wrapper #generated-toc-clone,
  #generated-toc {
    display: none !important
  }

  html,
  body,
  #wrapper {
    font-size: 10pt !important
  }
}

p#footerblock {
  padding-top: 3em;
  padding-bottom: 5em;
  font-style: italic;
}

ul#toc {
  padding: 1em 1em 1.5em 2.5em;
  border: 1px solid #EDB922;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  font-size: 1.1em;
  line-height: 1.3;
  padding: .5em 1em 0.75em;
}


table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr {
  border: none;
  border-top: 1px solid #EDB922;
  height: 1px;
}
