li {
    font-size: 24pt;
}
.reveal pre code {
    border: 4px solid black;
    padding: 0.7em !important;
    border-radius: 0.5em;
    text-align: left;
    font-size: 20pt;
    box-sizing: border-box;
}
.reveal section.code {
    height: 100%;
}
.reveal pre.tall{
    height: 45em;
}
.reveal pre.left-code {
    height: 45em;
    float: left;
    width: 50%;
}
.reveal pre.right-code {
    height: 45em;
    float: right;
    width: 50%;
}
.reveal pre.right-code.half-tall {
    height: 21em;
    float: right;
    width: 50%;
}
.reveal pre.smallfont code table tbody tr {
    font-size: 16pt;
}
.reveal pre.smallerfont code table tbody tr {
    font-size: 15pt;
}
.hljs {
    background: #e3e3e3ff;
}
font .red {
    text-color: red !important;
}
.reveal .slides section .fragment.code-zoom[data-fragment-index='11'] {
    transition-delay: 0.5s;
    transition: font-size 0.3s;
    transition-timing-function: ease-out;
    will-change: font-size;
    will-change: line-height;
    transition-timing-function:linear;
}
.reveal .slides section .fragment.code-zoom.current-fragment[data-fragment-index='11'] {
    font-size:16pt;
    line-height: 0.96;
}
.reveal .slides section .fragment.code-zoom.:not(current-fragment)[data-fragment-index='11'] {
    font-size:20pt;
    line-height: 1;
}
.reveal .slides .fragment.code-zoom[data-fragment-index="12"] {
    transition-delay: 0.3s;
}
.reveal .slides section p.code-filename {
    text-align: right;
    margin-right: 2.5em;
    margin-bottom: -0.5em;
    margin-top: -0.5em;
    color: #4b2a85;
}
.reveal .slides section p.code-filename.half {
    width:44%;
}
.reveal .slides section p.code-filename.right {
    float: right;
}

.reveal .slides section div.callout {
  position: absolute;
  color: white;
  font-size: 80%;
  top: 58%;
  left: 40%;
  width: 10em;
  min-height: 5em;
  border: 4px solid black;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.8em;
  background-color:#262699ff;
}
.reveal .slides section div.callout:before {
  content: "";
  position: absolute;
  top: -8%;
  left: 20px;
  width: 0;
  border-bottom: 20px solid #262699ff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.reveal .slides section pre.output {
    position: absolute;
    top: 5%;
}
.reveal .slides section pre.output.left {
    left: 20%;
}
.reveal .slides section pre.output.right{
    left: 50%;
}

.reveal .slides section pre.output {
    width: fit-content;
}

.reveal pre.output code {
    background-color: black;
    color: white;
    position: static !important;
    margin: 0em;
    padding: 0em !important;
    overflow: hidden;
}
.reveal pre.output {
    padding: 0.7em !important;
    border-radius: 0.5em;
    text-align: left;
    font-size: 20pt;
    box-sizing: border-box;
    background-color: black;
    color: white;
    width: fit-content;
}
