/* line 1, sass/_reset.scss */
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

/* HTML5 display-role reset for older browsers */
/* line 92, sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 106, sass/_reset.scss */
body {
  line-height: 1;
  overflow-x: hidden;
  background: #f4f4f4; }

/* line 114, sass/_reset.scss */
ol,
ul {
  list-style: none; }

/* line 119, sass/_reset.scss */
blockquote,
q {
  quotes: none; }

/* line 124, sass/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* line 132, sass/_reset.scss */
table {
  border-spacing: 0;
  border-collapse: collapse; }

/* line 138, sass/_reset.scss */
.clear:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '; }

/* line 150, sass/_reset.scss */
.clear {
  display: inline-block; }

/* start commented backslash hack \*/
/* line 155, sass/_reset.scss */
* html .clear {
  height: 1%; }

/* line 159, sass/_reset.scss */
.clear {
  display: block; }

/* close commented backslash hack */
/****************************************
BASIC ELEMENTS
*****************************************/
/* line 168, sass/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 175, sass/_reset.scss */
hr {
  clear: both;
  border: none;
  outline: none; }

/* line 183, sass/_reset.scss */
em {
  font-style: italic; }

/* line 188, sass/_reset.scss */
a {
  text-decoration: underline; }

/* line 192, sass/_reset.scss */
ul {
  list-style: disc; }

/* line 196, sass/_reset.scss */
ol {
  list-style: decimal; }

/* line 200, sass/_reset.scss */
ul,
ol {
  font-size: 14px;
  padding: 0 0 0 33px; }
  /* line 207, sass/_reset.scss */
  ul li,
  ol li {
    margin: 0; }

/* line 213, sass/_reset.scss */
blockquote {
  padding: 0 15px 0 40px; }

/* line 218, sass/_reset.scss */
table {
  font-size: 13px;
  width: 100%;
  margin: 20px 0;
  background: white; }
  /* line 228, sass/_reset.scss */
  table th {
    font-size: 16px;
    font-weight: bold; }
  /* line 236, sass/_reset.scss */
  table tr td {
    padding: 7px; }

/* line 243, sass/_reset.scss */
::selection {
  color: white;
  background: #000; }

/* line 248, sass/_reset.scss */
::-moz-selection {
  color: white;
  background: #000; }

/* line 1, sass/_layout.scss */
body {
  margin: 0;
  color: #0a0a14;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: row; }

/* line 14, sass/_layout.scss */
div.wrapper {
  width: 100%; }

@media (min-width: 1024px) {
  /* line 17, sass/_layout.scss */
  div.with-toc {
    margin-left: 30rem; } }

/* line 24, sass/_layout.scss */
div.content {
  padding: 1rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    /* line 24, sass/_layout.scss */
    div.content {
      margin: 0 5%; } }

/* Alignment */
/* line 36, sass/_layout.scss */
div.centered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
  min-width: 100%;
  margin: 0 auto; }

/* line 46, sass/_layout.scss */
div.flushleft, div.raggedright {
  display: flex;
  justify-content: flex-start; }

/* line 50, sass/_layout.scss */
div.flushright, div.raggedleft {
  display: flex;
  justify-content: flex-end; }

/* line 54, sass/_layout.scss */
div.raggedbottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

/* line 1, sass/_typography.scss */
div.content {
  line-height: 1.4rem; }

/* line 6, sass/_typography.scss */
div.content > p {
  margin: 2.1rem 0; }

/* line 11, sass/_typography.scss */
li > p {
  margin: 0.28rem 0; }

/* line 17, sass/_typography.scss */
.icon {
  display: inline-block;
  user-select: none;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* line 26, sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }

/* line 31, sass/_typography.scss */
h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 1rem 0;
  color: #0f2f48; }

/* line 41, sass/_typography.scss */
h2 {
  font-size: 1.5rem;
  margin: .8rem 0;
  color: #0f2f48; }

/* line 50, sass/_typography.scss */
h3 {
  font-size: 1rem;
  margin: .67rem 0;
  color: #0f2f48; }

/* line 59, sass/_typography.scss */
h4 {
  font-size: 1rem;
  margin: .67rem 0;
  color: #0f2f48; }

/* line 68, sass/_typography.scss */
p {
  font-size: 1rem;
  margin: .5rem 0; }

/* Title Page */
/* line 77, sass/_typography.scss */
.titlepage {
  text-align: center; }

/* line 78, sass/_typography.scss */
.titlepage h1 {
  font-weight: normal; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 85, sass/_typography.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 95, sass/_typography.scss */
dfn {
  font-style: italic; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 105, sass/_typography.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1rem; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 118, sass/_typography.scss */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
/* line 127, sass/_typography.scss */
q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 136, sass/_typography.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 145, sass/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 156, sass/_typography.scss */
sup {
  top: -.5rem; }

/* line 161, sass/_typography.scss */
sub {
  bottom: -.25rem; }

/* Font Selection */
/* line 167, sass/_typography.scss */
.mdseries, .textmf {
  font-weight: normal; }

/* line 168, sass/_typography.scss */
.bfseries, .textbf {
  font-weight: bold; }

/* line 169, sass/_typography.scss */
.rmfamily, .textrm {
  font-family: serif; }

/* line 170, sass/_typography.scss */
.sffamily, .textsf {
  font-family: sans-serif; }

/* line 171, sass/_typography.scss */
.ttfamily, .texttt {
  font-family: monospace; }

/* line 172, sass/_typography.scss */
.upshape, .textup {
  text-transform: uppercase; }

/* line 173, sass/_typography.scss */
.itshape, .textit {
  font-style: italic; }

/* line 174, sass/_typography.scss */
.slshape, .textsl {
  font-style: oblique; }

/* line 175, sass/_typography.scss */
.scshape, .textsc {
  font-variant: small-caps; }

/* line 177, sass/_typography.scss */
small.tiny {
  font-size: x-small; }

/* line 178, sass/_typography.scss */
small.scriptsize {
  font-size: smaller; }

/* line 179, sass/_typography.scss */
small.footnotesize {
  font-size: small; }

/* line 180, sass/_typography.scss */
small.small {
  font-size: small; }

/* line 181, sass/_typography.scss */
.normalsize {
  font-size: normal; }

/* line 182, sass/_typography.scss */
big.large {
  font-size: large; }

/* line 183, sass/_typography.scss */
big.xlarge {
  font-size: x-large; }

/* line 184, sass/_typography.scss */
big.xxlarge {
  font-size: x-large; }

/* line 185, sass/_typography.scss */
big.huge {
  font-size: xx-large; }

/* line 186, sass/_typography.scss */
big.xhuge {
  font-size: xx-large; }

/* Fonts */
/* line 189, sass/_typography.scss */
.rm {
  font-family: serif;
  font-style: normal;
  font-weight: normal; }

/* line 194, sass/_typography.scss */
.cal {
  font-family: serif;
  font-style: italic;
  font-weight: normal; }

/* line 199, sass/_typography.scss */
.it {
  font-family: serif;
  font-style: italic;
  font-weight: normal; }

/* line 204, sass/_typography.scss */
.sl {
  font-family: serif;
  font-style: oblique;
  font-weight: normal; }

/* line 209, sass/_typography.scss */
.bf {
  font-family: serif;
  font-style: normal;
  font-weight: bold; }

/* line 214, sass/_typography.scss */
.tt {
  font-family: monospace;
  font-style: normal;
  font-weight: normal; }

/* line 220, sass/_typography.scss */
.underbar {
  text-decoration: underline; }

/* Boxes */
/* line 223, sass/_typography.scss */
.fbox, .framebox {
  border: 1px black solid;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px; }

/* Quotations and Verse */
/* line 234, sass/_typography.scss */
.quotation p, .quote p, .verse p {
  margin-top: 0px;
  margin-bottom: 0.5em; }

/* line 239, sass/_typography.scss */
hr {
  color: black; }

/* line 241, sass/_typography.scss */
dd {
  margin-left: 3rem; }

/* line 244, sass/_typography.scss */
dd p {
  padding: 0;
  margin: 0 0 1rem 0; }

/* line 3, sass/_breadcrumbs.scss */
ul.breadcrumbs {
  margin: 1rem 0 0 0;
  padding: 0;
  padding-left: .5rem;
  list-style: none;
  font-size: small; }

/* line 13, sass/_breadcrumbs.scss */
ul.breadcrumbs li {
  display: inline; }

/* line 18, sass/_breadcrumbs.scss */
ul.breadcrumbs a {
  text-decoration: none;
  color: #396282; }

/* line 26, sass/_breadcrumbs.scss */
li.crumb::after {
  content: ' / '; }

/* line 3, sass/_equations.scss */
div.equation {
  display: flex;
  margin: 1rem 1rem; }
  /* line 9, sass/_equations.scss */
  div.equation span.equation_label {
    float: left;
    margin-right: 1rem; }
  /* line 15, sass/_equations.scss */
  div.equation span.equation_label::before {
    content: '('; }
  /* line 19, sass/_equations.scss */
  div.equation span.equation_label::after {
    content: ')'; }
  /* line 23, sass/_equations.scss */
  div.equation div.equation_content {
    float: left;
    margin-left: 3rem; }

/* line 1, sass/_floats.scss */
figure {
  display: flex;
  flex-direction: column;
  vertical-align: bottom;
  text-align: center;
  overflow: auto; }

/* line 9, sass/_floats.scss */
figure img {
  display: block;
  margin: 0 auto; }

/* line 14, sass/_floats.scss */
figcaption {
  display: block; }

/* line 18, sass/_floats.scss */
span.caption_title, span.caption_ref, span.subcaption {
  font-weight: bold; }

/* line 22, sass/_floats.scss */
span.caption_ref::after {
  content: ":"; }

/* line 26, sass/_floats.scss */
span.subref::after {
  content: ")"; }

/* line 3, sass/_footnotes.scss */
footer#footnotes {
  clear: both;
  padding-top: 1rem;
  padding-left: 1rem;
  border-color: gray;
  border-top: 1px solid; }

/* line 13, sass/_footnotes.scss */
footer#footnotes h1 {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: .5rem;
  color: black; }

/* line 23, sass/_footnotes.scss */
a.footnote {
  text-decoration: none; }

/* line 28, sass/_footnotes.scss */
a.footnote sup::after {
  content: ']'; }

/* line 33, sass/_footnotes.scss */
a.footnote sup::before {
  content: '['; }

/* line 3, sass/_header.scss */
.wrapper header {
  z-index: 400;
  background: linear-gradient(to bottom, #6696bb 0%, #396282 100%);
  color: white;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .5rem;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0; }

/* line 20, sass/_header.scss */
svg#toc-toggle {
  font-size: 1.125rem;
  margin-right: auto;
  margin-left: 0.75rem; }
  @media (min-width: 1024px) {
    /* line 20, sass/_header.scss */
    svg#toc-toggle {
      display: none; } }

/* line 31, sass/_header.scss */
h1#doc_title {
  color: white;
  font-size: 1.5rem;
  margin: 0; }

/* line 2, sass/_index.scss */
.theindex li {
  list-style-type: none; }

/* line 7, sass/_index.scss */
nav.index-groups {
  margin-bottom: 1rem; }

/* line 11, sass/_index.scss */
a[class^=index-group] {
  text-decoration: none; }

/* line 15, sass/_index.scss */
a.index-group::after {
  content: " |"; }

/* line 22, sass/_index.scss */
section.theindex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem; }
  /* line 27, sass/_index.scss */
  section.theindex h2 {
    min-width: 100%;
    margin: 1rem 0 .5rem 0; }

/* line 35, sass/_index.scss */
ul.index-column {
  min-width: 100%; }
  @media (min-width: 1024px) {
    /* line 35, sass/_index.scss */
    ul.index-column {
      min-width: auto; } }

/* line 43, sass/_index.scss */
nav.prev_up_next a.index {
  font-size: small;
  padding-left: .5rem;
  padding-right: .5rem; }

/* line 1, sass/_lists.scss */
dl.description dt {
  font-weight: bold; }

/* line 2, sass/_lists.scss */
table.list {
  margin-left: 15px;
  margin-top: 1em;
  margin-bottom: 1em; }

/* line 7, sass/_lists.scss */
table.list td {
  padding-right: 5px; }

/* line 1, sass/_maths.scss */
div.displaymath {
  overflow: auto; }

/* line 3, sass/_nav_pun.scss */
nav.prev_up_next {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 0;
  display: flex;
  height: 2.5rem;
  background: linear-gradient(to bottom, #6696bb 0%, #396282 100%); }
  /* line 17, sass/_nav_pun.scss */
  nav.prev_up_next a {
    font-size: 150%;
    margin: auto;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: white;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8); }
  /* line 29, sass/_nav_pun.scss */
  nav.prev_up_next svg#toc-toggle {
    font-size: 150%;
    margin: auto;
    min-width: 2rem;
    text-decoration: none;
    color: white;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8); }

/* line 1, sass/_tables.scss */
.tabular {
  border-collapse: collapse;
  color: #0a0a14;
  background-color: #e8e8e8;
  width: auto; }

/* line 7, sass/_tables.scss */
.tabular td, .tabular th {
  vertical-align: baseline;
  text-align: left;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  empty-cells: show; }

/* line 17, sass/_tables.scss */
td p:first-child, th p:first-child {
  margin-top: 0px;
  margin-bottom: 0px; }

/* line 22, sass/_tables.scss */
td p, th p {
  margin-top: 1em;
  margin-bottom: 0px; }

@keyframes highlight {
  0% {
    background-color: #c2c2c2; }
  100% {
    background-color: #e8e8e8; } }
/* line 15, sass/_theorems.scss */
div[class$='_thmwrapper'] {
  margin-top: 1rem; }

/* line 20, sass/_theorems.scss */
div[class$='_thmwrapper']:target {
  animation: highlight 1s ease; }

/* line 25, sass/_theorems.scss */
div[class$='_thmheading'] {
  font-weight: bold;
  line-height: 150%; }

/* line 31, sass/_theorems.scss */
div[class$='_thmcontent'] {
  font-weight: normal;
  margin-left: 1rem;
  padding-top: 0.14rem;
  padding-left: 1rem; }

/* line 42, sass/_theorems.scss */
div[class$='proof_heading'] {
  font-weight: bold;
  line-height: 120%;
  cursor: pointer; }

/* line 50, sass/_theorems.scss */
div.proof_content {
  font-weight: normal;
  display: none;
  margin-left: 1rem;
  padding-top: .5rem;
  padding-left: 1rem; }

/* line 61, sass/_theorems.scss */
div.hilite {
  animation: highlight 1s ease; }

/* line 67, sass/_theorems.scss */
span.qed {
  float: right; }

/* line 73, sass/_theorems.scss */
button.modal {
  border: none;
  text-align: center;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  padding: 0; }

/* line 82, sass/_theorems.scss */
div.modal-container {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%; }

/* line 95, sass/_theorems.scss */
div.modal-content {
  font-weight: normal;
  overflow: auto;
  margin: auto;
  vertical-align: middle;
  border: 1px solid #497da5;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  /* line 109, sass/_theorems.scss */
  div.modal-content header {
    position: relative;
    background: linear-gradient(to bottom, #6696bb 0%, #396282 100%);
    color: white;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    min-height: 1rem;
    min-width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 .5rem;
    justify-content: space-between; }
    /* line 127, sass/_theorems.scss */
    div.modal-content header button.closebtn {
      font-size: 120%;
      font-weight: bold;
      background: Transparent;
      border: none;
      margin: auto 0;
      padding-right: .3rem;
      text-decoration: none;
      color: #fff;
      cursor: pointer; }
    /* line 143, sass/_theorems.scss */
    div.modal-content header h1 {
      font-size: 120%;
      margin: auto 0;
      padding: .2rem;
      color: white; }
  /* line 153, sass/_theorems.scss */
  div.modal-content a {
    text-decoration: none; }
  /* line 157, sass/_theorems.scss */
  div.modal-content ul {
    padding: 1rem;
    list-style: none; }
  /* line 163, sass/_theorems.scss */
  div.modal-content li {
    padding-left: .5rem; }

/* line 169, sass/_theorems.scss */
a.icon {
  text-decoration: none;
  color: #0a0a14;
  border: none;
  background-color: Transparent; }

/* line 178, sass/_theorems.scss */
div[class$='_thmheading']:hover div.thm_icons {
  display: inline-block; }

/* line 183, sass/_theorems.scss */
div.thm_icons {
  display: none; }

/* line 189, sass/_theorems.scss */
ul.quizz {
  display: flex;
  flex-direction: column;
  list-style: circle !important; }
  /* line 194, sass/_theorems.scss */
  ul.quizz li {
    display: flex;
    padding: .5rem;
    flex-direction: row;
    min-width: 100%;
    min-height: 3rem;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between; }
  /* line 205, sass/_theorems.scss */
  ul.quizz li.active-qright {
    background-color: green; }
  /* line 209, sass/_theorems.scss */
  ul.quizz li.active-qwrong {
    background-color: red; }
  /* line 213, sass/_theorems.scss */
  ul.quizz svg.icon {
    display: none;
    padding-right: .5rem;
    width: 2rem;
    height: 2rem; }

/* line 1, sass/_tikz.scss */
.tikzcd {
  display: block;
  margin: .5rem auto;
  overflow: auto; }

/* line 7, sass/_tikz.scss */
.tikzpicture {
  display: block;
  margin: .5rem auto; }

/* line 3, sass/_toc.scss */
.local_toc ul {
  padding-left: 1rem;
  list-style: none; }
  /* line 9, sass/_toc.scss */
  .local_toc ul a {
    text-decoration: none;
    color: #0a0a14; }
  /* line 15, sass/_toc.scss */
  .local_toc ul li {
    padding: .2rem 0; }

/* line 22, sass/_toc.scss */
nav.toc {
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  width: 0;
  min-height: 100%;
  margin: 0;
  padding: 0;
  transition: left .5s ease;
  background-color: #6696bb; }
  @media (min-width: 1024px) {
    /* line 22, sass/_toc.scss */
    nav.toc {
      width: 30rem; } }

/* line 49, sass/_toc.scss */
nav.active {
  width: 100%; }

/* line 54, sass/_toc.scss */
.toc ul {
  min-width: 100%;
  padding-left: 0;
  list-style: none; }
  /* line 61, sass/_toc.scss */
  .toc ul a {
    font-size: 1.2rem;
    display: inline-block;
    max-width: 90%;
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    transition: all .1s ease;
    text-align: left;
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    flex-grow: 1; }
    /* line 80, sass/_toc.scss */
    .toc ul a:hover {
      transition: all .2s ease;
      background: #497da5; }
  /* line 89, sass/_toc.scss */
  .toc ul li {
    display: flex;
    min-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #6696bb; }
  /* line 101, sass/_toc.scss */
  .toc ul li.current {
    background-color: #89aecb; }

/* line 109, sass/_toc.scss */
.sub-toc-0 a {
  padding-left: 0.8rem; }

/* line 109, sass/_toc.scss */
.sub-toc-1 a {
  padding-left: 1.6rem; }

/* line 109, sass/_toc.scss */
.sub-toc-2 a {
  padding-left: 2.4rem; }

/* line 109, sass/_toc.scss */
.sub-toc-3 a {
  padding-left: 3.2rem; }

/* line 109, sass/_toc.scss */
.sub-toc-4 a {
  padding-left: 4rem; }

/* line 117, sass/_toc.scss */
ul.sub-toc-1 {
  display: none; }

/* line 117, sass/_toc.scss */
ul.sub-toc-2 {
  display: none; }

/* line 117, sass/_toc.scss */
ul.sub-toc-3 {
  display: none; }

/* line 117, sass/_toc.scss */
ul.sub-toc-4 {
  display: none; }

/* line 123, sass/_toc.scss */
svg.expand-toc {
  min-width: 10%;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: Transparent; }

/* line 134, sass/_toc.scss */
svg.close-toc {
  min-width: 1.3rem;
  min-height: 1.3rem;
  margin: .5rem;
  margin-left: auto;
  cursor: pointer;
  text-align: center;
  color: white;
  background-color: Transparent;
  display: none; }

/* line 149, sass/_toc.scss */
nav.active svg.close-toc {
  display: inline-block; }

/* line 154, sass/_toc.scss */
ul.active {
  display: block; }

/* line 1, sass/_verbatim.scss */
code.verb {
  font-family: monospace;
  font-style: normal;
  font-weight: normal; }

/* line 7, sass/_verbatim.scss */
pre.verbatim {
  margin: 1rem 2rem;
  background-color: #dbdbdb;
  padding: .5rem; }

/* line 1, sass/showmore.scss */
p.hidden {
  display: none; }

/* line 5, sass/showmore.scss */
svg.showmore {
  font-size: 150%;
  margin: auto;
  min-width: 2rem;
  text-decoration: none;
  color: white;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8); }

/*# sourceMappingURL=theme-style.css.map */
