:root {
  --r-heading4-size: 1.25em;
}
section:not(#sec-title-slide) h4 {
  text-align: left;
  margin-left: 45px;
}
.slides .title {
  font-size: clamp(1vmin, 5rem, 10vmin);
  padding-bottom: 1rem;
}
.slides .title-container {
  overflow: hidden;
  position: relative;
  min-height: 45vh;
}
.slides .title-container-left {
  position: absolute;
  bottom: 10px;
  padding-left: 5%;
}
.slides .title-container-left h4 {
  text-align: left;
}
.slides .title-container-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 5%;
  text-align: right;
}
.slides .title-container-right h4 {
  text-align: right;
}
.slides .authors, .slides .presenter {
  font-size: clamp(1vmin, 3.5rem, 10vmin);
}
.slides h1, .slides h2, .slides h3, .slides h4, .slides h5 {
  text-transform: none;
}
.slides ul {
  min-width: 75%;
}
[id^=slide-dynamics] svg {
  filter: invert(0.0);
  width: 75%;
}
.invertible {
  filter: invert(0.0);
}
[data-id^="dynamics-="], [data-id^="dynamics-+"], [data-id^="dynamics--"] {
  margin: 0px 10px;
}
[data-id="dynamics-pe"] {
  margin: 0px 5px 0px 0px;
}
[data-id="dynamics-pb"] {
  margin: 0px 0px 0px 5px;
}
.two-columns-left, .two-columns-right {
  width: 50%;
  max-width: 50%;
  position: relative;
}
.two-columns-left img, .two-columns-right img {
  width: 100%!important;
  max-width: 100%!important;
}
.two-columns-left table, .two-columns-right table {
  width: 98%;
  max-width: 98%;
}
.two-columns-left table, .two-columns-right table {
  font-size: clamp(1vmin, 2vmin, 3vmin);
}
.two-columns-left {
  float: left;
  top: 0px;
}
.two-columns-right {
  float: right;
}
.three-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three-column-left, .three-column-middle, .three-column-right {
  flex: 1 1 30%;
  margin: 0px 1%;
}
.three-column-wrapper .image-wrapper,
.three-column-wrapper img {
  width: 100%!important;
  max-width: 100%!important;
}
.custom-equation-container {
  padding: 1rem 0px;
}
#slide-bibliography .csl-bib-body {
  text-align: left;
}
.overlay-rectangle {
  opacity: 0.9;
  position: absolute;
  border-style: solid;
  border-color: BURLYWOOD;
  border-width: 4px;
}
.image-wrapper {
  display: inline-block;
  position: relative;
}
.streched-image {
  min-height: 80vh;
  max-height: 80vh;
}
.image-wrapper span {
  font-size: 2.0rem;
  float: right;
  margin-right: 2rem;
}
[id^="slide-regional-"] img, [id^="slide-debt-comparison-"] img {
  max-width: 68%;
}
#timeline {
  min-width: 80%;
}
#timeline .svg-container {
  margin: auto!important;
}



/* New things */
[id^="svg-container-"] {
  display: block;
  position: relative;
  margin: auto;
  overflow: hidden;
  padding: 0px!important;
}


[id^="svg-container-"] svg {
  display: block;
  margin: auto;
}

.reveal pre code {
  max-height: none;
}

.fragment.fade-out.visible,
.fragment.fade-in:not(.visible) {
  display: none!important;
}


.table-wrapper {
  position: relative!important;
  display: block!important;
}

.table-wrapper table {
  background-color: transparent;
  font-size: 1.25rem;
  padding: 0!important;
  max-width: 98%;
}

.table-wrapper table td {
  text-align: center!important;
  padding: 0px 0px!important;
  border-bottom: 0;
}

.table-wrapper table tr:last-of-type td:last-of-type {
  text-align: left!important;
  width: 75%!important;
}

#qda-notes {
  position: absolute;
  top: 17vh;
  left: 0px;
  width: 20vh;
  text-align: justify;
  font-size: 1.22rem;
  border: 1px solid black;
  padding: 5px;
}

.notes {
  text-align: justify;
  font-size: 1.22rem;
  max-width: 90%;
  margin: auto!important;
}

.experiment-details-wrapper {
  min-width: 100%;
  min-height: 720px;
}
