.reveal table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.reveal table th,
.reveal table td {
  border: none;
  text-align: center;
  color: var(--base01);
  padding: 0.4rem 1rem 0.2rem 1rem;
}

.reveal .tr-hover tbody tr:hover {
  background-color: var(--solarized-base2);
}

.reveal .column0-border-left-solid th:nth-child(0),
.reveal .column0-border-left-solid td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column0-border-right-solid th:nth-child(0),
.reveal .column0-border-right-solid td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row0-border-top-solid tr:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row0-border-bottom-solid tr:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column0-border1-left-solid-head th:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column0-border1-left-solid tr:nth-child(0) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column1-border1-left-solid tr:nth-child(0) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column2-border1-left-solid tr:nth-child(0) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column3-border1-left-solid tr:nth-child(0) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column4-border1-left-solid tr:nth-child(0) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column5-border1-left-solid tr:nth-child(0) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column6-border1-left-solid tr:nth-child(0) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column7-border1-left-solid tr:nth-child(0) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column8-border1-left-solid tr:nth-child(0) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row0-column9-border1-left-solid tr:nth-child(0) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column0-border2-left-solid-head th:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column0-border2-left-solid tr:nth-child(0) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column1-border2-left-solid tr:nth-child(0) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column2-border2-left-solid tr:nth-child(0) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column3-border2-left-solid tr:nth-child(0) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column4-border2-left-solid tr:nth-child(0) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column5-border2-left-solid tr:nth-child(0) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column6-border2-left-solid tr:nth-child(0) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column7-border2-left-solid tr:nth-child(0) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column8-border2-left-solid tr:nth-child(0) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row0-column9-border2-left-solid tr:nth-child(0) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column0-border1-right-solid-head th:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column0-border1-right-solid tr:nth-child(0) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column1-border1-right-solid tr:nth-child(0) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column2-border1-right-solid tr:nth-child(0) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column3-border1-right-solid tr:nth-child(0) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column4-border1-right-solid tr:nth-child(0) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column5-border1-right-solid tr:nth-child(0) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column6-border1-right-solid tr:nth-child(0) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column7-border1-right-solid tr:nth-child(0) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column8-border1-right-solid tr:nth-child(0) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row0-column9-border1-right-solid tr:nth-child(0) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column0-border2-right-solid-head th:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column0-border2-right-solid tr:nth-child(0) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column1-border2-right-solid tr:nth-child(0) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column2-border2-right-solid tr:nth-child(0) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column3-border2-right-solid tr:nth-child(0) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column4-border2-right-solid tr:nth-child(0) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column5-border2-right-solid tr:nth-child(0) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column6-border2-right-solid tr:nth-child(0) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column7-border2-right-solid tr:nth-child(0) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column8-border2-right-solid tr:nth-child(0) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row0-column9-border2-right-solid tr:nth-child(0) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column0-border1-top-solid-head th:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column0-border1-top-solid tr:nth-child(0) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column1-border1-top-solid tr:nth-child(0) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column2-border1-top-solid tr:nth-child(0) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column3-border1-top-solid tr:nth-child(0) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column4-border1-top-solid tr:nth-child(0) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column5-border1-top-solid tr:nth-child(0) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column6-border1-top-solid tr:nth-child(0) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column7-border1-top-solid tr:nth-child(0) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column8-border1-top-solid tr:nth-child(0) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row0-column9-border1-top-solid tr:nth-child(0) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column0-border2-top-solid-head th:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column0-border2-top-solid tr:nth-child(0) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column1-border2-top-solid tr:nth-child(0) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column2-border2-top-solid tr:nth-child(0) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column3-border2-top-solid tr:nth-child(0) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column4-border2-top-solid tr:nth-child(0) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column5-border2-top-solid tr:nth-child(0) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column6-border2-top-solid tr:nth-child(0) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column7-border2-top-solid tr:nth-child(0) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column8-border2-top-solid tr:nth-child(0) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row0-column9-border2-top-solid tr:nth-child(0) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column0-border1-bottom-solid-head th:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column0-border1-bottom-solid tr:nth-child(0) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column1-border1-bottom-solid tr:nth-child(0) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column2-border1-bottom-solid tr:nth-child(0) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column3-border1-bottom-solid tr:nth-child(0) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column4-border1-bottom-solid tr:nth-child(0) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column5-border1-bottom-solid tr:nth-child(0) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column6-border1-bottom-solid tr:nth-child(0) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column7-border1-bottom-solid tr:nth-child(0) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column8-border1-bottom-solid tr:nth-child(0) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row0-column9-border1-bottom-solid tr:nth-child(0) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column0-border2-bottom-solid-head th:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column0-border2-bottom-solid tr:nth-child(0) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column1-border2-bottom-solid tr:nth-child(0) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column2-border2-bottom-solid tr:nth-child(0) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column3-border2-bottom-solid tr:nth-child(0) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column4-border2-bottom-solid tr:nth-child(0) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column5-border2-bottom-solid tr:nth-child(0) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column6-border2-bottom-solid tr:nth-child(0) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column7-border2-bottom-solid tr:nth-child(0) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column8-border2-bottom-solid tr:nth-child(0) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row0-column9-border2-bottom-solid tr:nth-child(0) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column0-border-left-dashed th:nth-child(0),
.reveal .column0-border-left-dashed td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column0-border-right-dashed th:nth-child(0),
.reveal .column0-border-right-dashed td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row0-border-top-dashed tr:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row0-border-bottom-dashed tr:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column0-border1-left-dashed-head th:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border1-left-dashed tr:nth-child(0) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border1-left-dashed tr:nth-child(0) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border1-left-dashed tr:nth-child(0) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border1-left-dashed tr:nth-child(0) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border1-left-dashed tr:nth-child(0) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border1-left-dashed tr:nth-child(0) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border1-left-dashed tr:nth-child(0) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border1-left-dashed tr:nth-child(0) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border1-left-dashed tr:nth-child(0) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border1-left-dashed tr:nth-child(0) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column0-border2-left-dashed-head th:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border2-left-dashed tr:nth-child(0) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border2-left-dashed tr:nth-child(0) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border2-left-dashed tr:nth-child(0) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border2-left-dashed tr:nth-child(0) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border2-left-dashed tr:nth-child(0) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border2-left-dashed tr:nth-child(0) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border2-left-dashed tr:nth-child(0) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border2-left-dashed tr:nth-child(0) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border2-left-dashed tr:nth-child(0) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border2-left-dashed tr:nth-child(0) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column0-border1-right-dashed-head th:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border1-right-dashed tr:nth-child(0) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border1-right-dashed tr:nth-child(0) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border1-right-dashed tr:nth-child(0) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border1-right-dashed tr:nth-child(0) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border1-right-dashed tr:nth-child(0) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border1-right-dashed tr:nth-child(0) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border1-right-dashed tr:nth-child(0) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border1-right-dashed tr:nth-child(0) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border1-right-dashed tr:nth-child(0) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border1-right-dashed tr:nth-child(0) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column0-border2-right-dashed-head th:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border2-right-dashed tr:nth-child(0) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border2-right-dashed tr:nth-child(0) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border2-right-dashed tr:nth-child(0) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border2-right-dashed tr:nth-child(0) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border2-right-dashed tr:nth-child(0) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border2-right-dashed tr:nth-child(0) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border2-right-dashed tr:nth-child(0) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border2-right-dashed tr:nth-child(0) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border2-right-dashed tr:nth-child(0) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border2-right-dashed tr:nth-child(0) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column0-border1-top-dashed-head th:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border1-top-dashed tr:nth-child(0) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border1-top-dashed tr:nth-child(0) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border1-top-dashed tr:nth-child(0) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border1-top-dashed tr:nth-child(0) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border1-top-dashed tr:nth-child(0) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border1-top-dashed tr:nth-child(0) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border1-top-dashed tr:nth-child(0) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border1-top-dashed tr:nth-child(0) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border1-top-dashed tr:nth-child(0) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border1-top-dashed tr:nth-child(0) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column0-border2-top-dashed-head th:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border2-top-dashed tr:nth-child(0) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border2-top-dashed tr:nth-child(0) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border2-top-dashed tr:nth-child(0) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border2-top-dashed tr:nth-child(0) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border2-top-dashed tr:nth-child(0) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border2-top-dashed tr:nth-child(0) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border2-top-dashed tr:nth-child(0) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border2-top-dashed tr:nth-child(0) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border2-top-dashed tr:nth-child(0) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border2-top-dashed tr:nth-child(0) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column0-border1-bottom-dashed-head th:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border1-bottom-dashed tr:nth-child(0) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border1-bottom-dashed tr:nth-child(0) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border1-bottom-dashed tr:nth-child(0) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border1-bottom-dashed tr:nth-child(0) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border1-bottom-dashed tr:nth-child(0) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border1-bottom-dashed tr:nth-child(0) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border1-bottom-dashed tr:nth-child(0) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border1-bottom-dashed tr:nth-child(0) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border1-bottom-dashed tr:nth-child(0) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border1-bottom-dashed tr:nth-child(0) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column0-border2-bottom-dashed-head th:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column0-border2-bottom-dashed tr:nth-child(0) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column1-border2-bottom-dashed tr:nth-child(0) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column2-border2-bottom-dashed tr:nth-child(0) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column3-border2-bottom-dashed tr:nth-child(0) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column4-border2-bottom-dashed tr:nth-child(0) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column5-border2-bottom-dashed tr:nth-child(0) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column6-border2-bottom-dashed tr:nth-child(0) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column7-border2-bottom-dashed tr:nth-child(0) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column8-border2-bottom-dashed tr:nth-child(0) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row0-column9-border2-bottom-dashed tr:nth-child(0) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column0-border-left-dotted th:nth-child(0),
.reveal .column0-border-left-dotted td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column0-border-right-dotted th:nth-child(0),
.reveal .column0-border-right-dotted td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row0-border-top-dotted tr:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row0-border-bottom-dotted tr:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column0-border1-left-dotted-head th:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border1-left-dotted tr:nth-child(0) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border1-left-dotted tr:nth-child(0) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border1-left-dotted tr:nth-child(0) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border1-left-dotted tr:nth-child(0) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border1-left-dotted tr:nth-child(0) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border1-left-dotted tr:nth-child(0) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border1-left-dotted tr:nth-child(0) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border1-left-dotted tr:nth-child(0) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border1-left-dotted tr:nth-child(0) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border1-left-dotted tr:nth-child(0) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column0-border2-left-dotted-head th:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border2-left-dotted tr:nth-child(0) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border2-left-dotted tr:nth-child(0) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border2-left-dotted tr:nth-child(0) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border2-left-dotted tr:nth-child(0) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border2-left-dotted tr:nth-child(0) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border2-left-dotted tr:nth-child(0) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border2-left-dotted tr:nth-child(0) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border2-left-dotted tr:nth-child(0) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border2-left-dotted tr:nth-child(0) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border2-left-dotted tr:nth-child(0) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column0-border1-right-dotted-head th:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border1-right-dotted tr:nth-child(0) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border1-right-dotted tr:nth-child(0) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border1-right-dotted tr:nth-child(0) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border1-right-dotted tr:nth-child(0) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border1-right-dotted tr:nth-child(0) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border1-right-dotted tr:nth-child(0) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border1-right-dotted tr:nth-child(0) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border1-right-dotted tr:nth-child(0) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border1-right-dotted tr:nth-child(0) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border1-right-dotted tr:nth-child(0) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column0-border2-right-dotted-head th:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border2-right-dotted tr:nth-child(0) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border2-right-dotted tr:nth-child(0) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border2-right-dotted tr:nth-child(0) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border2-right-dotted tr:nth-child(0) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border2-right-dotted tr:nth-child(0) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border2-right-dotted tr:nth-child(0) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border2-right-dotted tr:nth-child(0) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border2-right-dotted tr:nth-child(0) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border2-right-dotted tr:nth-child(0) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border2-right-dotted tr:nth-child(0) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column0-border1-top-dotted-head th:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border1-top-dotted tr:nth-child(0) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border1-top-dotted tr:nth-child(0) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border1-top-dotted tr:nth-child(0) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border1-top-dotted tr:nth-child(0) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border1-top-dotted tr:nth-child(0) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border1-top-dotted tr:nth-child(0) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border1-top-dotted tr:nth-child(0) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border1-top-dotted tr:nth-child(0) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border1-top-dotted tr:nth-child(0) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border1-top-dotted tr:nth-child(0) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column0-border2-top-dotted-head th:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border2-top-dotted tr:nth-child(0) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border2-top-dotted tr:nth-child(0) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border2-top-dotted tr:nth-child(0) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border2-top-dotted tr:nth-child(0) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border2-top-dotted tr:nth-child(0) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border2-top-dotted tr:nth-child(0) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border2-top-dotted tr:nth-child(0) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border2-top-dotted tr:nth-child(0) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border2-top-dotted tr:nth-child(0) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border2-top-dotted tr:nth-child(0) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column0-border1-bottom-dotted-head th:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border1-bottom-dotted tr:nth-child(0) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border1-bottom-dotted tr:nth-child(0) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border1-bottom-dotted tr:nth-child(0) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border1-bottom-dotted tr:nth-child(0) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border1-bottom-dotted tr:nth-child(0) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border1-bottom-dotted tr:nth-child(0) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border1-bottom-dotted tr:nth-child(0) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border1-bottom-dotted tr:nth-child(0) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border1-bottom-dotted tr:nth-child(0) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border1-bottom-dotted tr:nth-child(0) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column0-border2-bottom-dotted-head th:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column0-border2-bottom-dotted tr:nth-child(0) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column1-border2-bottom-dotted tr:nth-child(0) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column2-border2-bottom-dotted tr:nth-child(0) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column3-border2-bottom-dotted tr:nth-child(0) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column4-border2-bottom-dotted tr:nth-child(0) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column5-border2-bottom-dotted tr:nth-child(0) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column6-border2-bottom-dotted tr:nth-child(0) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column7-border2-bottom-dotted tr:nth-child(0) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column8-border2-bottom-dotted tr:nth-child(0) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row0-column9-border2-bottom-dotted tr:nth-child(0) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column0-bold td:nth-child(0) {
  font-weight: 800;
}

.reveal .head-highlight-0 th:nth-child(n + 0) {
  background-color: var(--solarized-base2);
}

.reveal .row0-column0-base03 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base02 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base01 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base00 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base0 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base1 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base2 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column0-base3 tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column0-yellow tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column0-orange tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column0-red tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column0-magenta tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column0-violet tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column0-blue tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column0-cyan tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column0-green tr:nth-child(0) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base03 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base02 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base01 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base00 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base0 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base1 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base2 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column1-base3 tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column1-yellow tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column1-orange tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column1-red tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column1-magenta tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column1-violet tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column1-blue tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column1-cyan tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column1-green tr:nth-child(0) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base03 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base02 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base01 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base00 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base0 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base1 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base2 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column2-base3 tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column2-yellow tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column2-orange tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column2-red tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column2-magenta tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column2-violet tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column2-blue tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column2-cyan tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column2-green tr:nth-child(0) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base03 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base02 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base01 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base00 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base0 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base1 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base2 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column3-base3 tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column3-yellow tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column3-orange tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column3-red tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column3-magenta tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column3-violet tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column3-blue tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column3-cyan tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column3-green tr:nth-child(0) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base03 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base02 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base01 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base00 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base0 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base1 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base2 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column4-base3 tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column4-yellow tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column4-orange tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column4-red tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column4-magenta tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column4-violet tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column4-blue tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column4-cyan tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column4-green tr:nth-child(0) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base03 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base02 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base01 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base00 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base0 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base1 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base2 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column5-base3 tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column5-yellow tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column5-orange tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column5-red tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column5-magenta tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column5-violet tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column5-blue tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column5-cyan tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column5-green tr:nth-child(0) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base03 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base02 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base01 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base00 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base0 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base1 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base2 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column6-base3 tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column6-yellow tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column6-orange tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column6-red tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column6-magenta tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column6-violet tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column6-blue tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column6-cyan tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column6-green tr:nth-child(0) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base03 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base02 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base01 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base00 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base0 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base1 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base2 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column7-base3 tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column7-yellow tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column7-orange tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column7-red tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column7-magenta tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column7-violet tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column7-blue tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column7-cyan tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column7-green tr:nth-child(0) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base03 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base02 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base01 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base00 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base0 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base1 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base2 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column8-base3 tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column8-yellow tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column8-orange tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column8-red tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column8-magenta tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column8-violet tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column8-blue tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column8-cyan tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column8-green tr:nth-child(0) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base03 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base02 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base01 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base00 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base0 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base1 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base2 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column9-base3 tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column9-yellow tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column9-orange tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column9-red tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column9-magenta tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column9-violet tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column9-blue tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column9-cyan tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column9-green tr:nth-child(0) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base03 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base02 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base01 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base00 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base0 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base1 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base2 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column10-base3 tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column10-yellow tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column10-orange tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column10-red tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column10-magenta tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column10-violet tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column10-blue tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column10-cyan tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column10-green tr:nth-child(0) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base03 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base02 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base01 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base00 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base0 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base1 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base2 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column11-base3 tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column11-yellow tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column11-orange tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column11-red tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column11-magenta tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column11-violet tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column11-blue tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column11-cyan tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column11-green tr:nth-child(0) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base03 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base02 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base01 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base00 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base0 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base1 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base2 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column12-base3 tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column12-yellow tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column12-orange tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column12-red tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column12-magenta tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column12-violet tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column12-blue tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column12-cyan tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column12-green tr:nth-child(0) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base03 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base02 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base01 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base00 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base0 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base1 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base2 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column13-base3 tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column13-yellow tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column13-orange tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column13-red tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column13-magenta tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column13-violet tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column13-blue tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column13-cyan tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column13-green tr:nth-child(0) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base03 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base02 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base01 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base00 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base0 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base1 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base2 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column14-base3 tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column14-yellow tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column14-orange tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column14-red tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column14-magenta tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column14-violet tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column14-blue tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column14-cyan tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column14-green tr:nth-child(0) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base03 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base02 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base01 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base00 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base0 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base1 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base2 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column15-base3 tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column15-yellow tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column15-orange tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column15-red tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column15-magenta tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column15-violet tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column15-blue tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column15-cyan tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column15-green tr:nth-child(0) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base03 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base02 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base01 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base00 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base0 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base1 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base2 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column16-base3 tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column16-yellow tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column16-orange tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column16-red tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column16-magenta tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column16-violet tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column16-blue tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column16-cyan tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column16-green tr:nth-child(0) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base03 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base02 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base01 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base00 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base0 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base1 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base2 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column17-base3 tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column17-yellow tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column17-orange tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column17-red tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column17-magenta tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column17-violet tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column17-blue tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column17-cyan tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column17-green tr:nth-child(0) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base03 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base02 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base01 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base00 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base0 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base1 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base2 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column18-base3 tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column18-yellow tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column18-orange tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column18-red tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column18-magenta tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column18-violet tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column18-blue tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column18-cyan tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column18-green tr:nth-child(0) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base03 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base02 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base01 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base00 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base0 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base1 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base2 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row0-column19-base3 tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row0-column19-yellow tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row0-column19-orange tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row0-column19-red tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row0-column19-magenta tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row0-column19-violet tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row0-column19-blue tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row0-column19-cyan tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row0-column19-green tr:nth-child(0) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column1-border-left-solid th:nth-child(1),
.reveal .column1-border-left-solid td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column1-border-right-solid th:nth-child(1),
.reveal .column1-border-right-solid td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row1-border-top-solid tr:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row1-border-bottom-solid tr:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column1-border1-left-solid-head th:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column0-border1-left-solid tr:nth-child(1) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column1-border1-left-solid tr:nth-child(1) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column2-border1-left-solid tr:nth-child(1) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column3-border1-left-solid tr:nth-child(1) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column4-border1-left-solid tr:nth-child(1) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column5-border1-left-solid tr:nth-child(1) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column6-border1-left-solid tr:nth-child(1) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column7-border1-left-solid tr:nth-child(1) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column8-border1-left-solid tr:nth-child(1) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row1-column9-border1-left-solid tr:nth-child(1) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column1-border2-left-solid-head th:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column0-border2-left-solid tr:nth-child(1) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column1-border2-left-solid tr:nth-child(1) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column2-border2-left-solid tr:nth-child(1) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column3-border2-left-solid tr:nth-child(1) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column4-border2-left-solid tr:nth-child(1) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column5-border2-left-solid tr:nth-child(1) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column6-border2-left-solid tr:nth-child(1) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column7-border2-left-solid tr:nth-child(1) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column8-border2-left-solid tr:nth-child(1) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row1-column9-border2-left-solid tr:nth-child(1) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column1-border1-right-solid-head th:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column0-border1-right-solid tr:nth-child(1) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column1-border1-right-solid tr:nth-child(1) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column2-border1-right-solid tr:nth-child(1) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column3-border1-right-solid tr:nth-child(1) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column4-border1-right-solid tr:nth-child(1) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column5-border1-right-solid tr:nth-child(1) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column6-border1-right-solid tr:nth-child(1) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column7-border1-right-solid tr:nth-child(1) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column8-border1-right-solid tr:nth-child(1) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row1-column9-border1-right-solid tr:nth-child(1) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column1-border2-right-solid-head th:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column0-border2-right-solid tr:nth-child(1) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column1-border2-right-solid tr:nth-child(1) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column2-border2-right-solid tr:nth-child(1) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column3-border2-right-solid tr:nth-child(1) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column4-border2-right-solid tr:nth-child(1) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column5-border2-right-solid tr:nth-child(1) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column6-border2-right-solid tr:nth-child(1) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column7-border2-right-solid tr:nth-child(1) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column8-border2-right-solid tr:nth-child(1) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row1-column9-border2-right-solid tr:nth-child(1) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column1-border1-top-solid-head th:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column0-border1-top-solid tr:nth-child(1) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column1-border1-top-solid tr:nth-child(1) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column2-border1-top-solid tr:nth-child(1) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column3-border1-top-solid tr:nth-child(1) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column4-border1-top-solid tr:nth-child(1) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column5-border1-top-solid tr:nth-child(1) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column6-border1-top-solid tr:nth-child(1) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column7-border1-top-solid tr:nth-child(1) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column8-border1-top-solid tr:nth-child(1) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row1-column9-border1-top-solid tr:nth-child(1) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column1-border2-top-solid-head th:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column0-border2-top-solid tr:nth-child(1) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column1-border2-top-solid tr:nth-child(1) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column2-border2-top-solid tr:nth-child(1) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column3-border2-top-solid tr:nth-child(1) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column4-border2-top-solid tr:nth-child(1) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column5-border2-top-solid tr:nth-child(1) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column6-border2-top-solid tr:nth-child(1) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column7-border2-top-solid tr:nth-child(1) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column8-border2-top-solid tr:nth-child(1) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row1-column9-border2-top-solid tr:nth-child(1) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column1-border1-bottom-solid-head th:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column0-border1-bottom-solid tr:nth-child(1) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column1-border1-bottom-solid tr:nth-child(1) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column2-border1-bottom-solid tr:nth-child(1) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column3-border1-bottom-solid tr:nth-child(1) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column4-border1-bottom-solid tr:nth-child(1) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column5-border1-bottom-solid tr:nth-child(1) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column6-border1-bottom-solid tr:nth-child(1) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column7-border1-bottom-solid tr:nth-child(1) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column8-border1-bottom-solid tr:nth-child(1) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row1-column9-border1-bottom-solid tr:nth-child(1) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column1-border2-bottom-solid-head th:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column0-border2-bottom-solid tr:nth-child(1) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column1-border2-bottom-solid tr:nth-child(1) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column2-border2-bottom-solid tr:nth-child(1) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column3-border2-bottom-solid tr:nth-child(1) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column4-border2-bottom-solid tr:nth-child(1) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column5-border2-bottom-solid tr:nth-child(1) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column6-border2-bottom-solid tr:nth-child(1) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column7-border2-bottom-solid tr:nth-child(1) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column8-border2-bottom-solid tr:nth-child(1) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row1-column9-border2-bottom-solid tr:nth-child(1) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column1-border-left-dashed th:nth-child(1),
.reveal .column1-border-left-dashed td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column1-border-right-dashed th:nth-child(1),
.reveal .column1-border-right-dashed td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row1-border-top-dashed tr:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row1-border-bottom-dashed tr:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column1-border1-left-dashed-head th:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border1-left-dashed tr:nth-child(1) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border1-left-dashed tr:nth-child(1) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border1-left-dashed tr:nth-child(1) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border1-left-dashed tr:nth-child(1) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border1-left-dashed tr:nth-child(1) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border1-left-dashed tr:nth-child(1) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border1-left-dashed tr:nth-child(1) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border1-left-dashed tr:nth-child(1) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border1-left-dashed tr:nth-child(1) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border1-left-dashed tr:nth-child(1) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column1-border2-left-dashed-head th:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border2-left-dashed tr:nth-child(1) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border2-left-dashed tr:nth-child(1) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border2-left-dashed tr:nth-child(1) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border2-left-dashed tr:nth-child(1) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border2-left-dashed tr:nth-child(1) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border2-left-dashed tr:nth-child(1) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border2-left-dashed tr:nth-child(1) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border2-left-dashed tr:nth-child(1) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border2-left-dashed tr:nth-child(1) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border2-left-dashed tr:nth-child(1) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column1-border1-right-dashed-head th:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border1-right-dashed tr:nth-child(1) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border1-right-dashed tr:nth-child(1) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border1-right-dashed tr:nth-child(1) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border1-right-dashed tr:nth-child(1) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border1-right-dashed tr:nth-child(1) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border1-right-dashed tr:nth-child(1) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border1-right-dashed tr:nth-child(1) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border1-right-dashed tr:nth-child(1) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border1-right-dashed tr:nth-child(1) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border1-right-dashed tr:nth-child(1) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column1-border2-right-dashed-head th:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border2-right-dashed tr:nth-child(1) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border2-right-dashed tr:nth-child(1) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border2-right-dashed tr:nth-child(1) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border2-right-dashed tr:nth-child(1) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border2-right-dashed tr:nth-child(1) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border2-right-dashed tr:nth-child(1) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border2-right-dashed tr:nth-child(1) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border2-right-dashed tr:nth-child(1) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border2-right-dashed tr:nth-child(1) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border2-right-dashed tr:nth-child(1) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column1-border1-top-dashed-head th:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border1-top-dashed tr:nth-child(1) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border1-top-dashed tr:nth-child(1) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border1-top-dashed tr:nth-child(1) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border1-top-dashed tr:nth-child(1) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border1-top-dashed tr:nth-child(1) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border1-top-dashed tr:nth-child(1) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border1-top-dashed tr:nth-child(1) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border1-top-dashed tr:nth-child(1) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border1-top-dashed tr:nth-child(1) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border1-top-dashed tr:nth-child(1) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column1-border2-top-dashed-head th:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border2-top-dashed tr:nth-child(1) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border2-top-dashed tr:nth-child(1) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border2-top-dashed tr:nth-child(1) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border2-top-dashed tr:nth-child(1) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border2-top-dashed tr:nth-child(1) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border2-top-dashed tr:nth-child(1) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border2-top-dashed tr:nth-child(1) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border2-top-dashed tr:nth-child(1) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border2-top-dashed tr:nth-child(1) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border2-top-dashed tr:nth-child(1) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column1-border1-bottom-dashed-head th:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border1-bottom-dashed tr:nth-child(1) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border1-bottom-dashed tr:nth-child(1) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border1-bottom-dashed tr:nth-child(1) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border1-bottom-dashed tr:nth-child(1) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border1-bottom-dashed tr:nth-child(1) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border1-bottom-dashed tr:nth-child(1) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border1-bottom-dashed tr:nth-child(1) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border1-bottom-dashed tr:nth-child(1) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border1-bottom-dashed tr:nth-child(1) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border1-bottom-dashed tr:nth-child(1) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column1-border2-bottom-dashed-head th:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column0-border2-bottom-dashed tr:nth-child(1) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column1-border2-bottom-dashed tr:nth-child(1) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column2-border2-bottom-dashed tr:nth-child(1) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column3-border2-bottom-dashed tr:nth-child(1) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column4-border2-bottom-dashed tr:nth-child(1) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column5-border2-bottom-dashed tr:nth-child(1) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column6-border2-bottom-dashed tr:nth-child(1) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column7-border2-bottom-dashed tr:nth-child(1) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column8-border2-bottom-dashed tr:nth-child(1) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row1-column9-border2-bottom-dashed tr:nth-child(1) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column1-border-left-dotted th:nth-child(1),
.reveal .column1-border-left-dotted td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column1-border-right-dotted th:nth-child(1),
.reveal .column1-border-right-dotted td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row1-border-top-dotted tr:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row1-border-bottom-dotted tr:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column1-border1-left-dotted-head th:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border1-left-dotted tr:nth-child(1) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border1-left-dotted tr:nth-child(1) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border1-left-dotted tr:nth-child(1) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border1-left-dotted tr:nth-child(1) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border1-left-dotted tr:nth-child(1) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border1-left-dotted tr:nth-child(1) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border1-left-dotted tr:nth-child(1) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border1-left-dotted tr:nth-child(1) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border1-left-dotted tr:nth-child(1) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border1-left-dotted tr:nth-child(1) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column1-border2-left-dotted-head th:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border2-left-dotted tr:nth-child(1) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border2-left-dotted tr:nth-child(1) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border2-left-dotted tr:nth-child(1) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border2-left-dotted tr:nth-child(1) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border2-left-dotted tr:nth-child(1) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border2-left-dotted tr:nth-child(1) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border2-left-dotted tr:nth-child(1) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border2-left-dotted tr:nth-child(1) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border2-left-dotted tr:nth-child(1) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border2-left-dotted tr:nth-child(1) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column1-border1-right-dotted-head th:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border1-right-dotted tr:nth-child(1) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border1-right-dotted tr:nth-child(1) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border1-right-dotted tr:nth-child(1) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border1-right-dotted tr:nth-child(1) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border1-right-dotted tr:nth-child(1) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border1-right-dotted tr:nth-child(1) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border1-right-dotted tr:nth-child(1) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border1-right-dotted tr:nth-child(1) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border1-right-dotted tr:nth-child(1) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border1-right-dotted tr:nth-child(1) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column1-border2-right-dotted-head th:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border2-right-dotted tr:nth-child(1) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border2-right-dotted tr:nth-child(1) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border2-right-dotted tr:nth-child(1) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border2-right-dotted tr:nth-child(1) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border2-right-dotted tr:nth-child(1) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border2-right-dotted tr:nth-child(1) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border2-right-dotted tr:nth-child(1) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border2-right-dotted tr:nth-child(1) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border2-right-dotted tr:nth-child(1) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border2-right-dotted tr:nth-child(1) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column1-border1-top-dotted-head th:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border1-top-dotted tr:nth-child(1) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border1-top-dotted tr:nth-child(1) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border1-top-dotted tr:nth-child(1) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border1-top-dotted tr:nth-child(1) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border1-top-dotted tr:nth-child(1) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border1-top-dotted tr:nth-child(1) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border1-top-dotted tr:nth-child(1) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border1-top-dotted tr:nth-child(1) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border1-top-dotted tr:nth-child(1) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border1-top-dotted tr:nth-child(1) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column1-border2-top-dotted-head th:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border2-top-dotted tr:nth-child(1) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border2-top-dotted tr:nth-child(1) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border2-top-dotted tr:nth-child(1) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border2-top-dotted tr:nth-child(1) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border2-top-dotted tr:nth-child(1) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border2-top-dotted tr:nth-child(1) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border2-top-dotted tr:nth-child(1) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border2-top-dotted tr:nth-child(1) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border2-top-dotted tr:nth-child(1) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border2-top-dotted tr:nth-child(1) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column1-border1-bottom-dotted-head th:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border1-bottom-dotted tr:nth-child(1) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border1-bottom-dotted tr:nth-child(1) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border1-bottom-dotted tr:nth-child(1) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border1-bottom-dotted tr:nth-child(1) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border1-bottom-dotted tr:nth-child(1) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border1-bottom-dotted tr:nth-child(1) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border1-bottom-dotted tr:nth-child(1) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border1-bottom-dotted tr:nth-child(1) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border1-bottom-dotted tr:nth-child(1) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border1-bottom-dotted tr:nth-child(1) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column1-border2-bottom-dotted-head th:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column0-border2-bottom-dotted tr:nth-child(1) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column1-border2-bottom-dotted tr:nth-child(1) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column2-border2-bottom-dotted tr:nth-child(1) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column3-border2-bottom-dotted tr:nth-child(1) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column4-border2-bottom-dotted tr:nth-child(1) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column5-border2-bottom-dotted tr:nth-child(1) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column6-border2-bottom-dotted tr:nth-child(1) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column7-border2-bottom-dotted tr:nth-child(1) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column8-border2-bottom-dotted tr:nth-child(1) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row1-column9-border2-bottom-dotted tr:nth-child(1) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column1-bold td:nth-child(1) {
  font-weight: 800;
}

.reveal .head-highlight-1 th:nth-child(n + 1) {
  background-color: var(--solarized-base2);
}

.reveal .row1-column0-base03 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base02 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base01 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base00 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base0 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base1 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base2 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column0-base3 tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column0-yellow tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column0-orange tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column0-red tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column0-magenta tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column0-violet tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column0-blue tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column0-cyan tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column0-green tr:nth-child(1) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base03 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base02 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base01 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base00 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base0 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base1 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base2 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column1-base3 tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column1-yellow tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column1-orange tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column1-red tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column1-magenta tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column1-violet tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column1-blue tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column1-cyan tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column1-green tr:nth-child(1) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base03 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base02 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base01 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base00 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base0 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base1 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base2 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column2-base3 tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column2-yellow tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column2-orange tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column2-red tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column2-magenta tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column2-violet tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column2-blue tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column2-cyan tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column2-green tr:nth-child(1) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base03 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base02 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base01 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base00 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base0 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base1 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base2 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column3-base3 tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column3-yellow tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column3-orange tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column3-red tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column3-magenta tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column3-violet tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column3-blue tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column3-cyan tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column3-green tr:nth-child(1) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base03 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base02 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base01 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base00 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base0 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base1 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base2 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column4-base3 tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column4-yellow tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column4-orange tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column4-red tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column4-magenta tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column4-violet tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column4-blue tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column4-cyan tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column4-green tr:nth-child(1) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base03 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base02 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base01 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base00 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base0 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base1 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base2 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column5-base3 tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column5-yellow tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column5-orange tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column5-red tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column5-magenta tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column5-violet tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column5-blue tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column5-cyan tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column5-green tr:nth-child(1) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base03 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base02 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base01 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base00 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base0 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base1 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base2 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column6-base3 tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column6-yellow tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column6-orange tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column6-red tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column6-magenta tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column6-violet tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column6-blue tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column6-cyan tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column6-green tr:nth-child(1) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base03 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base02 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base01 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base00 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base0 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base1 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base2 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column7-base3 tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column7-yellow tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column7-orange tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column7-red tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column7-magenta tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column7-violet tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column7-blue tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column7-cyan tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column7-green tr:nth-child(1) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base03 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base02 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base01 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base00 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base0 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base1 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base2 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column8-base3 tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column8-yellow tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column8-orange tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column8-red tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column8-magenta tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column8-violet tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column8-blue tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column8-cyan tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column8-green tr:nth-child(1) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base03 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base02 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base01 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base00 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base0 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base1 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base2 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column9-base3 tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column9-yellow tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column9-orange tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column9-red tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column9-magenta tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column9-violet tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column9-blue tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column9-cyan tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column9-green tr:nth-child(1) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base03 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base02 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base01 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base00 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base0 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base1 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base2 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column10-base3 tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column10-yellow tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column10-orange tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column10-red tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column10-magenta tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column10-violet tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column10-blue tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column10-cyan tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column10-green tr:nth-child(1) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base03 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base02 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base01 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base00 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base0 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base1 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base2 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column11-base3 tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column11-yellow tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column11-orange tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column11-red tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column11-magenta tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column11-violet tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column11-blue tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column11-cyan tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column11-green tr:nth-child(1) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base03 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base02 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base01 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base00 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base0 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base1 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base2 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column12-base3 tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column12-yellow tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column12-orange tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column12-red tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column12-magenta tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column12-violet tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column12-blue tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column12-cyan tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column12-green tr:nth-child(1) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base03 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base02 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base01 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base00 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base0 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base1 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base2 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column13-base3 tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column13-yellow tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column13-orange tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column13-red tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column13-magenta tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column13-violet tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column13-blue tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column13-cyan tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column13-green tr:nth-child(1) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base03 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base02 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base01 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base00 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base0 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base1 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base2 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column14-base3 tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column14-yellow tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column14-orange tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column14-red tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column14-magenta tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column14-violet tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column14-blue tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column14-cyan tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column14-green tr:nth-child(1) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base03 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base02 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base01 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base00 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base0 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base1 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base2 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column15-base3 tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column15-yellow tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column15-orange tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column15-red tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column15-magenta tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column15-violet tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column15-blue tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column15-cyan tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column15-green tr:nth-child(1) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base03 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base02 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base01 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base00 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base0 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base1 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base2 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column16-base3 tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column16-yellow tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column16-orange tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column16-red tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column16-magenta tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column16-violet tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column16-blue tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column16-cyan tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column16-green tr:nth-child(1) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base03 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base02 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base01 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base00 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base0 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base1 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base2 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column17-base3 tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column17-yellow tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column17-orange tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column17-red tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column17-magenta tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column17-violet tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column17-blue tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column17-cyan tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column17-green tr:nth-child(1) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base03 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base02 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base01 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base00 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base0 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base1 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base2 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column18-base3 tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column18-yellow tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column18-orange tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column18-red tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column18-magenta tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column18-violet tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column18-blue tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column18-cyan tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column18-green tr:nth-child(1) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base03 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base02 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base01 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base00 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base0 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base1 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base2 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row1-column19-base3 tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row1-column19-yellow tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row1-column19-orange tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row1-column19-red tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row1-column19-magenta tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row1-column19-violet tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row1-column19-blue tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row1-column19-cyan tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row1-column19-green tr:nth-child(1) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column2-border-left-solid th:nth-child(2),
.reveal .column2-border-left-solid td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column2-border-right-solid th:nth-child(2),
.reveal .column2-border-right-solid td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row2-border-top-solid tr:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row2-border-bottom-solid tr:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column2-border1-left-solid-head th:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column0-border1-left-solid tr:nth-child(2) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column1-border1-left-solid tr:nth-child(2) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column2-border1-left-solid tr:nth-child(2) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column3-border1-left-solid tr:nth-child(2) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column4-border1-left-solid tr:nth-child(2) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column5-border1-left-solid tr:nth-child(2) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column6-border1-left-solid tr:nth-child(2) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column7-border1-left-solid tr:nth-child(2) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column8-border1-left-solid tr:nth-child(2) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row2-column9-border1-left-solid tr:nth-child(2) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column2-border2-left-solid-head th:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column0-border2-left-solid tr:nth-child(2) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column1-border2-left-solid tr:nth-child(2) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column2-border2-left-solid tr:nth-child(2) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column3-border2-left-solid tr:nth-child(2) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column4-border2-left-solid tr:nth-child(2) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column5-border2-left-solid tr:nth-child(2) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column6-border2-left-solid tr:nth-child(2) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column7-border2-left-solid tr:nth-child(2) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column8-border2-left-solid tr:nth-child(2) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row2-column9-border2-left-solid tr:nth-child(2) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column2-border1-right-solid-head th:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column0-border1-right-solid tr:nth-child(2) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column1-border1-right-solid tr:nth-child(2) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column2-border1-right-solid tr:nth-child(2) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column3-border1-right-solid tr:nth-child(2) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column4-border1-right-solid tr:nth-child(2) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column5-border1-right-solid tr:nth-child(2) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column6-border1-right-solid tr:nth-child(2) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column7-border1-right-solid tr:nth-child(2) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column8-border1-right-solid tr:nth-child(2) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row2-column9-border1-right-solid tr:nth-child(2) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column2-border2-right-solid-head th:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column0-border2-right-solid tr:nth-child(2) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column1-border2-right-solid tr:nth-child(2) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column2-border2-right-solid tr:nth-child(2) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column3-border2-right-solid tr:nth-child(2) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column4-border2-right-solid tr:nth-child(2) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column5-border2-right-solid tr:nth-child(2) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column6-border2-right-solid tr:nth-child(2) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column7-border2-right-solid tr:nth-child(2) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column8-border2-right-solid tr:nth-child(2) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row2-column9-border2-right-solid tr:nth-child(2) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column2-border1-top-solid-head th:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column0-border1-top-solid tr:nth-child(2) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column1-border1-top-solid tr:nth-child(2) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column2-border1-top-solid tr:nth-child(2) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column3-border1-top-solid tr:nth-child(2) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column4-border1-top-solid tr:nth-child(2) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column5-border1-top-solid tr:nth-child(2) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column6-border1-top-solid tr:nth-child(2) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column7-border1-top-solid tr:nth-child(2) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column8-border1-top-solid tr:nth-child(2) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row2-column9-border1-top-solid tr:nth-child(2) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column2-border2-top-solid-head th:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column0-border2-top-solid tr:nth-child(2) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column1-border2-top-solid tr:nth-child(2) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column2-border2-top-solid tr:nth-child(2) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column3-border2-top-solid tr:nth-child(2) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column4-border2-top-solid tr:nth-child(2) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column5-border2-top-solid tr:nth-child(2) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column6-border2-top-solid tr:nth-child(2) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column7-border2-top-solid tr:nth-child(2) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column8-border2-top-solid tr:nth-child(2) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row2-column9-border2-top-solid tr:nth-child(2) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column2-border1-bottom-solid-head th:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column0-border1-bottom-solid tr:nth-child(2) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column1-border1-bottom-solid tr:nth-child(2) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column2-border1-bottom-solid tr:nth-child(2) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column3-border1-bottom-solid tr:nth-child(2) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column4-border1-bottom-solid tr:nth-child(2) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column5-border1-bottom-solid tr:nth-child(2) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column6-border1-bottom-solid tr:nth-child(2) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column7-border1-bottom-solid tr:nth-child(2) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column8-border1-bottom-solid tr:nth-child(2) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row2-column9-border1-bottom-solid tr:nth-child(2) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column2-border2-bottom-solid-head th:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column0-border2-bottom-solid tr:nth-child(2) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column1-border2-bottom-solid tr:nth-child(2) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column2-border2-bottom-solid tr:nth-child(2) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column3-border2-bottom-solid tr:nth-child(2) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column4-border2-bottom-solid tr:nth-child(2) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column5-border2-bottom-solid tr:nth-child(2) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column6-border2-bottom-solid tr:nth-child(2) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column7-border2-bottom-solid tr:nth-child(2) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column8-border2-bottom-solid tr:nth-child(2) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row2-column9-border2-bottom-solid tr:nth-child(2) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column2-border-left-dashed th:nth-child(2),
.reveal .column2-border-left-dashed td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column2-border-right-dashed th:nth-child(2),
.reveal .column2-border-right-dashed td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row2-border-top-dashed tr:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row2-border-bottom-dashed tr:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column2-border1-left-dashed-head th:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border1-left-dashed tr:nth-child(2) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border1-left-dashed tr:nth-child(2) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border1-left-dashed tr:nth-child(2) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border1-left-dashed tr:nth-child(2) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border1-left-dashed tr:nth-child(2) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border1-left-dashed tr:nth-child(2) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border1-left-dashed tr:nth-child(2) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border1-left-dashed tr:nth-child(2) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border1-left-dashed tr:nth-child(2) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border1-left-dashed tr:nth-child(2) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column2-border2-left-dashed-head th:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border2-left-dashed tr:nth-child(2) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border2-left-dashed tr:nth-child(2) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border2-left-dashed tr:nth-child(2) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border2-left-dashed tr:nth-child(2) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border2-left-dashed tr:nth-child(2) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border2-left-dashed tr:nth-child(2) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border2-left-dashed tr:nth-child(2) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border2-left-dashed tr:nth-child(2) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border2-left-dashed tr:nth-child(2) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border2-left-dashed tr:nth-child(2) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column2-border1-right-dashed-head th:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border1-right-dashed tr:nth-child(2) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border1-right-dashed tr:nth-child(2) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border1-right-dashed tr:nth-child(2) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border1-right-dashed tr:nth-child(2) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border1-right-dashed tr:nth-child(2) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border1-right-dashed tr:nth-child(2) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border1-right-dashed tr:nth-child(2) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border1-right-dashed tr:nth-child(2) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border1-right-dashed tr:nth-child(2) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border1-right-dashed tr:nth-child(2) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column2-border2-right-dashed-head th:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border2-right-dashed tr:nth-child(2) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border2-right-dashed tr:nth-child(2) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border2-right-dashed tr:nth-child(2) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border2-right-dashed tr:nth-child(2) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border2-right-dashed tr:nth-child(2) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border2-right-dashed tr:nth-child(2) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border2-right-dashed tr:nth-child(2) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border2-right-dashed tr:nth-child(2) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border2-right-dashed tr:nth-child(2) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border2-right-dashed tr:nth-child(2) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column2-border1-top-dashed-head th:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border1-top-dashed tr:nth-child(2) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border1-top-dashed tr:nth-child(2) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border1-top-dashed tr:nth-child(2) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border1-top-dashed tr:nth-child(2) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border1-top-dashed tr:nth-child(2) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border1-top-dashed tr:nth-child(2) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border1-top-dashed tr:nth-child(2) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border1-top-dashed tr:nth-child(2) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border1-top-dashed tr:nth-child(2) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border1-top-dashed tr:nth-child(2) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column2-border2-top-dashed-head th:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border2-top-dashed tr:nth-child(2) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border2-top-dashed tr:nth-child(2) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border2-top-dashed tr:nth-child(2) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border2-top-dashed tr:nth-child(2) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border2-top-dashed tr:nth-child(2) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border2-top-dashed tr:nth-child(2) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border2-top-dashed tr:nth-child(2) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border2-top-dashed tr:nth-child(2) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border2-top-dashed tr:nth-child(2) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border2-top-dashed tr:nth-child(2) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column2-border1-bottom-dashed-head th:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border1-bottom-dashed tr:nth-child(2) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border1-bottom-dashed tr:nth-child(2) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border1-bottom-dashed tr:nth-child(2) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border1-bottom-dashed tr:nth-child(2) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border1-bottom-dashed tr:nth-child(2) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border1-bottom-dashed tr:nth-child(2) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border1-bottom-dashed tr:nth-child(2) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border1-bottom-dashed tr:nth-child(2) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border1-bottom-dashed tr:nth-child(2) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border1-bottom-dashed tr:nth-child(2) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column2-border2-bottom-dashed-head th:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column0-border2-bottom-dashed tr:nth-child(2) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column1-border2-bottom-dashed tr:nth-child(2) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column2-border2-bottom-dashed tr:nth-child(2) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column3-border2-bottom-dashed tr:nth-child(2) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column4-border2-bottom-dashed tr:nth-child(2) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column5-border2-bottom-dashed tr:nth-child(2) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column6-border2-bottom-dashed tr:nth-child(2) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column7-border2-bottom-dashed tr:nth-child(2) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column8-border2-bottom-dashed tr:nth-child(2) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row2-column9-border2-bottom-dashed tr:nth-child(2) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column2-border-left-dotted th:nth-child(2),
.reveal .column2-border-left-dotted td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column2-border-right-dotted th:nth-child(2),
.reveal .column2-border-right-dotted td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row2-border-top-dotted tr:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row2-border-bottom-dotted tr:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column2-border1-left-dotted-head th:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border1-left-dotted tr:nth-child(2) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border1-left-dotted tr:nth-child(2) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border1-left-dotted tr:nth-child(2) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border1-left-dotted tr:nth-child(2) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border1-left-dotted tr:nth-child(2) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border1-left-dotted tr:nth-child(2) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border1-left-dotted tr:nth-child(2) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border1-left-dotted tr:nth-child(2) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border1-left-dotted tr:nth-child(2) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border1-left-dotted tr:nth-child(2) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column2-border2-left-dotted-head th:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border2-left-dotted tr:nth-child(2) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border2-left-dotted tr:nth-child(2) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border2-left-dotted tr:nth-child(2) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border2-left-dotted tr:nth-child(2) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border2-left-dotted tr:nth-child(2) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border2-left-dotted tr:nth-child(2) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border2-left-dotted tr:nth-child(2) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border2-left-dotted tr:nth-child(2) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border2-left-dotted tr:nth-child(2) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border2-left-dotted tr:nth-child(2) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column2-border1-right-dotted-head th:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border1-right-dotted tr:nth-child(2) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border1-right-dotted tr:nth-child(2) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border1-right-dotted tr:nth-child(2) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border1-right-dotted tr:nth-child(2) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border1-right-dotted tr:nth-child(2) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border1-right-dotted tr:nth-child(2) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border1-right-dotted tr:nth-child(2) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border1-right-dotted tr:nth-child(2) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border1-right-dotted tr:nth-child(2) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border1-right-dotted tr:nth-child(2) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column2-border2-right-dotted-head th:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border2-right-dotted tr:nth-child(2) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border2-right-dotted tr:nth-child(2) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border2-right-dotted tr:nth-child(2) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border2-right-dotted tr:nth-child(2) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border2-right-dotted tr:nth-child(2) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border2-right-dotted tr:nth-child(2) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border2-right-dotted tr:nth-child(2) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border2-right-dotted tr:nth-child(2) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border2-right-dotted tr:nth-child(2) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border2-right-dotted tr:nth-child(2) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column2-border1-top-dotted-head th:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border1-top-dotted tr:nth-child(2) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border1-top-dotted tr:nth-child(2) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border1-top-dotted tr:nth-child(2) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border1-top-dotted tr:nth-child(2) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border1-top-dotted tr:nth-child(2) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border1-top-dotted tr:nth-child(2) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border1-top-dotted tr:nth-child(2) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border1-top-dotted tr:nth-child(2) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border1-top-dotted tr:nth-child(2) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border1-top-dotted tr:nth-child(2) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column2-border2-top-dotted-head th:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border2-top-dotted tr:nth-child(2) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border2-top-dotted tr:nth-child(2) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border2-top-dotted tr:nth-child(2) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border2-top-dotted tr:nth-child(2) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border2-top-dotted tr:nth-child(2) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border2-top-dotted tr:nth-child(2) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border2-top-dotted tr:nth-child(2) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border2-top-dotted tr:nth-child(2) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border2-top-dotted tr:nth-child(2) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border2-top-dotted tr:nth-child(2) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column2-border1-bottom-dotted-head th:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border1-bottom-dotted tr:nth-child(2) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border1-bottom-dotted tr:nth-child(2) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border1-bottom-dotted tr:nth-child(2) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border1-bottom-dotted tr:nth-child(2) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border1-bottom-dotted tr:nth-child(2) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border1-bottom-dotted tr:nth-child(2) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border1-bottom-dotted tr:nth-child(2) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border1-bottom-dotted tr:nth-child(2) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border1-bottom-dotted tr:nth-child(2) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border1-bottom-dotted tr:nth-child(2) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column2-border2-bottom-dotted-head th:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column0-border2-bottom-dotted tr:nth-child(2) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column1-border2-bottom-dotted tr:nth-child(2) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column2-border2-bottom-dotted tr:nth-child(2) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column3-border2-bottom-dotted tr:nth-child(2) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column4-border2-bottom-dotted tr:nth-child(2) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column5-border2-bottom-dotted tr:nth-child(2) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column6-border2-bottom-dotted tr:nth-child(2) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column7-border2-bottom-dotted tr:nth-child(2) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column8-border2-bottom-dotted tr:nth-child(2) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row2-column9-border2-bottom-dotted tr:nth-child(2) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column2-bold td:nth-child(2) {
  font-weight: 800;
}

.reveal .head-highlight-2 th:nth-child(n + 2) {
  background-color: var(--solarized-base2);
}

.reveal .row2-column0-base03 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base02 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base01 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base00 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base0 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base1 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base2 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column0-base3 tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column0-yellow tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column0-orange tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column0-red tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column0-magenta tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column0-violet tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column0-blue tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column0-cyan tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column0-green tr:nth-child(2) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base03 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base02 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base01 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base00 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base0 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base1 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base2 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column1-base3 tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column1-yellow tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column1-orange tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column1-red tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column1-magenta tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column1-violet tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column1-blue tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column1-cyan tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column1-green tr:nth-child(2) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base03 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base02 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base01 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base00 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base0 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base1 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base2 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column2-base3 tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column2-yellow tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column2-orange tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column2-red tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column2-magenta tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column2-violet tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column2-blue tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column2-cyan tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column2-green tr:nth-child(2) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base03 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base02 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base01 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base00 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base0 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base1 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base2 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column3-base3 tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column3-yellow tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column3-orange tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column3-red tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column3-magenta tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column3-violet tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column3-blue tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column3-cyan tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column3-green tr:nth-child(2) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base03 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base02 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base01 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base00 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base0 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base1 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base2 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column4-base3 tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column4-yellow tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column4-orange tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column4-red tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column4-magenta tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column4-violet tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column4-blue tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column4-cyan tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column4-green tr:nth-child(2) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base03 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base02 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base01 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base00 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base0 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base1 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base2 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column5-base3 tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column5-yellow tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column5-orange tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column5-red tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column5-magenta tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column5-violet tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column5-blue tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column5-cyan tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column5-green tr:nth-child(2) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base03 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base02 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base01 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base00 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base0 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base1 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base2 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column6-base3 tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column6-yellow tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column6-orange tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column6-red tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column6-magenta tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column6-violet tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column6-blue tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column6-cyan tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column6-green tr:nth-child(2) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base03 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base02 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base01 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base00 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base0 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base1 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base2 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column7-base3 tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column7-yellow tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column7-orange tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column7-red tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column7-magenta tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column7-violet tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column7-blue tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column7-cyan tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column7-green tr:nth-child(2) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base03 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base02 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base01 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base00 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base0 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base1 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base2 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column8-base3 tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column8-yellow tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column8-orange tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column8-red tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column8-magenta tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column8-violet tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column8-blue tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column8-cyan tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column8-green tr:nth-child(2) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base03 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base02 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base01 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base00 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base0 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base1 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base2 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column9-base3 tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column9-yellow tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column9-orange tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column9-red tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column9-magenta tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column9-violet tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column9-blue tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column9-cyan tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column9-green tr:nth-child(2) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base03 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base02 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base01 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base00 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base0 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base1 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base2 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column10-base3 tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column10-yellow tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column10-orange tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column10-red tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column10-magenta tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column10-violet tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column10-blue tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column10-cyan tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column10-green tr:nth-child(2) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base03 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base02 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base01 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base00 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base0 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base1 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base2 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column11-base3 tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column11-yellow tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column11-orange tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column11-red tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column11-magenta tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column11-violet tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column11-blue tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column11-cyan tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column11-green tr:nth-child(2) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base03 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base02 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base01 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base00 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base0 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base1 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base2 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column12-base3 tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column12-yellow tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column12-orange tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column12-red tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column12-magenta tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column12-violet tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column12-blue tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column12-cyan tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column12-green tr:nth-child(2) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base03 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base02 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base01 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base00 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base0 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base1 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base2 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column13-base3 tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column13-yellow tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column13-orange tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column13-red tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column13-magenta tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column13-violet tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column13-blue tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column13-cyan tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column13-green tr:nth-child(2) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base03 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base02 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base01 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base00 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base0 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base1 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base2 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column14-base3 tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column14-yellow tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column14-orange tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column14-red tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column14-magenta tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column14-violet tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column14-blue tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column14-cyan tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column14-green tr:nth-child(2) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base03 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base02 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base01 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base00 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base0 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base1 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base2 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column15-base3 tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column15-yellow tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column15-orange tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column15-red tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column15-magenta tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column15-violet tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column15-blue tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column15-cyan tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column15-green tr:nth-child(2) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base03 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base02 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base01 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base00 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base0 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base1 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base2 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column16-base3 tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column16-yellow tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column16-orange tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column16-red tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column16-magenta tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column16-violet tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column16-blue tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column16-cyan tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column16-green tr:nth-child(2) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base03 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base02 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base01 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base00 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base0 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base1 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base2 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column17-base3 tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column17-yellow tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column17-orange tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column17-red tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column17-magenta tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column17-violet tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column17-blue tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column17-cyan tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column17-green tr:nth-child(2) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base03 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base02 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base01 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base00 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base0 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base1 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base2 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column18-base3 tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column18-yellow tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column18-orange tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column18-red tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column18-magenta tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column18-violet tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column18-blue tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column18-cyan tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column18-green tr:nth-child(2) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base03 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base02 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base01 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base00 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base0 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base1 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base2 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row2-column19-base3 tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row2-column19-yellow tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row2-column19-orange tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row2-column19-red tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row2-column19-magenta tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row2-column19-violet tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row2-column19-blue tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row2-column19-cyan tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row2-column19-green tr:nth-child(2) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column3-border-left-solid th:nth-child(3),
.reveal .column3-border-left-solid td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column3-border-right-solid th:nth-child(3),
.reveal .column3-border-right-solid td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row3-border-top-solid tr:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row3-border-bottom-solid tr:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column3-border1-left-solid-head th:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column0-border1-left-solid tr:nth-child(3) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column1-border1-left-solid tr:nth-child(3) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column2-border1-left-solid tr:nth-child(3) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column3-border1-left-solid tr:nth-child(3) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column4-border1-left-solid tr:nth-child(3) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column5-border1-left-solid tr:nth-child(3) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column6-border1-left-solid tr:nth-child(3) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column7-border1-left-solid tr:nth-child(3) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column8-border1-left-solid tr:nth-child(3) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row3-column9-border1-left-solid tr:nth-child(3) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column3-border2-left-solid-head th:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column0-border2-left-solid tr:nth-child(3) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column1-border2-left-solid tr:nth-child(3) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column2-border2-left-solid tr:nth-child(3) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column3-border2-left-solid tr:nth-child(3) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column4-border2-left-solid tr:nth-child(3) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column5-border2-left-solid tr:nth-child(3) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column6-border2-left-solid tr:nth-child(3) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column7-border2-left-solid tr:nth-child(3) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column8-border2-left-solid tr:nth-child(3) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row3-column9-border2-left-solid tr:nth-child(3) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column3-border1-right-solid-head th:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column0-border1-right-solid tr:nth-child(3) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column1-border1-right-solid tr:nth-child(3) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column2-border1-right-solid tr:nth-child(3) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column3-border1-right-solid tr:nth-child(3) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column4-border1-right-solid tr:nth-child(3) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column5-border1-right-solid tr:nth-child(3) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column6-border1-right-solid tr:nth-child(3) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column7-border1-right-solid tr:nth-child(3) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column8-border1-right-solid tr:nth-child(3) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row3-column9-border1-right-solid tr:nth-child(3) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column3-border2-right-solid-head th:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column0-border2-right-solid tr:nth-child(3) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column1-border2-right-solid tr:nth-child(3) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column2-border2-right-solid tr:nth-child(3) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column3-border2-right-solid tr:nth-child(3) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column4-border2-right-solid tr:nth-child(3) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column5-border2-right-solid tr:nth-child(3) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column6-border2-right-solid tr:nth-child(3) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column7-border2-right-solid tr:nth-child(3) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column8-border2-right-solid tr:nth-child(3) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row3-column9-border2-right-solid tr:nth-child(3) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column3-border1-top-solid-head th:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column0-border1-top-solid tr:nth-child(3) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column1-border1-top-solid tr:nth-child(3) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column2-border1-top-solid tr:nth-child(3) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column3-border1-top-solid tr:nth-child(3) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column4-border1-top-solid tr:nth-child(3) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column5-border1-top-solid tr:nth-child(3) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column6-border1-top-solid tr:nth-child(3) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column7-border1-top-solid tr:nth-child(3) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column8-border1-top-solid tr:nth-child(3) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row3-column9-border1-top-solid tr:nth-child(3) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column3-border2-top-solid-head th:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column0-border2-top-solid tr:nth-child(3) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column1-border2-top-solid tr:nth-child(3) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column2-border2-top-solid tr:nth-child(3) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column3-border2-top-solid tr:nth-child(3) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column4-border2-top-solid tr:nth-child(3) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column5-border2-top-solid tr:nth-child(3) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column6-border2-top-solid tr:nth-child(3) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column7-border2-top-solid tr:nth-child(3) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column8-border2-top-solid tr:nth-child(3) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row3-column9-border2-top-solid tr:nth-child(3) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column3-border1-bottom-solid-head th:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column0-border1-bottom-solid tr:nth-child(3) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column1-border1-bottom-solid tr:nth-child(3) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column2-border1-bottom-solid tr:nth-child(3) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column3-border1-bottom-solid tr:nth-child(3) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column4-border1-bottom-solid tr:nth-child(3) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column5-border1-bottom-solid tr:nth-child(3) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column6-border1-bottom-solid tr:nth-child(3) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column7-border1-bottom-solid tr:nth-child(3) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column8-border1-bottom-solid tr:nth-child(3) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row3-column9-border1-bottom-solid tr:nth-child(3) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column3-border2-bottom-solid-head th:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column0-border2-bottom-solid tr:nth-child(3) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column1-border2-bottom-solid tr:nth-child(3) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column2-border2-bottom-solid tr:nth-child(3) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column3-border2-bottom-solid tr:nth-child(3) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column4-border2-bottom-solid tr:nth-child(3) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column5-border2-bottom-solid tr:nth-child(3) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column6-border2-bottom-solid tr:nth-child(3) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column7-border2-bottom-solid tr:nth-child(3) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column8-border2-bottom-solid tr:nth-child(3) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row3-column9-border2-bottom-solid tr:nth-child(3) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column3-border-left-dashed th:nth-child(3),
.reveal .column3-border-left-dashed td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column3-border-right-dashed th:nth-child(3),
.reveal .column3-border-right-dashed td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row3-border-top-dashed tr:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row3-border-bottom-dashed tr:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column3-border1-left-dashed-head th:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border1-left-dashed tr:nth-child(3) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border1-left-dashed tr:nth-child(3) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border1-left-dashed tr:nth-child(3) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border1-left-dashed tr:nth-child(3) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border1-left-dashed tr:nth-child(3) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border1-left-dashed tr:nth-child(3) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border1-left-dashed tr:nth-child(3) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border1-left-dashed tr:nth-child(3) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border1-left-dashed tr:nth-child(3) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border1-left-dashed tr:nth-child(3) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column3-border2-left-dashed-head th:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border2-left-dashed tr:nth-child(3) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border2-left-dashed tr:nth-child(3) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border2-left-dashed tr:nth-child(3) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border2-left-dashed tr:nth-child(3) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border2-left-dashed tr:nth-child(3) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border2-left-dashed tr:nth-child(3) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border2-left-dashed tr:nth-child(3) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border2-left-dashed tr:nth-child(3) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border2-left-dashed tr:nth-child(3) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border2-left-dashed tr:nth-child(3) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column3-border1-right-dashed-head th:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border1-right-dashed tr:nth-child(3) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border1-right-dashed tr:nth-child(3) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border1-right-dashed tr:nth-child(3) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border1-right-dashed tr:nth-child(3) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border1-right-dashed tr:nth-child(3) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border1-right-dashed tr:nth-child(3) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border1-right-dashed tr:nth-child(3) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border1-right-dashed tr:nth-child(3) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border1-right-dashed tr:nth-child(3) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border1-right-dashed tr:nth-child(3) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column3-border2-right-dashed-head th:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border2-right-dashed tr:nth-child(3) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border2-right-dashed tr:nth-child(3) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border2-right-dashed tr:nth-child(3) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border2-right-dashed tr:nth-child(3) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border2-right-dashed tr:nth-child(3) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border2-right-dashed tr:nth-child(3) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border2-right-dashed tr:nth-child(3) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border2-right-dashed tr:nth-child(3) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border2-right-dashed tr:nth-child(3) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border2-right-dashed tr:nth-child(3) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column3-border1-top-dashed-head th:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border1-top-dashed tr:nth-child(3) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border1-top-dashed tr:nth-child(3) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border1-top-dashed tr:nth-child(3) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border1-top-dashed tr:nth-child(3) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border1-top-dashed tr:nth-child(3) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border1-top-dashed tr:nth-child(3) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border1-top-dashed tr:nth-child(3) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border1-top-dashed tr:nth-child(3) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border1-top-dashed tr:nth-child(3) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border1-top-dashed tr:nth-child(3) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column3-border2-top-dashed-head th:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border2-top-dashed tr:nth-child(3) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border2-top-dashed tr:nth-child(3) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border2-top-dashed tr:nth-child(3) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border2-top-dashed tr:nth-child(3) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border2-top-dashed tr:nth-child(3) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border2-top-dashed tr:nth-child(3) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border2-top-dashed tr:nth-child(3) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border2-top-dashed tr:nth-child(3) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border2-top-dashed tr:nth-child(3) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border2-top-dashed tr:nth-child(3) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column3-border1-bottom-dashed-head th:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border1-bottom-dashed tr:nth-child(3) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border1-bottom-dashed tr:nth-child(3) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border1-bottom-dashed tr:nth-child(3) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border1-bottom-dashed tr:nth-child(3) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border1-bottom-dashed tr:nth-child(3) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border1-bottom-dashed tr:nth-child(3) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border1-bottom-dashed tr:nth-child(3) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border1-bottom-dashed tr:nth-child(3) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border1-bottom-dashed tr:nth-child(3) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border1-bottom-dashed tr:nth-child(3) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column3-border2-bottom-dashed-head th:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column0-border2-bottom-dashed tr:nth-child(3) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column1-border2-bottom-dashed tr:nth-child(3) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column2-border2-bottom-dashed tr:nth-child(3) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column3-border2-bottom-dashed tr:nth-child(3) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column4-border2-bottom-dashed tr:nth-child(3) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column5-border2-bottom-dashed tr:nth-child(3) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column6-border2-bottom-dashed tr:nth-child(3) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column7-border2-bottom-dashed tr:nth-child(3) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column8-border2-bottom-dashed tr:nth-child(3) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row3-column9-border2-bottom-dashed tr:nth-child(3) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column3-border-left-dotted th:nth-child(3),
.reveal .column3-border-left-dotted td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column3-border-right-dotted th:nth-child(3),
.reveal .column3-border-right-dotted td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row3-border-top-dotted tr:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row3-border-bottom-dotted tr:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column3-border1-left-dotted-head th:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border1-left-dotted tr:nth-child(3) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border1-left-dotted tr:nth-child(3) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border1-left-dotted tr:nth-child(3) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border1-left-dotted tr:nth-child(3) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border1-left-dotted tr:nth-child(3) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border1-left-dotted tr:nth-child(3) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border1-left-dotted tr:nth-child(3) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border1-left-dotted tr:nth-child(3) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border1-left-dotted tr:nth-child(3) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border1-left-dotted tr:nth-child(3) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column3-border2-left-dotted-head th:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border2-left-dotted tr:nth-child(3) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border2-left-dotted tr:nth-child(3) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border2-left-dotted tr:nth-child(3) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border2-left-dotted tr:nth-child(3) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border2-left-dotted tr:nth-child(3) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border2-left-dotted tr:nth-child(3) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border2-left-dotted tr:nth-child(3) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border2-left-dotted tr:nth-child(3) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border2-left-dotted tr:nth-child(3) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border2-left-dotted tr:nth-child(3) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column3-border1-right-dotted-head th:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border1-right-dotted tr:nth-child(3) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border1-right-dotted tr:nth-child(3) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border1-right-dotted tr:nth-child(3) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border1-right-dotted tr:nth-child(3) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border1-right-dotted tr:nth-child(3) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border1-right-dotted tr:nth-child(3) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border1-right-dotted tr:nth-child(3) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border1-right-dotted tr:nth-child(3) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border1-right-dotted tr:nth-child(3) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border1-right-dotted tr:nth-child(3) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column3-border2-right-dotted-head th:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border2-right-dotted tr:nth-child(3) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border2-right-dotted tr:nth-child(3) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border2-right-dotted tr:nth-child(3) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border2-right-dotted tr:nth-child(3) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border2-right-dotted tr:nth-child(3) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border2-right-dotted tr:nth-child(3) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border2-right-dotted tr:nth-child(3) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border2-right-dotted tr:nth-child(3) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border2-right-dotted tr:nth-child(3) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border2-right-dotted tr:nth-child(3) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column3-border1-top-dotted-head th:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border1-top-dotted tr:nth-child(3) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border1-top-dotted tr:nth-child(3) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border1-top-dotted tr:nth-child(3) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border1-top-dotted tr:nth-child(3) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border1-top-dotted tr:nth-child(3) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border1-top-dotted tr:nth-child(3) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border1-top-dotted tr:nth-child(3) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border1-top-dotted tr:nth-child(3) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border1-top-dotted tr:nth-child(3) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border1-top-dotted tr:nth-child(3) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column3-border2-top-dotted-head th:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border2-top-dotted tr:nth-child(3) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border2-top-dotted tr:nth-child(3) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border2-top-dotted tr:nth-child(3) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border2-top-dotted tr:nth-child(3) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border2-top-dotted tr:nth-child(3) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border2-top-dotted tr:nth-child(3) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border2-top-dotted tr:nth-child(3) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border2-top-dotted tr:nth-child(3) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border2-top-dotted tr:nth-child(3) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border2-top-dotted tr:nth-child(3) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column3-border1-bottom-dotted-head th:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border1-bottom-dotted tr:nth-child(3) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border1-bottom-dotted tr:nth-child(3) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border1-bottom-dotted tr:nth-child(3) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border1-bottom-dotted tr:nth-child(3) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border1-bottom-dotted tr:nth-child(3) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border1-bottom-dotted tr:nth-child(3) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border1-bottom-dotted tr:nth-child(3) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border1-bottom-dotted tr:nth-child(3) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border1-bottom-dotted tr:nth-child(3) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border1-bottom-dotted tr:nth-child(3) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column3-border2-bottom-dotted-head th:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column0-border2-bottom-dotted tr:nth-child(3) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column1-border2-bottom-dotted tr:nth-child(3) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column2-border2-bottom-dotted tr:nth-child(3) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column3-border2-bottom-dotted tr:nth-child(3) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column4-border2-bottom-dotted tr:nth-child(3) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column5-border2-bottom-dotted tr:nth-child(3) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column6-border2-bottom-dotted tr:nth-child(3) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column7-border2-bottom-dotted tr:nth-child(3) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column8-border2-bottom-dotted tr:nth-child(3) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row3-column9-border2-bottom-dotted tr:nth-child(3) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column3-bold td:nth-child(3) {
  font-weight: 800;
}

.reveal .head-highlight-3 th:nth-child(n + 3) {
  background-color: var(--solarized-base2);
}

.reveal .row3-column0-base03 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base02 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base01 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base00 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base0 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base1 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base2 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column0-base3 tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column0-yellow tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column0-orange tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column0-red tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column0-magenta tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column0-violet tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column0-blue tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column0-cyan tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column0-green tr:nth-child(3) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base03 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base02 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base01 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base00 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base0 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base1 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base2 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column1-base3 tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column1-yellow tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column1-orange tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column1-red tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column1-magenta tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column1-violet tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column1-blue tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column1-cyan tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column1-green tr:nth-child(3) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base03 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base02 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base01 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base00 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base0 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base1 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base2 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column2-base3 tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column2-yellow tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column2-orange tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column2-red tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column2-magenta tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column2-violet tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column2-blue tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column2-cyan tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column2-green tr:nth-child(3) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base03 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base02 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base01 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base00 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base0 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base1 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base2 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column3-base3 tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column3-yellow tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column3-orange tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column3-red tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column3-magenta tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column3-violet tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column3-blue tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column3-cyan tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column3-green tr:nth-child(3) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base03 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base02 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base01 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base00 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base0 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base1 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base2 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column4-base3 tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column4-yellow tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column4-orange tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column4-red tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column4-magenta tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column4-violet tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column4-blue tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column4-cyan tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column4-green tr:nth-child(3) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base03 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base02 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base01 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base00 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base0 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base1 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base2 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column5-base3 tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column5-yellow tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column5-orange tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column5-red tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column5-magenta tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column5-violet tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column5-blue tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column5-cyan tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column5-green tr:nth-child(3) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base03 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base02 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base01 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base00 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base0 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base1 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base2 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column6-base3 tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column6-yellow tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column6-orange tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column6-red tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column6-magenta tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column6-violet tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column6-blue tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column6-cyan tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column6-green tr:nth-child(3) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base03 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base02 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base01 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base00 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base0 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base1 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base2 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column7-base3 tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column7-yellow tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column7-orange tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column7-red tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column7-magenta tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column7-violet tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column7-blue tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column7-cyan tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column7-green tr:nth-child(3) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base03 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base02 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base01 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base00 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base0 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base1 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base2 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column8-base3 tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column8-yellow tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column8-orange tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column8-red tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column8-magenta tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column8-violet tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column8-blue tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column8-cyan tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column8-green tr:nth-child(3) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base03 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base02 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base01 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base00 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base0 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base1 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base2 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column9-base3 tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column9-yellow tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column9-orange tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column9-red tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column9-magenta tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column9-violet tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column9-blue tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column9-cyan tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column9-green tr:nth-child(3) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base03 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base02 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base01 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base00 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base0 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base1 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base2 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column10-base3 tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column10-yellow tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column10-orange tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column10-red tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column10-magenta tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column10-violet tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column10-blue tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column10-cyan tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column10-green tr:nth-child(3) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base03 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base02 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base01 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base00 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base0 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base1 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base2 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column11-base3 tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column11-yellow tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column11-orange tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column11-red tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column11-magenta tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column11-violet tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column11-blue tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column11-cyan tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column11-green tr:nth-child(3) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base03 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base02 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base01 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base00 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base0 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base1 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base2 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column12-base3 tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column12-yellow tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column12-orange tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column12-red tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column12-magenta tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column12-violet tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column12-blue tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column12-cyan tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column12-green tr:nth-child(3) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base03 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base02 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base01 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base00 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base0 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base1 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base2 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column13-base3 tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column13-yellow tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column13-orange tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column13-red tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column13-magenta tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column13-violet tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column13-blue tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column13-cyan tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column13-green tr:nth-child(3) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base03 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base02 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base01 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base00 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base0 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base1 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base2 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column14-base3 tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column14-yellow tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column14-orange tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column14-red tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column14-magenta tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column14-violet tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column14-blue tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column14-cyan tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column14-green tr:nth-child(3) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base03 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base02 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base01 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base00 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base0 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base1 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base2 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column15-base3 tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column15-yellow tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column15-orange tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column15-red tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column15-magenta tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column15-violet tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column15-blue tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column15-cyan tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column15-green tr:nth-child(3) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base03 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base02 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base01 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base00 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base0 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base1 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base2 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column16-base3 tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column16-yellow tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column16-orange tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column16-red tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column16-magenta tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column16-violet tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column16-blue tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column16-cyan tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column16-green tr:nth-child(3) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base03 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base02 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base01 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base00 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base0 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base1 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base2 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column17-base3 tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column17-yellow tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column17-orange tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column17-red tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column17-magenta tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column17-violet tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column17-blue tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column17-cyan tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column17-green tr:nth-child(3) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base03 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base02 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base01 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base00 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base0 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base1 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base2 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column18-base3 tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column18-yellow tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column18-orange tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column18-red tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column18-magenta tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column18-violet tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column18-blue tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column18-cyan tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column18-green tr:nth-child(3) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base03 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base02 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base01 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base00 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base0 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base1 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base2 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row3-column19-base3 tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row3-column19-yellow tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row3-column19-orange tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row3-column19-red tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row3-column19-magenta tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row3-column19-violet tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row3-column19-blue tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row3-column19-cyan tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row3-column19-green tr:nth-child(3) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column4-border-left-solid th:nth-child(4),
.reveal .column4-border-left-solid td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column4-border-right-solid th:nth-child(4),
.reveal .column4-border-right-solid td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row4-border-top-solid tr:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row4-border-bottom-solid tr:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column4-border1-left-solid-head th:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column0-border1-left-solid tr:nth-child(4) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column1-border1-left-solid tr:nth-child(4) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column2-border1-left-solid tr:nth-child(4) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column3-border1-left-solid tr:nth-child(4) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column4-border1-left-solid tr:nth-child(4) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column5-border1-left-solid tr:nth-child(4) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column6-border1-left-solid tr:nth-child(4) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column7-border1-left-solid tr:nth-child(4) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column8-border1-left-solid tr:nth-child(4) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row4-column9-border1-left-solid tr:nth-child(4) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column4-border2-left-solid-head th:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column0-border2-left-solid tr:nth-child(4) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column1-border2-left-solid tr:nth-child(4) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column2-border2-left-solid tr:nth-child(4) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column3-border2-left-solid tr:nth-child(4) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column4-border2-left-solid tr:nth-child(4) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column5-border2-left-solid tr:nth-child(4) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column6-border2-left-solid tr:nth-child(4) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column7-border2-left-solid tr:nth-child(4) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column8-border2-left-solid tr:nth-child(4) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row4-column9-border2-left-solid tr:nth-child(4) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column4-border1-right-solid-head th:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column0-border1-right-solid tr:nth-child(4) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column1-border1-right-solid tr:nth-child(4) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column2-border1-right-solid tr:nth-child(4) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column3-border1-right-solid tr:nth-child(4) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column4-border1-right-solid tr:nth-child(4) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column5-border1-right-solid tr:nth-child(4) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column6-border1-right-solid tr:nth-child(4) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column7-border1-right-solid tr:nth-child(4) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column8-border1-right-solid tr:nth-child(4) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row4-column9-border1-right-solid tr:nth-child(4) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column4-border2-right-solid-head th:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column0-border2-right-solid tr:nth-child(4) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column1-border2-right-solid tr:nth-child(4) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column2-border2-right-solid tr:nth-child(4) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column3-border2-right-solid tr:nth-child(4) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column4-border2-right-solid tr:nth-child(4) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column5-border2-right-solid tr:nth-child(4) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column6-border2-right-solid tr:nth-child(4) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column7-border2-right-solid tr:nth-child(4) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column8-border2-right-solid tr:nth-child(4) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row4-column9-border2-right-solid tr:nth-child(4) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column4-border1-top-solid-head th:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column0-border1-top-solid tr:nth-child(4) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column1-border1-top-solid tr:nth-child(4) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column2-border1-top-solid tr:nth-child(4) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column3-border1-top-solid tr:nth-child(4) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column4-border1-top-solid tr:nth-child(4) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column5-border1-top-solid tr:nth-child(4) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column6-border1-top-solid tr:nth-child(4) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column7-border1-top-solid tr:nth-child(4) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column8-border1-top-solid tr:nth-child(4) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row4-column9-border1-top-solid tr:nth-child(4) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column4-border2-top-solid-head th:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column0-border2-top-solid tr:nth-child(4) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column1-border2-top-solid tr:nth-child(4) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column2-border2-top-solid tr:nth-child(4) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column3-border2-top-solid tr:nth-child(4) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column4-border2-top-solid tr:nth-child(4) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column5-border2-top-solid tr:nth-child(4) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column6-border2-top-solid tr:nth-child(4) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column7-border2-top-solid tr:nth-child(4) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column8-border2-top-solid tr:nth-child(4) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row4-column9-border2-top-solid tr:nth-child(4) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column4-border1-bottom-solid-head th:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column0-border1-bottom-solid tr:nth-child(4) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column1-border1-bottom-solid tr:nth-child(4) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column2-border1-bottom-solid tr:nth-child(4) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column3-border1-bottom-solid tr:nth-child(4) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column4-border1-bottom-solid tr:nth-child(4) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column5-border1-bottom-solid tr:nth-child(4) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column6-border1-bottom-solid tr:nth-child(4) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column7-border1-bottom-solid tr:nth-child(4) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column8-border1-bottom-solid tr:nth-child(4) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row4-column9-border1-bottom-solid tr:nth-child(4) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column4-border2-bottom-solid-head th:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column0-border2-bottom-solid tr:nth-child(4) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column1-border2-bottom-solid tr:nth-child(4) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column2-border2-bottom-solid tr:nth-child(4) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column3-border2-bottom-solid tr:nth-child(4) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column4-border2-bottom-solid tr:nth-child(4) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column5-border2-bottom-solid tr:nth-child(4) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column6-border2-bottom-solid tr:nth-child(4) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column7-border2-bottom-solid tr:nth-child(4) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column8-border2-bottom-solid tr:nth-child(4) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row4-column9-border2-bottom-solid tr:nth-child(4) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column4-border-left-dashed th:nth-child(4),
.reveal .column4-border-left-dashed td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column4-border-right-dashed th:nth-child(4),
.reveal .column4-border-right-dashed td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row4-border-top-dashed tr:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row4-border-bottom-dashed tr:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column4-border1-left-dashed-head th:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border1-left-dashed tr:nth-child(4) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border1-left-dashed tr:nth-child(4) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border1-left-dashed tr:nth-child(4) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border1-left-dashed tr:nth-child(4) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border1-left-dashed tr:nth-child(4) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border1-left-dashed tr:nth-child(4) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border1-left-dashed tr:nth-child(4) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border1-left-dashed tr:nth-child(4) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border1-left-dashed tr:nth-child(4) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border1-left-dashed tr:nth-child(4) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column4-border2-left-dashed-head th:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border2-left-dashed tr:nth-child(4) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border2-left-dashed tr:nth-child(4) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border2-left-dashed tr:nth-child(4) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border2-left-dashed tr:nth-child(4) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border2-left-dashed tr:nth-child(4) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border2-left-dashed tr:nth-child(4) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border2-left-dashed tr:nth-child(4) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border2-left-dashed tr:nth-child(4) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border2-left-dashed tr:nth-child(4) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border2-left-dashed tr:nth-child(4) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column4-border1-right-dashed-head th:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border1-right-dashed tr:nth-child(4) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border1-right-dashed tr:nth-child(4) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border1-right-dashed tr:nth-child(4) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border1-right-dashed tr:nth-child(4) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border1-right-dashed tr:nth-child(4) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border1-right-dashed tr:nth-child(4) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border1-right-dashed tr:nth-child(4) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border1-right-dashed tr:nth-child(4) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border1-right-dashed tr:nth-child(4) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border1-right-dashed tr:nth-child(4) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column4-border2-right-dashed-head th:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border2-right-dashed tr:nth-child(4) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border2-right-dashed tr:nth-child(4) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border2-right-dashed tr:nth-child(4) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border2-right-dashed tr:nth-child(4) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border2-right-dashed tr:nth-child(4) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border2-right-dashed tr:nth-child(4) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border2-right-dashed tr:nth-child(4) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border2-right-dashed tr:nth-child(4) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border2-right-dashed tr:nth-child(4) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border2-right-dashed tr:nth-child(4) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column4-border1-top-dashed-head th:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border1-top-dashed tr:nth-child(4) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border1-top-dashed tr:nth-child(4) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border1-top-dashed tr:nth-child(4) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border1-top-dashed tr:nth-child(4) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border1-top-dashed tr:nth-child(4) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border1-top-dashed tr:nth-child(4) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border1-top-dashed tr:nth-child(4) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border1-top-dashed tr:nth-child(4) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border1-top-dashed tr:nth-child(4) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border1-top-dashed tr:nth-child(4) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column4-border2-top-dashed-head th:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border2-top-dashed tr:nth-child(4) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border2-top-dashed tr:nth-child(4) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border2-top-dashed tr:nth-child(4) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border2-top-dashed tr:nth-child(4) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border2-top-dashed tr:nth-child(4) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border2-top-dashed tr:nth-child(4) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border2-top-dashed tr:nth-child(4) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border2-top-dashed tr:nth-child(4) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border2-top-dashed tr:nth-child(4) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border2-top-dashed tr:nth-child(4) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column4-border1-bottom-dashed-head th:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border1-bottom-dashed tr:nth-child(4) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border1-bottom-dashed tr:nth-child(4) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border1-bottom-dashed tr:nth-child(4) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border1-bottom-dashed tr:nth-child(4) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border1-bottom-dashed tr:nth-child(4) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border1-bottom-dashed tr:nth-child(4) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border1-bottom-dashed tr:nth-child(4) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border1-bottom-dashed tr:nth-child(4) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border1-bottom-dashed tr:nth-child(4) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border1-bottom-dashed tr:nth-child(4) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column4-border2-bottom-dashed-head th:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column0-border2-bottom-dashed tr:nth-child(4) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column1-border2-bottom-dashed tr:nth-child(4) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column2-border2-bottom-dashed tr:nth-child(4) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column3-border2-bottom-dashed tr:nth-child(4) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column4-border2-bottom-dashed tr:nth-child(4) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column5-border2-bottom-dashed tr:nth-child(4) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column6-border2-bottom-dashed tr:nth-child(4) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column7-border2-bottom-dashed tr:nth-child(4) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column8-border2-bottom-dashed tr:nth-child(4) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row4-column9-border2-bottom-dashed tr:nth-child(4) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column4-border-left-dotted th:nth-child(4),
.reveal .column4-border-left-dotted td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column4-border-right-dotted th:nth-child(4),
.reveal .column4-border-right-dotted td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row4-border-top-dotted tr:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row4-border-bottom-dotted tr:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column4-border1-left-dotted-head th:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border1-left-dotted tr:nth-child(4) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border1-left-dotted tr:nth-child(4) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border1-left-dotted tr:nth-child(4) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border1-left-dotted tr:nth-child(4) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border1-left-dotted tr:nth-child(4) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border1-left-dotted tr:nth-child(4) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border1-left-dotted tr:nth-child(4) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border1-left-dotted tr:nth-child(4) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border1-left-dotted tr:nth-child(4) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border1-left-dotted tr:nth-child(4) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column4-border2-left-dotted-head th:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border2-left-dotted tr:nth-child(4) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border2-left-dotted tr:nth-child(4) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border2-left-dotted tr:nth-child(4) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border2-left-dotted tr:nth-child(4) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border2-left-dotted tr:nth-child(4) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border2-left-dotted tr:nth-child(4) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border2-left-dotted tr:nth-child(4) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border2-left-dotted tr:nth-child(4) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border2-left-dotted tr:nth-child(4) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border2-left-dotted tr:nth-child(4) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column4-border1-right-dotted-head th:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border1-right-dotted tr:nth-child(4) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border1-right-dotted tr:nth-child(4) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border1-right-dotted tr:nth-child(4) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border1-right-dotted tr:nth-child(4) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border1-right-dotted tr:nth-child(4) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border1-right-dotted tr:nth-child(4) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border1-right-dotted tr:nth-child(4) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border1-right-dotted tr:nth-child(4) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border1-right-dotted tr:nth-child(4) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border1-right-dotted tr:nth-child(4) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column4-border2-right-dotted-head th:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border2-right-dotted tr:nth-child(4) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border2-right-dotted tr:nth-child(4) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border2-right-dotted tr:nth-child(4) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border2-right-dotted tr:nth-child(4) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border2-right-dotted tr:nth-child(4) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border2-right-dotted tr:nth-child(4) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border2-right-dotted tr:nth-child(4) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border2-right-dotted tr:nth-child(4) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border2-right-dotted tr:nth-child(4) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border2-right-dotted tr:nth-child(4) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column4-border1-top-dotted-head th:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border1-top-dotted tr:nth-child(4) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border1-top-dotted tr:nth-child(4) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border1-top-dotted tr:nth-child(4) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border1-top-dotted tr:nth-child(4) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border1-top-dotted tr:nth-child(4) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border1-top-dotted tr:nth-child(4) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border1-top-dotted tr:nth-child(4) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border1-top-dotted tr:nth-child(4) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border1-top-dotted tr:nth-child(4) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border1-top-dotted tr:nth-child(4) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column4-border2-top-dotted-head th:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border2-top-dotted tr:nth-child(4) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border2-top-dotted tr:nth-child(4) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border2-top-dotted tr:nth-child(4) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border2-top-dotted tr:nth-child(4) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border2-top-dotted tr:nth-child(4) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border2-top-dotted tr:nth-child(4) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border2-top-dotted tr:nth-child(4) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border2-top-dotted tr:nth-child(4) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border2-top-dotted tr:nth-child(4) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border2-top-dotted tr:nth-child(4) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column4-border1-bottom-dotted-head th:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border1-bottom-dotted tr:nth-child(4) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border1-bottom-dotted tr:nth-child(4) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border1-bottom-dotted tr:nth-child(4) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border1-bottom-dotted tr:nth-child(4) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border1-bottom-dotted tr:nth-child(4) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border1-bottom-dotted tr:nth-child(4) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border1-bottom-dotted tr:nth-child(4) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border1-bottom-dotted tr:nth-child(4) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border1-bottom-dotted tr:nth-child(4) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border1-bottom-dotted tr:nth-child(4) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column4-border2-bottom-dotted-head th:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column0-border2-bottom-dotted tr:nth-child(4) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column1-border2-bottom-dotted tr:nth-child(4) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column2-border2-bottom-dotted tr:nth-child(4) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column3-border2-bottom-dotted tr:nth-child(4) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column4-border2-bottom-dotted tr:nth-child(4) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column5-border2-bottom-dotted tr:nth-child(4) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column6-border2-bottom-dotted tr:nth-child(4) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column7-border2-bottom-dotted tr:nth-child(4) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column8-border2-bottom-dotted tr:nth-child(4) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row4-column9-border2-bottom-dotted tr:nth-child(4) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column4-bold td:nth-child(4) {
  font-weight: 800;
}

.reveal .head-highlight-4 th:nth-child(n + 4) {
  background-color: var(--solarized-base2);
}

.reveal .row4-column0-base03 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base02 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base01 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base00 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base0 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base1 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base2 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column0-base3 tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column0-yellow tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column0-orange tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column0-red tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column0-magenta tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column0-violet tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column0-blue tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column0-cyan tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column0-green tr:nth-child(4) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base03 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base02 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base01 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base00 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base0 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base1 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base2 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column1-base3 tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column1-yellow tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column1-orange tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column1-red tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column1-magenta tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column1-violet tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column1-blue tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column1-cyan tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column1-green tr:nth-child(4) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base03 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base02 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base01 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base00 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base0 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base1 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base2 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column2-base3 tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column2-yellow tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column2-orange tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column2-red tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column2-magenta tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column2-violet tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column2-blue tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column2-cyan tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column2-green tr:nth-child(4) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base03 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base02 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base01 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base00 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base0 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base1 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base2 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column3-base3 tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column3-yellow tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column3-orange tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column3-red tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column3-magenta tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column3-violet tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column3-blue tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column3-cyan tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column3-green tr:nth-child(4) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base03 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base02 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base01 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base00 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base0 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base1 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base2 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column4-base3 tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column4-yellow tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column4-orange tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column4-red tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column4-magenta tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column4-violet tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column4-blue tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column4-cyan tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column4-green tr:nth-child(4) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base03 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base02 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base01 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base00 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base0 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base1 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base2 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column5-base3 tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column5-yellow tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column5-orange tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column5-red tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column5-magenta tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column5-violet tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column5-blue tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column5-cyan tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column5-green tr:nth-child(4) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base03 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base02 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base01 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base00 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base0 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base1 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base2 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column6-base3 tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column6-yellow tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column6-orange tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column6-red tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column6-magenta tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column6-violet tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column6-blue tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column6-cyan tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column6-green tr:nth-child(4) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base03 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base02 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base01 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base00 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base0 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base1 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base2 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column7-base3 tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column7-yellow tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column7-orange tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column7-red tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column7-magenta tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column7-violet tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column7-blue tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column7-cyan tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column7-green tr:nth-child(4) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base03 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base02 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base01 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base00 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base0 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base1 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base2 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column8-base3 tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column8-yellow tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column8-orange tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column8-red tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column8-magenta tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column8-violet tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column8-blue tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column8-cyan tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column8-green tr:nth-child(4) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base03 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base02 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base01 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base00 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base0 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base1 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base2 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column9-base3 tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column9-yellow tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column9-orange tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column9-red tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column9-magenta tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column9-violet tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column9-blue tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column9-cyan tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column9-green tr:nth-child(4) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base03 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base02 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base01 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base00 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base0 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base1 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base2 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column10-base3 tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column10-yellow tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column10-orange tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column10-red tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column10-magenta tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column10-violet tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column10-blue tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column10-cyan tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column10-green tr:nth-child(4) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base03 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base02 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base01 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base00 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base0 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base1 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base2 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column11-base3 tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column11-yellow tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column11-orange tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column11-red tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column11-magenta tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column11-violet tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column11-blue tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column11-cyan tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column11-green tr:nth-child(4) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base03 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base02 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base01 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base00 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base0 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base1 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base2 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column12-base3 tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column12-yellow tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column12-orange tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column12-red tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column12-magenta tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column12-violet tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column12-blue tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column12-cyan tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column12-green tr:nth-child(4) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base03 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base02 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base01 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base00 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base0 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base1 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base2 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column13-base3 tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column13-yellow tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column13-orange tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column13-red tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column13-magenta tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column13-violet tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column13-blue tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column13-cyan tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column13-green tr:nth-child(4) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base03 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base02 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base01 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base00 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base0 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base1 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base2 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column14-base3 tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column14-yellow tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column14-orange tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column14-red tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column14-magenta tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column14-violet tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column14-blue tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column14-cyan tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column14-green tr:nth-child(4) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base03 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base02 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base01 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base00 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base0 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base1 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base2 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column15-base3 tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column15-yellow tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column15-orange tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column15-red tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column15-magenta tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column15-violet tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column15-blue tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column15-cyan tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column15-green tr:nth-child(4) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base03 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base02 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base01 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base00 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base0 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base1 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base2 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column16-base3 tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column16-yellow tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column16-orange tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column16-red tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column16-magenta tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column16-violet tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column16-blue tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column16-cyan tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column16-green tr:nth-child(4) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base03 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base02 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base01 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base00 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base0 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base1 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base2 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column17-base3 tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column17-yellow tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column17-orange tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column17-red tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column17-magenta tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column17-violet tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column17-blue tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column17-cyan tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column17-green tr:nth-child(4) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base03 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base02 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base01 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base00 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base0 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base1 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base2 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column18-base3 tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column18-yellow tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column18-orange tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column18-red tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column18-magenta tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column18-violet tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column18-blue tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column18-cyan tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column18-green tr:nth-child(4) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base03 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base02 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base01 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base00 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base0 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base1 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base2 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row4-column19-base3 tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row4-column19-yellow tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row4-column19-orange tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row4-column19-red tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row4-column19-magenta tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row4-column19-violet tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row4-column19-blue tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row4-column19-cyan tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row4-column19-green tr:nth-child(4) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column5-border-left-solid th:nth-child(5),
.reveal .column5-border-left-solid td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column5-border-right-solid th:nth-child(5),
.reveal .column5-border-right-solid td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row5-border-top-solid tr:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row5-border-bottom-solid tr:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column5-border1-left-solid-head th:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column0-border1-left-solid tr:nth-child(5) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column1-border1-left-solid tr:nth-child(5) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column2-border1-left-solid tr:nth-child(5) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column3-border1-left-solid tr:nth-child(5) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column4-border1-left-solid tr:nth-child(5) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column5-border1-left-solid tr:nth-child(5) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column6-border1-left-solid tr:nth-child(5) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column7-border1-left-solid tr:nth-child(5) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column8-border1-left-solid tr:nth-child(5) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row5-column9-border1-left-solid tr:nth-child(5) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column5-border2-left-solid-head th:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column0-border2-left-solid tr:nth-child(5) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column1-border2-left-solid tr:nth-child(5) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column2-border2-left-solid tr:nth-child(5) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column3-border2-left-solid tr:nth-child(5) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column4-border2-left-solid tr:nth-child(5) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column5-border2-left-solid tr:nth-child(5) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column6-border2-left-solid tr:nth-child(5) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column7-border2-left-solid tr:nth-child(5) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column8-border2-left-solid tr:nth-child(5) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row5-column9-border2-left-solid tr:nth-child(5) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column5-border1-right-solid-head th:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column0-border1-right-solid tr:nth-child(5) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column1-border1-right-solid tr:nth-child(5) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column2-border1-right-solid tr:nth-child(5) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column3-border1-right-solid tr:nth-child(5) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column4-border1-right-solid tr:nth-child(5) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column5-border1-right-solid tr:nth-child(5) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column6-border1-right-solid tr:nth-child(5) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column7-border1-right-solid tr:nth-child(5) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column8-border1-right-solid tr:nth-child(5) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row5-column9-border1-right-solid tr:nth-child(5) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column5-border2-right-solid-head th:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column0-border2-right-solid tr:nth-child(5) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column1-border2-right-solid tr:nth-child(5) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column2-border2-right-solid tr:nth-child(5) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column3-border2-right-solid tr:nth-child(5) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column4-border2-right-solid tr:nth-child(5) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column5-border2-right-solid tr:nth-child(5) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column6-border2-right-solid tr:nth-child(5) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column7-border2-right-solid tr:nth-child(5) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column8-border2-right-solid tr:nth-child(5) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row5-column9-border2-right-solid tr:nth-child(5) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column5-border1-top-solid-head th:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column0-border1-top-solid tr:nth-child(5) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column1-border1-top-solid tr:nth-child(5) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column2-border1-top-solid tr:nth-child(5) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column3-border1-top-solid tr:nth-child(5) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column4-border1-top-solid tr:nth-child(5) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column5-border1-top-solid tr:nth-child(5) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column6-border1-top-solid tr:nth-child(5) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column7-border1-top-solid tr:nth-child(5) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column8-border1-top-solid tr:nth-child(5) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row5-column9-border1-top-solid tr:nth-child(5) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column5-border2-top-solid-head th:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column0-border2-top-solid tr:nth-child(5) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column1-border2-top-solid tr:nth-child(5) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column2-border2-top-solid tr:nth-child(5) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column3-border2-top-solid tr:nth-child(5) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column4-border2-top-solid tr:nth-child(5) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column5-border2-top-solid tr:nth-child(5) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column6-border2-top-solid tr:nth-child(5) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column7-border2-top-solid tr:nth-child(5) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column8-border2-top-solid tr:nth-child(5) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row5-column9-border2-top-solid tr:nth-child(5) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column5-border1-bottom-solid-head th:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column0-border1-bottom-solid tr:nth-child(5) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column1-border1-bottom-solid tr:nth-child(5) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column2-border1-bottom-solid tr:nth-child(5) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column3-border1-bottom-solid tr:nth-child(5) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column4-border1-bottom-solid tr:nth-child(5) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column5-border1-bottom-solid tr:nth-child(5) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column6-border1-bottom-solid tr:nth-child(5) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column7-border1-bottom-solid tr:nth-child(5) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column8-border1-bottom-solid tr:nth-child(5) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row5-column9-border1-bottom-solid tr:nth-child(5) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column5-border2-bottom-solid-head th:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column0-border2-bottom-solid tr:nth-child(5) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column1-border2-bottom-solid tr:nth-child(5) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column2-border2-bottom-solid tr:nth-child(5) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column3-border2-bottom-solid tr:nth-child(5) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column4-border2-bottom-solid tr:nth-child(5) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column5-border2-bottom-solid tr:nth-child(5) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column6-border2-bottom-solid tr:nth-child(5) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column7-border2-bottom-solid tr:nth-child(5) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column8-border2-bottom-solid tr:nth-child(5) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row5-column9-border2-bottom-solid tr:nth-child(5) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column5-border-left-dashed th:nth-child(5),
.reveal .column5-border-left-dashed td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column5-border-right-dashed th:nth-child(5),
.reveal .column5-border-right-dashed td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row5-border-top-dashed tr:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row5-border-bottom-dashed tr:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column5-border1-left-dashed-head th:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border1-left-dashed tr:nth-child(5) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border1-left-dashed tr:nth-child(5) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border1-left-dashed tr:nth-child(5) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border1-left-dashed tr:nth-child(5) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border1-left-dashed tr:nth-child(5) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border1-left-dashed tr:nth-child(5) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border1-left-dashed tr:nth-child(5) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border1-left-dashed tr:nth-child(5) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border1-left-dashed tr:nth-child(5) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border1-left-dashed tr:nth-child(5) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column5-border2-left-dashed-head th:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border2-left-dashed tr:nth-child(5) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border2-left-dashed tr:nth-child(5) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border2-left-dashed tr:nth-child(5) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border2-left-dashed tr:nth-child(5) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border2-left-dashed tr:nth-child(5) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border2-left-dashed tr:nth-child(5) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border2-left-dashed tr:nth-child(5) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border2-left-dashed tr:nth-child(5) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border2-left-dashed tr:nth-child(5) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border2-left-dashed tr:nth-child(5) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column5-border1-right-dashed-head th:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border1-right-dashed tr:nth-child(5) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border1-right-dashed tr:nth-child(5) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border1-right-dashed tr:nth-child(5) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border1-right-dashed tr:nth-child(5) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border1-right-dashed tr:nth-child(5) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border1-right-dashed tr:nth-child(5) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border1-right-dashed tr:nth-child(5) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border1-right-dashed tr:nth-child(5) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border1-right-dashed tr:nth-child(5) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border1-right-dashed tr:nth-child(5) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column5-border2-right-dashed-head th:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border2-right-dashed tr:nth-child(5) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border2-right-dashed tr:nth-child(5) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border2-right-dashed tr:nth-child(5) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border2-right-dashed tr:nth-child(5) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border2-right-dashed tr:nth-child(5) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border2-right-dashed tr:nth-child(5) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border2-right-dashed tr:nth-child(5) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border2-right-dashed tr:nth-child(5) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border2-right-dashed tr:nth-child(5) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border2-right-dashed tr:nth-child(5) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column5-border1-top-dashed-head th:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border1-top-dashed tr:nth-child(5) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border1-top-dashed tr:nth-child(5) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border1-top-dashed tr:nth-child(5) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border1-top-dashed tr:nth-child(5) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border1-top-dashed tr:nth-child(5) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border1-top-dashed tr:nth-child(5) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border1-top-dashed tr:nth-child(5) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border1-top-dashed tr:nth-child(5) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border1-top-dashed tr:nth-child(5) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border1-top-dashed tr:nth-child(5) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column5-border2-top-dashed-head th:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border2-top-dashed tr:nth-child(5) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border2-top-dashed tr:nth-child(5) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border2-top-dashed tr:nth-child(5) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border2-top-dashed tr:nth-child(5) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border2-top-dashed tr:nth-child(5) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border2-top-dashed tr:nth-child(5) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border2-top-dashed tr:nth-child(5) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border2-top-dashed tr:nth-child(5) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border2-top-dashed tr:nth-child(5) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border2-top-dashed tr:nth-child(5) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column5-border1-bottom-dashed-head th:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border1-bottom-dashed tr:nth-child(5) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border1-bottom-dashed tr:nth-child(5) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border1-bottom-dashed tr:nth-child(5) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border1-bottom-dashed tr:nth-child(5) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border1-bottom-dashed tr:nth-child(5) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border1-bottom-dashed tr:nth-child(5) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border1-bottom-dashed tr:nth-child(5) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border1-bottom-dashed tr:nth-child(5) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border1-bottom-dashed tr:nth-child(5) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border1-bottom-dashed tr:nth-child(5) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column5-border2-bottom-dashed-head th:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column0-border2-bottom-dashed tr:nth-child(5) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column1-border2-bottom-dashed tr:nth-child(5) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column2-border2-bottom-dashed tr:nth-child(5) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column3-border2-bottom-dashed tr:nth-child(5) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column4-border2-bottom-dashed tr:nth-child(5) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column5-border2-bottom-dashed tr:nth-child(5) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column6-border2-bottom-dashed tr:nth-child(5) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column7-border2-bottom-dashed tr:nth-child(5) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column8-border2-bottom-dashed tr:nth-child(5) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row5-column9-border2-bottom-dashed tr:nth-child(5) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column5-border-left-dotted th:nth-child(5),
.reveal .column5-border-left-dotted td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column5-border-right-dotted th:nth-child(5),
.reveal .column5-border-right-dotted td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row5-border-top-dotted tr:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row5-border-bottom-dotted tr:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column5-border1-left-dotted-head th:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border1-left-dotted tr:nth-child(5) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border1-left-dotted tr:nth-child(5) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border1-left-dotted tr:nth-child(5) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border1-left-dotted tr:nth-child(5) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border1-left-dotted tr:nth-child(5) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border1-left-dotted tr:nth-child(5) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border1-left-dotted tr:nth-child(5) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border1-left-dotted tr:nth-child(5) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border1-left-dotted tr:nth-child(5) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border1-left-dotted tr:nth-child(5) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column5-border2-left-dotted-head th:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border2-left-dotted tr:nth-child(5) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border2-left-dotted tr:nth-child(5) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border2-left-dotted tr:nth-child(5) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border2-left-dotted tr:nth-child(5) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border2-left-dotted tr:nth-child(5) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border2-left-dotted tr:nth-child(5) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border2-left-dotted tr:nth-child(5) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border2-left-dotted tr:nth-child(5) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border2-left-dotted tr:nth-child(5) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border2-left-dotted tr:nth-child(5) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column5-border1-right-dotted-head th:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border1-right-dotted tr:nth-child(5) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border1-right-dotted tr:nth-child(5) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border1-right-dotted tr:nth-child(5) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border1-right-dotted tr:nth-child(5) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border1-right-dotted tr:nth-child(5) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border1-right-dotted tr:nth-child(5) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border1-right-dotted tr:nth-child(5) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border1-right-dotted tr:nth-child(5) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border1-right-dotted tr:nth-child(5) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border1-right-dotted tr:nth-child(5) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column5-border2-right-dotted-head th:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border2-right-dotted tr:nth-child(5) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border2-right-dotted tr:nth-child(5) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border2-right-dotted tr:nth-child(5) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border2-right-dotted tr:nth-child(5) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border2-right-dotted tr:nth-child(5) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border2-right-dotted tr:nth-child(5) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border2-right-dotted tr:nth-child(5) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border2-right-dotted tr:nth-child(5) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border2-right-dotted tr:nth-child(5) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border2-right-dotted tr:nth-child(5) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column5-border1-top-dotted-head th:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border1-top-dotted tr:nth-child(5) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border1-top-dotted tr:nth-child(5) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border1-top-dotted tr:nth-child(5) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border1-top-dotted tr:nth-child(5) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border1-top-dotted tr:nth-child(5) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border1-top-dotted tr:nth-child(5) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border1-top-dotted tr:nth-child(5) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border1-top-dotted tr:nth-child(5) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border1-top-dotted tr:nth-child(5) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border1-top-dotted tr:nth-child(5) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column5-border2-top-dotted-head th:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border2-top-dotted tr:nth-child(5) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border2-top-dotted tr:nth-child(5) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border2-top-dotted tr:nth-child(5) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border2-top-dotted tr:nth-child(5) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border2-top-dotted tr:nth-child(5) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border2-top-dotted tr:nth-child(5) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border2-top-dotted tr:nth-child(5) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border2-top-dotted tr:nth-child(5) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border2-top-dotted tr:nth-child(5) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border2-top-dotted tr:nth-child(5) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column5-border1-bottom-dotted-head th:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border1-bottom-dotted tr:nth-child(5) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border1-bottom-dotted tr:nth-child(5) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border1-bottom-dotted tr:nth-child(5) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border1-bottom-dotted tr:nth-child(5) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border1-bottom-dotted tr:nth-child(5) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border1-bottom-dotted tr:nth-child(5) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border1-bottom-dotted tr:nth-child(5) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border1-bottom-dotted tr:nth-child(5) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border1-bottom-dotted tr:nth-child(5) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border1-bottom-dotted tr:nth-child(5) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column5-border2-bottom-dotted-head th:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column0-border2-bottom-dotted tr:nth-child(5) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column1-border2-bottom-dotted tr:nth-child(5) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column2-border2-bottom-dotted tr:nth-child(5) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column3-border2-bottom-dotted tr:nth-child(5) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column4-border2-bottom-dotted tr:nth-child(5) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column5-border2-bottom-dotted tr:nth-child(5) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column6-border2-bottom-dotted tr:nth-child(5) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column7-border2-bottom-dotted tr:nth-child(5) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column8-border2-bottom-dotted tr:nth-child(5) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row5-column9-border2-bottom-dotted tr:nth-child(5) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column5-bold td:nth-child(5) {
  font-weight: 800;
}

.reveal .head-highlight-5 th:nth-child(n + 5) {
  background-color: var(--solarized-base2);
}

.reveal .row5-column0-base03 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base02 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base01 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base00 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base0 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base1 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base2 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column0-base3 tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column0-yellow tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column0-orange tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column0-red tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column0-magenta tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column0-violet tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column0-blue tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column0-cyan tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column0-green tr:nth-child(5) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base03 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base02 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base01 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base00 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base0 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base1 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base2 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column1-base3 tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column1-yellow tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column1-orange tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column1-red tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column1-magenta tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column1-violet tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column1-blue tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column1-cyan tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column1-green tr:nth-child(5) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base03 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base02 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base01 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base00 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base0 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base1 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base2 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column2-base3 tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column2-yellow tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column2-orange tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column2-red tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column2-magenta tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column2-violet tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column2-blue tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column2-cyan tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column2-green tr:nth-child(5) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base03 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base02 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base01 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base00 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base0 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base1 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base2 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column3-base3 tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column3-yellow tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column3-orange tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column3-red tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column3-magenta tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column3-violet tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column3-blue tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column3-cyan tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column3-green tr:nth-child(5) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base03 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base02 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base01 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base00 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base0 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base1 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base2 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column4-base3 tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column4-yellow tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column4-orange tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column4-red tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column4-magenta tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column4-violet tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column4-blue tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column4-cyan tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column4-green tr:nth-child(5) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base03 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base02 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base01 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base00 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base0 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base1 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base2 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column5-base3 tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column5-yellow tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column5-orange tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column5-red tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column5-magenta tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column5-violet tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column5-blue tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column5-cyan tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column5-green tr:nth-child(5) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base03 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base02 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base01 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base00 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base0 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base1 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base2 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column6-base3 tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column6-yellow tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column6-orange tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column6-red tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column6-magenta tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column6-violet tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column6-blue tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column6-cyan tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column6-green tr:nth-child(5) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base03 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base02 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base01 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base00 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base0 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base1 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base2 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column7-base3 tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column7-yellow tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column7-orange tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column7-red tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column7-magenta tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column7-violet tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column7-blue tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column7-cyan tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column7-green tr:nth-child(5) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base03 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base02 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base01 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base00 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base0 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base1 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base2 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column8-base3 tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column8-yellow tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column8-orange tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column8-red tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column8-magenta tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column8-violet tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column8-blue tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column8-cyan tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column8-green tr:nth-child(5) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base03 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base02 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base01 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base00 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base0 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base1 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base2 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column9-base3 tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column9-yellow tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column9-orange tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column9-red tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column9-magenta tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column9-violet tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column9-blue tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column9-cyan tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column9-green tr:nth-child(5) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base03 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base02 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base01 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base00 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base0 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base1 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base2 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column10-base3 tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column10-yellow tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column10-orange tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column10-red tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column10-magenta tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column10-violet tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column10-blue tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column10-cyan tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column10-green tr:nth-child(5) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base03 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base02 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base01 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base00 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base0 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base1 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base2 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column11-base3 tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column11-yellow tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column11-orange tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column11-red tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column11-magenta tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column11-violet tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column11-blue tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column11-cyan tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column11-green tr:nth-child(5) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base03 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base02 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base01 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base00 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base0 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base1 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base2 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column12-base3 tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column12-yellow tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column12-orange tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column12-red tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column12-magenta tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column12-violet tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column12-blue tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column12-cyan tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column12-green tr:nth-child(5) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base03 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base02 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base01 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base00 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base0 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base1 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base2 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column13-base3 tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column13-yellow tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column13-orange tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column13-red tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column13-magenta tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column13-violet tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column13-blue tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column13-cyan tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column13-green tr:nth-child(5) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base03 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base02 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base01 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base00 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base0 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base1 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base2 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column14-base3 tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column14-yellow tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column14-orange tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column14-red tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column14-magenta tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column14-violet tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column14-blue tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column14-cyan tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column14-green tr:nth-child(5) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base03 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base02 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base01 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base00 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base0 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base1 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base2 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column15-base3 tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column15-yellow tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column15-orange tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column15-red tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column15-magenta tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column15-violet tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column15-blue tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column15-cyan tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column15-green tr:nth-child(5) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base03 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base02 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base01 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base00 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base0 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base1 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base2 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column16-base3 tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column16-yellow tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column16-orange tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column16-red tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column16-magenta tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column16-violet tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column16-blue tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column16-cyan tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column16-green tr:nth-child(5) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base03 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base02 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base01 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base00 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base0 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base1 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base2 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column17-base3 tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column17-yellow tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column17-orange tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column17-red tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column17-magenta tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column17-violet tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column17-blue tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column17-cyan tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column17-green tr:nth-child(5) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base03 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base02 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base01 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base00 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base0 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base1 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base2 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column18-base3 tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column18-yellow tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column18-orange tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column18-red tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column18-magenta tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column18-violet tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column18-blue tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column18-cyan tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column18-green tr:nth-child(5) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base03 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base02 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base01 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base00 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base0 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base1 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base2 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row5-column19-base3 tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row5-column19-yellow tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row5-column19-orange tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row5-column19-red tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row5-column19-magenta tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row5-column19-violet tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row5-column19-blue tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row5-column19-cyan tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row5-column19-green tr:nth-child(5) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column6-border-left-solid th:nth-child(6),
.reveal .column6-border-left-solid td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column6-border-right-solid th:nth-child(6),
.reveal .column6-border-right-solid td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row6-border-top-solid tr:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row6-border-bottom-solid tr:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column6-border1-left-solid-head th:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column0-border1-left-solid tr:nth-child(6) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column1-border1-left-solid tr:nth-child(6) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column2-border1-left-solid tr:nth-child(6) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column3-border1-left-solid tr:nth-child(6) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column4-border1-left-solid tr:nth-child(6) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column5-border1-left-solid tr:nth-child(6) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column6-border1-left-solid tr:nth-child(6) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column7-border1-left-solid tr:nth-child(6) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column8-border1-left-solid tr:nth-child(6) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row6-column9-border1-left-solid tr:nth-child(6) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column6-border2-left-solid-head th:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column0-border2-left-solid tr:nth-child(6) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column1-border2-left-solid tr:nth-child(6) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column2-border2-left-solid tr:nth-child(6) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column3-border2-left-solid tr:nth-child(6) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column4-border2-left-solid tr:nth-child(6) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column5-border2-left-solid tr:nth-child(6) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column6-border2-left-solid tr:nth-child(6) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column7-border2-left-solid tr:nth-child(6) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column8-border2-left-solid tr:nth-child(6) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row6-column9-border2-left-solid tr:nth-child(6) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column6-border1-right-solid-head th:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column0-border1-right-solid tr:nth-child(6) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column1-border1-right-solid tr:nth-child(6) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column2-border1-right-solid tr:nth-child(6) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column3-border1-right-solid tr:nth-child(6) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column4-border1-right-solid tr:nth-child(6) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column5-border1-right-solid tr:nth-child(6) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column6-border1-right-solid tr:nth-child(6) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column7-border1-right-solid tr:nth-child(6) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column8-border1-right-solid tr:nth-child(6) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row6-column9-border1-right-solid tr:nth-child(6) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column6-border2-right-solid-head th:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column0-border2-right-solid tr:nth-child(6) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column1-border2-right-solid tr:nth-child(6) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column2-border2-right-solid tr:nth-child(6) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column3-border2-right-solid tr:nth-child(6) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column4-border2-right-solid tr:nth-child(6) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column5-border2-right-solid tr:nth-child(6) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column6-border2-right-solid tr:nth-child(6) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column7-border2-right-solid tr:nth-child(6) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column8-border2-right-solid tr:nth-child(6) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row6-column9-border2-right-solid tr:nth-child(6) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column6-border1-top-solid-head th:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column0-border1-top-solid tr:nth-child(6) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column1-border1-top-solid tr:nth-child(6) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column2-border1-top-solid tr:nth-child(6) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column3-border1-top-solid tr:nth-child(6) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column4-border1-top-solid tr:nth-child(6) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column5-border1-top-solid tr:nth-child(6) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column6-border1-top-solid tr:nth-child(6) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column7-border1-top-solid tr:nth-child(6) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column8-border1-top-solid tr:nth-child(6) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row6-column9-border1-top-solid tr:nth-child(6) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column6-border2-top-solid-head th:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column0-border2-top-solid tr:nth-child(6) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column1-border2-top-solid tr:nth-child(6) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column2-border2-top-solid tr:nth-child(6) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column3-border2-top-solid tr:nth-child(6) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column4-border2-top-solid tr:nth-child(6) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column5-border2-top-solid tr:nth-child(6) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column6-border2-top-solid tr:nth-child(6) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column7-border2-top-solid tr:nth-child(6) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column8-border2-top-solid tr:nth-child(6) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row6-column9-border2-top-solid tr:nth-child(6) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column6-border1-bottom-solid-head th:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column0-border1-bottom-solid tr:nth-child(6) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column1-border1-bottom-solid tr:nth-child(6) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column2-border1-bottom-solid tr:nth-child(6) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column3-border1-bottom-solid tr:nth-child(6) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column4-border1-bottom-solid tr:nth-child(6) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column5-border1-bottom-solid tr:nth-child(6) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column6-border1-bottom-solid tr:nth-child(6) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column7-border1-bottom-solid tr:nth-child(6) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column8-border1-bottom-solid tr:nth-child(6) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row6-column9-border1-bottom-solid tr:nth-child(6) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column6-border2-bottom-solid-head th:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column0-border2-bottom-solid tr:nth-child(6) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column1-border2-bottom-solid tr:nth-child(6) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column2-border2-bottom-solid tr:nth-child(6) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column3-border2-bottom-solid tr:nth-child(6) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column4-border2-bottom-solid tr:nth-child(6) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column5-border2-bottom-solid tr:nth-child(6) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column6-border2-bottom-solid tr:nth-child(6) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column7-border2-bottom-solid tr:nth-child(6) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column8-border2-bottom-solid tr:nth-child(6) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row6-column9-border2-bottom-solid tr:nth-child(6) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column6-border-left-dashed th:nth-child(6),
.reveal .column6-border-left-dashed td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column6-border-right-dashed th:nth-child(6),
.reveal .column6-border-right-dashed td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row6-border-top-dashed tr:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row6-border-bottom-dashed tr:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column6-border1-left-dashed-head th:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border1-left-dashed tr:nth-child(6) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border1-left-dashed tr:nth-child(6) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border1-left-dashed tr:nth-child(6) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border1-left-dashed tr:nth-child(6) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border1-left-dashed tr:nth-child(6) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border1-left-dashed tr:nth-child(6) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border1-left-dashed tr:nth-child(6) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border1-left-dashed tr:nth-child(6) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border1-left-dashed tr:nth-child(6) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border1-left-dashed tr:nth-child(6) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column6-border2-left-dashed-head th:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border2-left-dashed tr:nth-child(6) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border2-left-dashed tr:nth-child(6) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border2-left-dashed tr:nth-child(6) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border2-left-dashed tr:nth-child(6) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border2-left-dashed tr:nth-child(6) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border2-left-dashed tr:nth-child(6) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border2-left-dashed tr:nth-child(6) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border2-left-dashed tr:nth-child(6) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border2-left-dashed tr:nth-child(6) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border2-left-dashed tr:nth-child(6) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column6-border1-right-dashed-head th:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border1-right-dashed tr:nth-child(6) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border1-right-dashed tr:nth-child(6) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border1-right-dashed tr:nth-child(6) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border1-right-dashed tr:nth-child(6) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border1-right-dashed tr:nth-child(6) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border1-right-dashed tr:nth-child(6) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border1-right-dashed tr:nth-child(6) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border1-right-dashed tr:nth-child(6) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border1-right-dashed tr:nth-child(6) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border1-right-dashed tr:nth-child(6) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column6-border2-right-dashed-head th:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border2-right-dashed tr:nth-child(6) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border2-right-dashed tr:nth-child(6) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border2-right-dashed tr:nth-child(6) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border2-right-dashed tr:nth-child(6) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border2-right-dashed tr:nth-child(6) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border2-right-dashed tr:nth-child(6) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border2-right-dashed tr:nth-child(6) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border2-right-dashed tr:nth-child(6) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border2-right-dashed tr:nth-child(6) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border2-right-dashed tr:nth-child(6) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column6-border1-top-dashed-head th:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border1-top-dashed tr:nth-child(6) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border1-top-dashed tr:nth-child(6) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border1-top-dashed tr:nth-child(6) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border1-top-dashed tr:nth-child(6) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border1-top-dashed tr:nth-child(6) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border1-top-dashed tr:nth-child(6) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border1-top-dashed tr:nth-child(6) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border1-top-dashed tr:nth-child(6) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border1-top-dashed tr:nth-child(6) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border1-top-dashed tr:nth-child(6) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column6-border2-top-dashed-head th:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border2-top-dashed tr:nth-child(6) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border2-top-dashed tr:nth-child(6) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border2-top-dashed tr:nth-child(6) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border2-top-dashed tr:nth-child(6) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border2-top-dashed tr:nth-child(6) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border2-top-dashed tr:nth-child(6) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border2-top-dashed tr:nth-child(6) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border2-top-dashed tr:nth-child(6) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border2-top-dashed tr:nth-child(6) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border2-top-dashed tr:nth-child(6) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column6-border1-bottom-dashed-head th:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border1-bottom-dashed tr:nth-child(6) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border1-bottom-dashed tr:nth-child(6) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border1-bottom-dashed tr:nth-child(6) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border1-bottom-dashed tr:nth-child(6) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border1-bottom-dashed tr:nth-child(6) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border1-bottom-dashed tr:nth-child(6) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border1-bottom-dashed tr:nth-child(6) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border1-bottom-dashed tr:nth-child(6) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border1-bottom-dashed tr:nth-child(6) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border1-bottom-dashed tr:nth-child(6) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column6-border2-bottom-dashed-head th:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column0-border2-bottom-dashed tr:nth-child(6) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column1-border2-bottom-dashed tr:nth-child(6) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column2-border2-bottom-dashed tr:nth-child(6) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column3-border2-bottom-dashed tr:nth-child(6) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column4-border2-bottom-dashed tr:nth-child(6) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column5-border2-bottom-dashed tr:nth-child(6) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column6-border2-bottom-dashed tr:nth-child(6) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column7-border2-bottom-dashed tr:nth-child(6) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column8-border2-bottom-dashed tr:nth-child(6) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row6-column9-border2-bottom-dashed tr:nth-child(6) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column6-border-left-dotted th:nth-child(6),
.reveal .column6-border-left-dotted td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column6-border-right-dotted th:nth-child(6),
.reveal .column6-border-right-dotted td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row6-border-top-dotted tr:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row6-border-bottom-dotted tr:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column6-border1-left-dotted-head th:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border1-left-dotted tr:nth-child(6) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border1-left-dotted tr:nth-child(6) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border1-left-dotted tr:nth-child(6) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border1-left-dotted tr:nth-child(6) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border1-left-dotted tr:nth-child(6) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border1-left-dotted tr:nth-child(6) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border1-left-dotted tr:nth-child(6) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border1-left-dotted tr:nth-child(6) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border1-left-dotted tr:nth-child(6) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border1-left-dotted tr:nth-child(6) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column6-border2-left-dotted-head th:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border2-left-dotted tr:nth-child(6) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border2-left-dotted tr:nth-child(6) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border2-left-dotted tr:nth-child(6) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border2-left-dotted tr:nth-child(6) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border2-left-dotted tr:nth-child(6) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border2-left-dotted tr:nth-child(6) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border2-left-dotted tr:nth-child(6) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border2-left-dotted tr:nth-child(6) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border2-left-dotted tr:nth-child(6) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border2-left-dotted tr:nth-child(6) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column6-border1-right-dotted-head th:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border1-right-dotted tr:nth-child(6) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border1-right-dotted tr:nth-child(6) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border1-right-dotted tr:nth-child(6) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border1-right-dotted tr:nth-child(6) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border1-right-dotted tr:nth-child(6) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border1-right-dotted tr:nth-child(6) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border1-right-dotted tr:nth-child(6) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border1-right-dotted tr:nth-child(6) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border1-right-dotted tr:nth-child(6) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border1-right-dotted tr:nth-child(6) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column6-border2-right-dotted-head th:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border2-right-dotted tr:nth-child(6) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border2-right-dotted tr:nth-child(6) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border2-right-dotted tr:nth-child(6) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border2-right-dotted tr:nth-child(6) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border2-right-dotted tr:nth-child(6) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border2-right-dotted tr:nth-child(6) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border2-right-dotted tr:nth-child(6) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border2-right-dotted tr:nth-child(6) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border2-right-dotted tr:nth-child(6) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border2-right-dotted tr:nth-child(6) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column6-border1-top-dotted-head th:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border1-top-dotted tr:nth-child(6) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border1-top-dotted tr:nth-child(6) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border1-top-dotted tr:nth-child(6) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border1-top-dotted tr:nth-child(6) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border1-top-dotted tr:nth-child(6) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border1-top-dotted tr:nth-child(6) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border1-top-dotted tr:nth-child(6) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border1-top-dotted tr:nth-child(6) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border1-top-dotted tr:nth-child(6) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border1-top-dotted tr:nth-child(6) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column6-border2-top-dotted-head th:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border2-top-dotted tr:nth-child(6) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border2-top-dotted tr:nth-child(6) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border2-top-dotted tr:nth-child(6) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border2-top-dotted tr:nth-child(6) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border2-top-dotted tr:nth-child(6) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border2-top-dotted tr:nth-child(6) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border2-top-dotted tr:nth-child(6) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border2-top-dotted tr:nth-child(6) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border2-top-dotted tr:nth-child(6) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border2-top-dotted tr:nth-child(6) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column6-border1-bottom-dotted-head th:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border1-bottom-dotted tr:nth-child(6) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border1-bottom-dotted tr:nth-child(6) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border1-bottom-dotted tr:nth-child(6) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border1-bottom-dotted tr:nth-child(6) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border1-bottom-dotted tr:nth-child(6) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border1-bottom-dotted tr:nth-child(6) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border1-bottom-dotted tr:nth-child(6) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border1-bottom-dotted tr:nth-child(6) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border1-bottom-dotted tr:nth-child(6) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border1-bottom-dotted tr:nth-child(6) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column6-border2-bottom-dotted-head th:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column0-border2-bottom-dotted tr:nth-child(6) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column1-border2-bottom-dotted tr:nth-child(6) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column2-border2-bottom-dotted tr:nth-child(6) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column3-border2-bottom-dotted tr:nth-child(6) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column4-border2-bottom-dotted tr:nth-child(6) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column5-border2-bottom-dotted tr:nth-child(6) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column6-border2-bottom-dotted tr:nth-child(6) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column7-border2-bottom-dotted tr:nth-child(6) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column8-border2-bottom-dotted tr:nth-child(6) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row6-column9-border2-bottom-dotted tr:nth-child(6) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column6-bold td:nth-child(6) {
  font-weight: 800;
}

.reveal .head-highlight-6 th:nth-child(n + 6) {
  background-color: var(--solarized-base2);
}

.reveal .row6-column0-base03 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base02 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base01 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base00 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base0 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base1 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base2 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column0-base3 tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column0-yellow tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column0-orange tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column0-red tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column0-magenta tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column0-violet tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column0-blue tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column0-cyan tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column0-green tr:nth-child(6) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base03 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base02 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base01 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base00 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base0 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base1 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base2 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column1-base3 tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column1-yellow tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column1-orange tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column1-red tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column1-magenta tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column1-violet tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column1-blue tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column1-cyan tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column1-green tr:nth-child(6) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base03 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base02 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base01 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base00 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base0 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base1 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base2 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column2-base3 tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column2-yellow tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column2-orange tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column2-red tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column2-magenta tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column2-violet tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column2-blue tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column2-cyan tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column2-green tr:nth-child(6) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base03 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base02 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base01 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base00 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base0 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base1 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base2 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column3-base3 tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column3-yellow tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column3-orange tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column3-red tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column3-magenta tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column3-violet tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column3-blue tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column3-cyan tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column3-green tr:nth-child(6) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base03 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base02 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base01 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base00 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base0 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base1 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base2 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column4-base3 tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column4-yellow tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column4-orange tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column4-red tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column4-magenta tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column4-violet tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column4-blue tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column4-cyan tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column4-green tr:nth-child(6) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base03 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base02 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base01 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base00 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base0 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base1 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base2 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column5-base3 tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column5-yellow tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column5-orange tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column5-red tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column5-magenta tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column5-violet tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column5-blue tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column5-cyan tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column5-green tr:nth-child(6) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base03 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base02 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base01 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base00 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base0 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base1 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base2 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column6-base3 tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column6-yellow tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column6-orange tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column6-red tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column6-magenta tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column6-violet tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column6-blue tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column6-cyan tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column6-green tr:nth-child(6) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base03 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base02 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base01 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base00 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base0 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base1 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base2 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column7-base3 tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column7-yellow tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column7-orange tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column7-red tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column7-magenta tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column7-violet tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column7-blue tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column7-cyan tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column7-green tr:nth-child(6) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base03 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base02 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base01 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base00 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base0 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base1 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base2 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column8-base3 tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column8-yellow tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column8-orange tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column8-red tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column8-magenta tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column8-violet tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column8-blue tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column8-cyan tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column8-green tr:nth-child(6) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base03 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base02 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base01 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base00 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base0 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base1 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base2 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column9-base3 tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column9-yellow tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column9-orange tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column9-red tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column9-magenta tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column9-violet tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column9-blue tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column9-cyan tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column9-green tr:nth-child(6) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base03 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base02 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base01 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base00 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base0 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base1 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base2 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column10-base3 tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column10-yellow tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column10-orange tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column10-red tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column10-magenta tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column10-violet tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column10-blue tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column10-cyan tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column10-green tr:nth-child(6) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base03 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base02 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base01 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base00 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base0 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base1 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base2 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column11-base3 tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column11-yellow tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column11-orange tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column11-red tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column11-magenta tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column11-violet tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column11-blue tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column11-cyan tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column11-green tr:nth-child(6) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base03 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base02 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base01 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base00 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base0 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base1 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base2 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column12-base3 tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column12-yellow tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column12-orange tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column12-red tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column12-magenta tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column12-violet tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column12-blue tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column12-cyan tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column12-green tr:nth-child(6) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base03 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base02 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base01 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base00 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base0 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base1 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base2 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column13-base3 tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column13-yellow tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column13-orange tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column13-red tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column13-magenta tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column13-violet tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column13-blue tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column13-cyan tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column13-green tr:nth-child(6) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base03 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base02 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base01 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base00 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base0 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base1 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base2 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column14-base3 tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column14-yellow tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column14-orange tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column14-red tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column14-magenta tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column14-violet tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column14-blue tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column14-cyan tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column14-green tr:nth-child(6) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base03 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base02 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base01 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base00 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base0 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base1 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base2 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column15-base3 tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column15-yellow tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column15-orange tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column15-red tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column15-magenta tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column15-violet tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column15-blue tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column15-cyan tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column15-green tr:nth-child(6) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base03 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base02 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base01 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base00 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base0 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base1 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base2 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column16-base3 tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column16-yellow tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column16-orange tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column16-red tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column16-magenta tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column16-violet tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column16-blue tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column16-cyan tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column16-green tr:nth-child(6) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base03 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base02 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base01 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base00 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base0 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base1 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base2 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column17-base3 tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column17-yellow tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column17-orange tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column17-red tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column17-magenta tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column17-violet tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column17-blue tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column17-cyan tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column17-green tr:nth-child(6) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base03 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base02 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base01 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base00 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base0 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base1 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base2 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column18-base3 tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column18-yellow tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column18-orange tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column18-red tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column18-magenta tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column18-violet tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column18-blue tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column18-cyan tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column18-green tr:nth-child(6) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base03 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base02 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base01 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base00 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base0 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base1 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base2 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row6-column19-base3 tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row6-column19-yellow tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row6-column19-orange tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row6-column19-red tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row6-column19-magenta tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row6-column19-violet tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row6-column19-blue tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row6-column19-cyan tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row6-column19-green tr:nth-child(6) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column7-border-left-solid th:nth-child(7),
.reveal .column7-border-left-solid td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column7-border-right-solid th:nth-child(7),
.reveal .column7-border-right-solid td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row7-border-top-solid tr:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row7-border-bottom-solid tr:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column7-border1-left-solid-head th:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column0-border1-left-solid tr:nth-child(7) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column1-border1-left-solid tr:nth-child(7) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column2-border1-left-solid tr:nth-child(7) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column3-border1-left-solid tr:nth-child(7) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column4-border1-left-solid tr:nth-child(7) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column5-border1-left-solid tr:nth-child(7) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column6-border1-left-solid tr:nth-child(7) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column7-border1-left-solid tr:nth-child(7) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column8-border1-left-solid tr:nth-child(7) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row7-column9-border1-left-solid tr:nth-child(7) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column7-border2-left-solid-head th:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column0-border2-left-solid tr:nth-child(7) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column1-border2-left-solid tr:nth-child(7) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column2-border2-left-solid tr:nth-child(7) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column3-border2-left-solid tr:nth-child(7) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column4-border2-left-solid tr:nth-child(7) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column5-border2-left-solid tr:nth-child(7) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column6-border2-left-solid tr:nth-child(7) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column7-border2-left-solid tr:nth-child(7) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column8-border2-left-solid tr:nth-child(7) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row7-column9-border2-left-solid tr:nth-child(7) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column7-border1-right-solid-head th:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column0-border1-right-solid tr:nth-child(7) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column1-border1-right-solid tr:nth-child(7) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column2-border1-right-solid tr:nth-child(7) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column3-border1-right-solid tr:nth-child(7) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column4-border1-right-solid tr:nth-child(7) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column5-border1-right-solid tr:nth-child(7) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column6-border1-right-solid tr:nth-child(7) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column7-border1-right-solid tr:nth-child(7) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column8-border1-right-solid tr:nth-child(7) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row7-column9-border1-right-solid tr:nth-child(7) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column7-border2-right-solid-head th:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column0-border2-right-solid tr:nth-child(7) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column1-border2-right-solid tr:nth-child(7) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column2-border2-right-solid tr:nth-child(7) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column3-border2-right-solid tr:nth-child(7) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column4-border2-right-solid tr:nth-child(7) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column5-border2-right-solid tr:nth-child(7) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column6-border2-right-solid tr:nth-child(7) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column7-border2-right-solid tr:nth-child(7) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column8-border2-right-solid tr:nth-child(7) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row7-column9-border2-right-solid tr:nth-child(7) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column7-border1-top-solid-head th:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column0-border1-top-solid tr:nth-child(7) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column1-border1-top-solid tr:nth-child(7) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column2-border1-top-solid tr:nth-child(7) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column3-border1-top-solid tr:nth-child(7) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column4-border1-top-solid tr:nth-child(7) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column5-border1-top-solid tr:nth-child(7) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column6-border1-top-solid tr:nth-child(7) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column7-border1-top-solid tr:nth-child(7) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column8-border1-top-solid tr:nth-child(7) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row7-column9-border1-top-solid tr:nth-child(7) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column7-border2-top-solid-head th:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column0-border2-top-solid tr:nth-child(7) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column1-border2-top-solid tr:nth-child(7) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column2-border2-top-solid tr:nth-child(7) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column3-border2-top-solid tr:nth-child(7) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column4-border2-top-solid tr:nth-child(7) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column5-border2-top-solid tr:nth-child(7) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column6-border2-top-solid tr:nth-child(7) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column7-border2-top-solid tr:nth-child(7) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column8-border2-top-solid tr:nth-child(7) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row7-column9-border2-top-solid tr:nth-child(7) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column7-border1-bottom-solid-head th:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column0-border1-bottom-solid tr:nth-child(7) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column1-border1-bottom-solid tr:nth-child(7) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column2-border1-bottom-solid tr:nth-child(7) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column3-border1-bottom-solid tr:nth-child(7) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column4-border1-bottom-solid tr:nth-child(7) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column5-border1-bottom-solid tr:nth-child(7) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column6-border1-bottom-solid tr:nth-child(7) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column7-border1-bottom-solid tr:nth-child(7) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column8-border1-bottom-solid tr:nth-child(7) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row7-column9-border1-bottom-solid tr:nth-child(7) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column7-border2-bottom-solid-head th:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column0-border2-bottom-solid tr:nth-child(7) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column1-border2-bottom-solid tr:nth-child(7) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column2-border2-bottom-solid tr:nth-child(7) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column3-border2-bottom-solid tr:nth-child(7) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column4-border2-bottom-solid tr:nth-child(7) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column5-border2-bottom-solid tr:nth-child(7) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column6-border2-bottom-solid tr:nth-child(7) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column7-border2-bottom-solid tr:nth-child(7) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column8-border2-bottom-solid tr:nth-child(7) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row7-column9-border2-bottom-solid tr:nth-child(7) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column7-border-left-dashed th:nth-child(7),
.reveal .column7-border-left-dashed td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column7-border-right-dashed th:nth-child(7),
.reveal .column7-border-right-dashed td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row7-border-top-dashed tr:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row7-border-bottom-dashed tr:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column7-border1-left-dashed-head th:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border1-left-dashed tr:nth-child(7) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border1-left-dashed tr:nth-child(7) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border1-left-dashed tr:nth-child(7) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border1-left-dashed tr:nth-child(7) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border1-left-dashed tr:nth-child(7) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border1-left-dashed tr:nth-child(7) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border1-left-dashed tr:nth-child(7) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border1-left-dashed tr:nth-child(7) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border1-left-dashed tr:nth-child(7) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border1-left-dashed tr:nth-child(7) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column7-border2-left-dashed-head th:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border2-left-dashed tr:nth-child(7) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border2-left-dashed tr:nth-child(7) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border2-left-dashed tr:nth-child(7) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border2-left-dashed tr:nth-child(7) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border2-left-dashed tr:nth-child(7) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border2-left-dashed tr:nth-child(7) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border2-left-dashed tr:nth-child(7) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border2-left-dashed tr:nth-child(7) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border2-left-dashed tr:nth-child(7) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border2-left-dashed tr:nth-child(7) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column7-border1-right-dashed-head th:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border1-right-dashed tr:nth-child(7) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border1-right-dashed tr:nth-child(7) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border1-right-dashed tr:nth-child(7) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border1-right-dashed tr:nth-child(7) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border1-right-dashed tr:nth-child(7) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border1-right-dashed tr:nth-child(7) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border1-right-dashed tr:nth-child(7) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border1-right-dashed tr:nth-child(7) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border1-right-dashed tr:nth-child(7) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border1-right-dashed tr:nth-child(7) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column7-border2-right-dashed-head th:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border2-right-dashed tr:nth-child(7) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border2-right-dashed tr:nth-child(7) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border2-right-dashed tr:nth-child(7) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border2-right-dashed tr:nth-child(7) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border2-right-dashed tr:nth-child(7) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border2-right-dashed tr:nth-child(7) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border2-right-dashed tr:nth-child(7) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border2-right-dashed tr:nth-child(7) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border2-right-dashed tr:nth-child(7) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border2-right-dashed tr:nth-child(7) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column7-border1-top-dashed-head th:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border1-top-dashed tr:nth-child(7) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border1-top-dashed tr:nth-child(7) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border1-top-dashed tr:nth-child(7) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border1-top-dashed tr:nth-child(7) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border1-top-dashed tr:nth-child(7) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border1-top-dashed tr:nth-child(7) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border1-top-dashed tr:nth-child(7) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border1-top-dashed tr:nth-child(7) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border1-top-dashed tr:nth-child(7) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border1-top-dashed tr:nth-child(7) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column7-border2-top-dashed-head th:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border2-top-dashed tr:nth-child(7) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border2-top-dashed tr:nth-child(7) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border2-top-dashed tr:nth-child(7) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border2-top-dashed tr:nth-child(7) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border2-top-dashed tr:nth-child(7) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border2-top-dashed tr:nth-child(7) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border2-top-dashed tr:nth-child(7) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border2-top-dashed tr:nth-child(7) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border2-top-dashed tr:nth-child(7) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border2-top-dashed tr:nth-child(7) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column7-border1-bottom-dashed-head th:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border1-bottom-dashed tr:nth-child(7) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border1-bottom-dashed tr:nth-child(7) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border1-bottom-dashed tr:nth-child(7) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border1-bottom-dashed tr:nth-child(7) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border1-bottom-dashed tr:nth-child(7) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border1-bottom-dashed tr:nth-child(7) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border1-bottom-dashed tr:nth-child(7) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border1-bottom-dashed tr:nth-child(7) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border1-bottom-dashed tr:nth-child(7) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border1-bottom-dashed tr:nth-child(7) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column7-border2-bottom-dashed-head th:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column0-border2-bottom-dashed tr:nth-child(7) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column1-border2-bottom-dashed tr:nth-child(7) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column2-border2-bottom-dashed tr:nth-child(7) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column3-border2-bottom-dashed tr:nth-child(7) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column4-border2-bottom-dashed tr:nth-child(7) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column5-border2-bottom-dashed tr:nth-child(7) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column6-border2-bottom-dashed tr:nth-child(7) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column7-border2-bottom-dashed tr:nth-child(7) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column8-border2-bottom-dashed tr:nth-child(7) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row7-column9-border2-bottom-dashed tr:nth-child(7) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column7-border-left-dotted th:nth-child(7),
.reveal .column7-border-left-dotted td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column7-border-right-dotted th:nth-child(7),
.reveal .column7-border-right-dotted td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row7-border-top-dotted tr:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row7-border-bottom-dotted tr:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column7-border1-left-dotted-head th:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border1-left-dotted tr:nth-child(7) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border1-left-dotted tr:nth-child(7) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border1-left-dotted tr:nth-child(7) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border1-left-dotted tr:nth-child(7) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border1-left-dotted tr:nth-child(7) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border1-left-dotted tr:nth-child(7) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border1-left-dotted tr:nth-child(7) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border1-left-dotted tr:nth-child(7) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border1-left-dotted tr:nth-child(7) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border1-left-dotted tr:nth-child(7) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column7-border2-left-dotted-head th:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border2-left-dotted tr:nth-child(7) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border2-left-dotted tr:nth-child(7) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border2-left-dotted tr:nth-child(7) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border2-left-dotted tr:nth-child(7) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border2-left-dotted tr:nth-child(7) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border2-left-dotted tr:nth-child(7) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border2-left-dotted tr:nth-child(7) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border2-left-dotted tr:nth-child(7) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border2-left-dotted tr:nth-child(7) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border2-left-dotted tr:nth-child(7) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column7-border1-right-dotted-head th:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border1-right-dotted tr:nth-child(7) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border1-right-dotted tr:nth-child(7) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border1-right-dotted tr:nth-child(7) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border1-right-dotted tr:nth-child(7) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border1-right-dotted tr:nth-child(7) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border1-right-dotted tr:nth-child(7) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border1-right-dotted tr:nth-child(7) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border1-right-dotted tr:nth-child(7) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border1-right-dotted tr:nth-child(7) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border1-right-dotted tr:nth-child(7) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column7-border2-right-dotted-head th:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border2-right-dotted tr:nth-child(7) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border2-right-dotted tr:nth-child(7) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border2-right-dotted tr:nth-child(7) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border2-right-dotted tr:nth-child(7) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border2-right-dotted tr:nth-child(7) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border2-right-dotted tr:nth-child(7) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border2-right-dotted tr:nth-child(7) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border2-right-dotted tr:nth-child(7) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border2-right-dotted tr:nth-child(7) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border2-right-dotted tr:nth-child(7) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column7-border1-top-dotted-head th:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border1-top-dotted tr:nth-child(7) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border1-top-dotted tr:nth-child(7) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border1-top-dotted tr:nth-child(7) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border1-top-dotted tr:nth-child(7) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border1-top-dotted tr:nth-child(7) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border1-top-dotted tr:nth-child(7) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border1-top-dotted tr:nth-child(7) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border1-top-dotted tr:nth-child(7) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border1-top-dotted tr:nth-child(7) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border1-top-dotted tr:nth-child(7) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column7-border2-top-dotted-head th:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border2-top-dotted tr:nth-child(7) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border2-top-dotted tr:nth-child(7) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border2-top-dotted tr:nth-child(7) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border2-top-dotted tr:nth-child(7) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border2-top-dotted tr:nth-child(7) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border2-top-dotted tr:nth-child(7) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border2-top-dotted tr:nth-child(7) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border2-top-dotted tr:nth-child(7) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border2-top-dotted tr:nth-child(7) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border2-top-dotted tr:nth-child(7) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column7-border1-bottom-dotted-head th:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border1-bottom-dotted tr:nth-child(7) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border1-bottom-dotted tr:nth-child(7) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border1-bottom-dotted tr:nth-child(7) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border1-bottom-dotted tr:nth-child(7) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border1-bottom-dotted tr:nth-child(7) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border1-bottom-dotted tr:nth-child(7) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border1-bottom-dotted tr:nth-child(7) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border1-bottom-dotted tr:nth-child(7) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border1-bottom-dotted tr:nth-child(7) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border1-bottom-dotted tr:nth-child(7) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column7-border2-bottom-dotted-head th:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column0-border2-bottom-dotted tr:nth-child(7) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column1-border2-bottom-dotted tr:nth-child(7) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column2-border2-bottom-dotted tr:nth-child(7) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column3-border2-bottom-dotted tr:nth-child(7) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column4-border2-bottom-dotted tr:nth-child(7) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column5-border2-bottom-dotted tr:nth-child(7) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column6-border2-bottom-dotted tr:nth-child(7) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column7-border2-bottom-dotted tr:nth-child(7) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column8-border2-bottom-dotted tr:nth-child(7) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row7-column9-border2-bottom-dotted tr:nth-child(7) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column7-bold td:nth-child(7) {
  font-weight: 800;
}

.reveal .head-highlight-7 th:nth-child(n + 7) {
  background-color: var(--solarized-base2);
}

.reveal .row7-column0-base03 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base02 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base01 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base00 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base0 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base1 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base2 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column0-base3 tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column0-yellow tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column0-orange tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column0-red tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column0-magenta tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column0-violet tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column0-blue tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column0-cyan tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column0-green tr:nth-child(7) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base03 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base02 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base01 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base00 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base0 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base1 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base2 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column1-base3 tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column1-yellow tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column1-orange tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column1-red tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column1-magenta tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column1-violet tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column1-blue tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column1-cyan tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column1-green tr:nth-child(7) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base03 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base02 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base01 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base00 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base0 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base1 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base2 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column2-base3 tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column2-yellow tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column2-orange tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column2-red tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column2-magenta tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column2-violet tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column2-blue tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column2-cyan tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column2-green tr:nth-child(7) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base03 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base02 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base01 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base00 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base0 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base1 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base2 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column3-base3 tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column3-yellow tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column3-orange tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column3-red tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column3-magenta tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column3-violet tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column3-blue tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column3-cyan tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column3-green tr:nth-child(7) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base03 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base02 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base01 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base00 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base0 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base1 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base2 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column4-base3 tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column4-yellow tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column4-orange tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column4-red tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column4-magenta tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column4-violet tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column4-blue tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column4-cyan tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column4-green tr:nth-child(7) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base03 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base02 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base01 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base00 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base0 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base1 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base2 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column5-base3 tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column5-yellow tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column5-orange tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column5-red tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column5-magenta tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column5-violet tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column5-blue tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column5-cyan tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column5-green tr:nth-child(7) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base03 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base02 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base01 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base00 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base0 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base1 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base2 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column6-base3 tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column6-yellow tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column6-orange tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column6-red tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column6-magenta tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column6-violet tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column6-blue tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column6-cyan tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column6-green tr:nth-child(7) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base03 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base02 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base01 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base00 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base0 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base1 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base2 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column7-base3 tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column7-yellow tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column7-orange tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column7-red tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column7-magenta tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column7-violet tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column7-blue tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column7-cyan tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column7-green tr:nth-child(7) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base03 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base02 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base01 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base00 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base0 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base1 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base2 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column8-base3 tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column8-yellow tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column8-orange tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column8-red tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column8-magenta tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column8-violet tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column8-blue tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column8-cyan tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column8-green tr:nth-child(7) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base03 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base02 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base01 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base00 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base0 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base1 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base2 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column9-base3 tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column9-yellow tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column9-orange tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column9-red tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column9-magenta tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column9-violet tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column9-blue tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column9-cyan tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column9-green tr:nth-child(7) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base03 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base02 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base01 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base00 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base0 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base1 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base2 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column10-base3 tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column10-yellow tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column10-orange tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column10-red tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column10-magenta tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column10-violet tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column10-blue tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column10-cyan tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column10-green tr:nth-child(7) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base03 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base02 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base01 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base00 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base0 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base1 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base2 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column11-base3 tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column11-yellow tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column11-orange tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column11-red tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column11-magenta tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column11-violet tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column11-blue tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column11-cyan tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column11-green tr:nth-child(7) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base03 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base02 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base01 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base00 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base0 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base1 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base2 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column12-base3 tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column12-yellow tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column12-orange tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column12-red tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column12-magenta tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column12-violet tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column12-blue tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column12-cyan tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column12-green tr:nth-child(7) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base03 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base02 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base01 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base00 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base0 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base1 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base2 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column13-base3 tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column13-yellow tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column13-orange tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column13-red tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column13-magenta tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column13-violet tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column13-blue tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column13-cyan tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column13-green tr:nth-child(7) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base03 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base02 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base01 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base00 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base0 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base1 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base2 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column14-base3 tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column14-yellow tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column14-orange tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column14-red tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column14-magenta tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column14-violet tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column14-blue tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column14-cyan tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column14-green tr:nth-child(7) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base03 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base02 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base01 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base00 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base0 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base1 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base2 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column15-base3 tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column15-yellow tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column15-orange tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column15-red tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column15-magenta tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column15-violet tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column15-blue tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column15-cyan tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column15-green tr:nth-child(7) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base03 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base02 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base01 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base00 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base0 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base1 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base2 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column16-base3 tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column16-yellow tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column16-orange tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column16-red tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column16-magenta tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column16-violet tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column16-blue tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column16-cyan tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column16-green tr:nth-child(7) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base03 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base02 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base01 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base00 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base0 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base1 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base2 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column17-base3 tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column17-yellow tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column17-orange tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column17-red tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column17-magenta tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column17-violet tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column17-blue tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column17-cyan tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column17-green tr:nth-child(7) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base03 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base02 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base01 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base00 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base0 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base1 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base2 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column18-base3 tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column18-yellow tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column18-orange tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column18-red tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column18-magenta tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column18-violet tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column18-blue tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column18-cyan tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column18-green tr:nth-child(7) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base03 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base02 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base01 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base00 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base0 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base1 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base2 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row7-column19-base3 tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row7-column19-yellow tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row7-column19-orange tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row7-column19-red tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row7-column19-magenta tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row7-column19-violet tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row7-column19-blue tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row7-column19-cyan tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row7-column19-green tr:nth-child(7) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column8-border-left-solid th:nth-child(8),
.reveal .column8-border-left-solid td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column8-border-right-solid th:nth-child(8),
.reveal .column8-border-right-solid td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row8-border-top-solid tr:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row8-border-bottom-solid tr:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column8-border1-left-solid-head th:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column0-border1-left-solid tr:nth-child(8) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column1-border1-left-solid tr:nth-child(8) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column2-border1-left-solid tr:nth-child(8) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column3-border1-left-solid tr:nth-child(8) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column4-border1-left-solid tr:nth-child(8) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column5-border1-left-solid tr:nth-child(8) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column6-border1-left-solid tr:nth-child(8) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column7-border1-left-solid tr:nth-child(8) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column8-border1-left-solid tr:nth-child(8) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row8-column9-border1-left-solid tr:nth-child(8) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column8-border2-left-solid-head th:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column0-border2-left-solid tr:nth-child(8) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column1-border2-left-solid tr:nth-child(8) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column2-border2-left-solid tr:nth-child(8) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column3-border2-left-solid tr:nth-child(8) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column4-border2-left-solid tr:nth-child(8) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column5-border2-left-solid tr:nth-child(8) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column6-border2-left-solid tr:nth-child(8) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column7-border2-left-solid tr:nth-child(8) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column8-border2-left-solid tr:nth-child(8) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row8-column9-border2-left-solid tr:nth-child(8) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column8-border1-right-solid-head th:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column0-border1-right-solid tr:nth-child(8) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column1-border1-right-solid tr:nth-child(8) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column2-border1-right-solid tr:nth-child(8) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column3-border1-right-solid tr:nth-child(8) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column4-border1-right-solid tr:nth-child(8) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column5-border1-right-solid tr:nth-child(8) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column6-border1-right-solid tr:nth-child(8) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column7-border1-right-solid tr:nth-child(8) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column8-border1-right-solid tr:nth-child(8) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row8-column9-border1-right-solid tr:nth-child(8) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column8-border2-right-solid-head th:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column0-border2-right-solid tr:nth-child(8) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column1-border2-right-solid tr:nth-child(8) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column2-border2-right-solid tr:nth-child(8) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column3-border2-right-solid tr:nth-child(8) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column4-border2-right-solid tr:nth-child(8) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column5-border2-right-solid tr:nth-child(8) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column6-border2-right-solid tr:nth-child(8) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column7-border2-right-solid tr:nth-child(8) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column8-border2-right-solid tr:nth-child(8) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row8-column9-border2-right-solid tr:nth-child(8) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column8-border1-top-solid-head th:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column0-border1-top-solid tr:nth-child(8) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column1-border1-top-solid tr:nth-child(8) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column2-border1-top-solid tr:nth-child(8) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column3-border1-top-solid tr:nth-child(8) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column4-border1-top-solid tr:nth-child(8) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column5-border1-top-solid tr:nth-child(8) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column6-border1-top-solid tr:nth-child(8) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column7-border1-top-solid tr:nth-child(8) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column8-border1-top-solid tr:nth-child(8) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row8-column9-border1-top-solid tr:nth-child(8) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column8-border2-top-solid-head th:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column0-border2-top-solid tr:nth-child(8) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column1-border2-top-solid tr:nth-child(8) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column2-border2-top-solid tr:nth-child(8) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column3-border2-top-solid tr:nth-child(8) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column4-border2-top-solid tr:nth-child(8) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column5-border2-top-solid tr:nth-child(8) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column6-border2-top-solid tr:nth-child(8) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column7-border2-top-solid tr:nth-child(8) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column8-border2-top-solid tr:nth-child(8) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row8-column9-border2-top-solid tr:nth-child(8) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column8-border1-bottom-solid-head th:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column0-border1-bottom-solid tr:nth-child(8) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column1-border1-bottom-solid tr:nth-child(8) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column2-border1-bottom-solid tr:nth-child(8) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column3-border1-bottom-solid tr:nth-child(8) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column4-border1-bottom-solid tr:nth-child(8) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column5-border1-bottom-solid tr:nth-child(8) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column6-border1-bottom-solid tr:nth-child(8) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column7-border1-bottom-solid tr:nth-child(8) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column8-border1-bottom-solid tr:nth-child(8) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row8-column9-border1-bottom-solid tr:nth-child(8) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column8-border2-bottom-solid-head th:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column0-border2-bottom-solid tr:nth-child(8) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column1-border2-bottom-solid tr:nth-child(8) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column2-border2-bottom-solid tr:nth-child(8) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column3-border2-bottom-solid tr:nth-child(8) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column4-border2-bottom-solid tr:nth-child(8) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column5-border2-bottom-solid tr:nth-child(8) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column6-border2-bottom-solid tr:nth-child(8) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column7-border2-bottom-solid tr:nth-child(8) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column8-border2-bottom-solid tr:nth-child(8) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row8-column9-border2-bottom-solid tr:nth-child(8) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column8-border-left-dashed th:nth-child(8),
.reveal .column8-border-left-dashed td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column8-border-right-dashed th:nth-child(8),
.reveal .column8-border-right-dashed td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row8-border-top-dashed tr:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row8-border-bottom-dashed tr:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column8-border1-left-dashed-head th:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border1-left-dashed tr:nth-child(8) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border1-left-dashed tr:nth-child(8) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border1-left-dashed tr:nth-child(8) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border1-left-dashed tr:nth-child(8) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border1-left-dashed tr:nth-child(8) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border1-left-dashed tr:nth-child(8) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border1-left-dashed tr:nth-child(8) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border1-left-dashed tr:nth-child(8) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border1-left-dashed tr:nth-child(8) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border1-left-dashed tr:nth-child(8) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column8-border2-left-dashed-head th:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border2-left-dashed tr:nth-child(8) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border2-left-dashed tr:nth-child(8) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border2-left-dashed tr:nth-child(8) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border2-left-dashed tr:nth-child(8) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border2-left-dashed tr:nth-child(8) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border2-left-dashed tr:nth-child(8) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border2-left-dashed tr:nth-child(8) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border2-left-dashed tr:nth-child(8) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border2-left-dashed tr:nth-child(8) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border2-left-dashed tr:nth-child(8) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column8-border1-right-dashed-head th:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border1-right-dashed tr:nth-child(8) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border1-right-dashed tr:nth-child(8) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border1-right-dashed tr:nth-child(8) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border1-right-dashed tr:nth-child(8) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border1-right-dashed tr:nth-child(8) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border1-right-dashed tr:nth-child(8) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border1-right-dashed tr:nth-child(8) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border1-right-dashed tr:nth-child(8) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border1-right-dashed tr:nth-child(8) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border1-right-dashed tr:nth-child(8) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column8-border2-right-dashed-head th:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border2-right-dashed tr:nth-child(8) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border2-right-dashed tr:nth-child(8) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border2-right-dashed tr:nth-child(8) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border2-right-dashed tr:nth-child(8) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border2-right-dashed tr:nth-child(8) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border2-right-dashed tr:nth-child(8) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border2-right-dashed tr:nth-child(8) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border2-right-dashed tr:nth-child(8) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border2-right-dashed tr:nth-child(8) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border2-right-dashed tr:nth-child(8) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column8-border1-top-dashed-head th:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border1-top-dashed tr:nth-child(8) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border1-top-dashed tr:nth-child(8) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border1-top-dashed tr:nth-child(8) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border1-top-dashed tr:nth-child(8) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border1-top-dashed tr:nth-child(8) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border1-top-dashed tr:nth-child(8) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border1-top-dashed tr:nth-child(8) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border1-top-dashed tr:nth-child(8) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border1-top-dashed tr:nth-child(8) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border1-top-dashed tr:nth-child(8) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column8-border2-top-dashed-head th:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border2-top-dashed tr:nth-child(8) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border2-top-dashed tr:nth-child(8) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border2-top-dashed tr:nth-child(8) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border2-top-dashed tr:nth-child(8) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border2-top-dashed tr:nth-child(8) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border2-top-dashed tr:nth-child(8) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border2-top-dashed tr:nth-child(8) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border2-top-dashed tr:nth-child(8) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border2-top-dashed tr:nth-child(8) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border2-top-dashed tr:nth-child(8) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column8-border1-bottom-dashed-head th:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border1-bottom-dashed tr:nth-child(8) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border1-bottom-dashed tr:nth-child(8) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border1-bottom-dashed tr:nth-child(8) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border1-bottom-dashed tr:nth-child(8) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border1-bottom-dashed tr:nth-child(8) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border1-bottom-dashed tr:nth-child(8) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border1-bottom-dashed tr:nth-child(8) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border1-bottom-dashed tr:nth-child(8) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border1-bottom-dashed tr:nth-child(8) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border1-bottom-dashed tr:nth-child(8) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column8-border2-bottom-dashed-head th:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column0-border2-bottom-dashed tr:nth-child(8) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column1-border2-bottom-dashed tr:nth-child(8) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column2-border2-bottom-dashed tr:nth-child(8) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column3-border2-bottom-dashed tr:nth-child(8) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column4-border2-bottom-dashed tr:nth-child(8) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column5-border2-bottom-dashed tr:nth-child(8) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column6-border2-bottom-dashed tr:nth-child(8) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column7-border2-bottom-dashed tr:nth-child(8) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column8-border2-bottom-dashed tr:nth-child(8) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row8-column9-border2-bottom-dashed tr:nth-child(8) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column8-border-left-dotted th:nth-child(8),
.reveal .column8-border-left-dotted td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column8-border-right-dotted th:nth-child(8),
.reveal .column8-border-right-dotted td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row8-border-top-dotted tr:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row8-border-bottom-dotted tr:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column8-border1-left-dotted-head th:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border1-left-dotted tr:nth-child(8) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border1-left-dotted tr:nth-child(8) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border1-left-dotted tr:nth-child(8) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border1-left-dotted tr:nth-child(8) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border1-left-dotted tr:nth-child(8) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border1-left-dotted tr:nth-child(8) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border1-left-dotted tr:nth-child(8) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border1-left-dotted tr:nth-child(8) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border1-left-dotted tr:nth-child(8) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border1-left-dotted tr:nth-child(8) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column8-border2-left-dotted-head th:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border2-left-dotted tr:nth-child(8) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border2-left-dotted tr:nth-child(8) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border2-left-dotted tr:nth-child(8) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border2-left-dotted tr:nth-child(8) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border2-left-dotted tr:nth-child(8) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border2-left-dotted tr:nth-child(8) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border2-left-dotted tr:nth-child(8) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border2-left-dotted tr:nth-child(8) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border2-left-dotted tr:nth-child(8) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border2-left-dotted tr:nth-child(8) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column8-border1-right-dotted-head th:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border1-right-dotted tr:nth-child(8) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border1-right-dotted tr:nth-child(8) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border1-right-dotted tr:nth-child(8) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border1-right-dotted tr:nth-child(8) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border1-right-dotted tr:nth-child(8) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border1-right-dotted tr:nth-child(8) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border1-right-dotted tr:nth-child(8) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border1-right-dotted tr:nth-child(8) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border1-right-dotted tr:nth-child(8) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border1-right-dotted tr:nth-child(8) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column8-border2-right-dotted-head th:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border2-right-dotted tr:nth-child(8) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border2-right-dotted tr:nth-child(8) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border2-right-dotted tr:nth-child(8) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border2-right-dotted tr:nth-child(8) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border2-right-dotted tr:nth-child(8) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border2-right-dotted tr:nth-child(8) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border2-right-dotted tr:nth-child(8) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border2-right-dotted tr:nth-child(8) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border2-right-dotted tr:nth-child(8) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border2-right-dotted tr:nth-child(8) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column8-border1-top-dotted-head th:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border1-top-dotted tr:nth-child(8) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border1-top-dotted tr:nth-child(8) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border1-top-dotted tr:nth-child(8) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border1-top-dotted tr:nth-child(8) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border1-top-dotted tr:nth-child(8) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border1-top-dotted tr:nth-child(8) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border1-top-dotted tr:nth-child(8) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border1-top-dotted tr:nth-child(8) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border1-top-dotted tr:nth-child(8) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border1-top-dotted tr:nth-child(8) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column8-border2-top-dotted-head th:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border2-top-dotted tr:nth-child(8) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border2-top-dotted tr:nth-child(8) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border2-top-dotted tr:nth-child(8) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border2-top-dotted tr:nth-child(8) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border2-top-dotted tr:nth-child(8) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border2-top-dotted tr:nth-child(8) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border2-top-dotted tr:nth-child(8) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border2-top-dotted tr:nth-child(8) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border2-top-dotted tr:nth-child(8) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border2-top-dotted tr:nth-child(8) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column8-border1-bottom-dotted-head th:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border1-bottom-dotted tr:nth-child(8) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border1-bottom-dotted tr:nth-child(8) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border1-bottom-dotted tr:nth-child(8) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border1-bottom-dotted tr:nth-child(8) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border1-bottom-dotted tr:nth-child(8) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border1-bottom-dotted tr:nth-child(8) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border1-bottom-dotted tr:nth-child(8) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border1-bottom-dotted tr:nth-child(8) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border1-bottom-dotted tr:nth-child(8) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border1-bottom-dotted tr:nth-child(8) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column8-border2-bottom-dotted-head th:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column0-border2-bottom-dotted tr:nth-child(8) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column1-border2-bottom-dotted tr:nth-child(8) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column2-border2-bottom-dotted tr:nth-child(8) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column3-border2-bottom-dotted tr:nth-child(8) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column4-border2-bottom-dotted tr:nth-child(8) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column5-border2-bottom-dotted tr:nth-child(8) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column6-border2-bottom-dotted tr:nth-child(8) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column7-border2-bottom-dotted tr:nth-child(8) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column8-border2-bottom-dotted tr:nth-child(8) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row8-column9-border2-bottom-dotted tr:nth-child(8) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column8-bold td:nth-child(8) {
  font-weight: 800;
}

.reveal .head-highlight-8 th:nth-child(n + 8) {
  background-color: var(--solarized-base2);
}

.reveal .row8-column0-base03 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base02 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base01 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base00 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base0 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base1 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base2 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column0-base3 tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column0-yellow tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column0-orange tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column0-red tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column0-magenta tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column0-violet tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column0-blue tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column0-cyan tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column0-green tr:nth-child(8) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base03 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base02 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base01 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base00 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base0 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base1 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base2 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column1-base3 tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column1-yellow tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column1-orange tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column1-red tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column1-magenta tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column1-violet tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column1-blue tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column1-cyan tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column1-green tr:nth-child(8) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base03 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base02 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base01 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base00 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base0 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base1 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base2 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column2-base3 tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column2-yellow tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column2-orange tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column2-red tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column2-magenta tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column2-violet tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column2-blue tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column2-cyan tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column2-green tr:nth-child(8) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base03 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base02 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base01 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base00 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base0 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base1 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base2 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column3-base3 tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column3-yellow tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column3-orange tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column3-red tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column3-magenta tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column3-violet tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column3-blue tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column3-cyan tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column3-green tr:nth-child(8) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base03 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base02 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base01 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base00 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base0 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base1 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base2 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column4-base3 tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column4-yellow tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column4-orange tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column4-red tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column4-magenta tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column4-violet tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column4-blue tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column4-cyan tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column4-green tr:nth-child(8) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base03 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base02 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base01 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base00 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base0 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base1 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base2 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column5-base3 tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column5-yellow tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column5-orange tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column5-red tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column5-magenta tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column5-violet tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column5-blue tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column5-cyan tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column5-green tr:nth-child(8) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base03 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base02 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base01 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base00 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base0 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base1 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base2 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column6-base3 tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column6-yellow tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column6-orange tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column6-red tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column6-magenta tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column6-violet tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column6-blue tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column6-cyan tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column6-green tr:nth-child(8) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base03 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base02 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base01 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base00 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base0 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base1 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base2 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column7-base3 tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column7-yellow tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column7-orange tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column7-red tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column7-magenta tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column7-violet tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column7-blue tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column7-cyan tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column7-green tr:nth-child(8) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base03 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base02 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base01 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base00 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base0 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base1 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base2 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column8-base3 tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column8-yellow tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column8-orange tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column8-red tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column8-magenta tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column8-violet tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column8-blue tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column8-cyan tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column8-green tr:nth-child(8) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base03 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base02 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base01 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base00 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base0 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base1 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base2 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column9-base3 tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column9-yellow tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column9-orange tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column9-red tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column9-magenta tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column9-violet tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column9-blue tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column9-cyan tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column9-green tr:nth-child(8) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base03 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base02 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base01 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base00 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base0 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base1 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base2 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column10-base3 tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column10-yellow tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column10-orange tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column10-red tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column10-magenta tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column10-violet tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column10-blue tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column10-cyan tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column10-green tr:nth-child(8) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base03 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base02 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base01 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base00 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base0 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base1 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base2 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column11-base3 tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column11-yellow tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column11-orange tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column11-red tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column11-magenta tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column11-violet tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column11-blue tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column11-cyan tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column11-green tr:nth-child(8) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base03 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base02 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base01 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base00 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base0 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base1 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base2 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column12-base3 tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column12-yellow tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column12-orange tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column12-red tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column12-magenta tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column12-violet tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column12-blue tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column12-cyan tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column12-green tr:nth-child(8) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base03 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base02 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base01 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base00 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base0 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base1 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base2 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column13-base3 tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column13-yellow tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column13-orange tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column13-red tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column13-magenta tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column13-violet tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column13-blue tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column13-cyan tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column13-green tr:nth-child(8) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base03 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base02 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base01 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base00 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base0 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base1 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base2 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column14-base3 tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column14-yellow tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column14-orange tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column14-red tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column14-magenta tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column14-violet tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column14-blue tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column14-cyan tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column14-green tr:nth-child(8) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base03 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base02 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base01 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base00 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base0 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base1 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base2 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column15-base3 tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column15-yellow tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column15-orange tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column15-red tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column15-magenta tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column15-violet tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column15-blue tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column15-cyan tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column15-green tr:nth-child(8) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base03 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base02 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base01 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base00 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base0 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base1 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base2 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column16-base3 tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column16-yellow tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column16-orange tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column16-red tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column16-magenta tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column16-violet tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column16-blue tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column16-cyan tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column16-green tr:nth-child(8) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base03 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base02 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base01 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base00 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base0 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base1 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base2 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column17-base3 tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column17-yellow tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column17-orange tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column17-red tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column17-magenta tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column17-violet tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column17-blue tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column17-cyan tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column17-green tr:nth-child(8) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base03 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base02 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base01 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base00 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base0 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base1 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base2 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column18-base3 tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column18-yellow tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column18-orange tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column18-red tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column18-magenta tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column18-violet tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column18-blue tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column18-cyan tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column18-green tr:nth-child(8) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base03 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base02 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base01 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base00 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base0 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base1 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base2 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row8-column19-base3 tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row8-column19-yellow tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row8-column19-orange tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row8-column19-red tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row8-column19-magenta tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row8-column19-violet tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row8-column19-blue tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row8-column19-cyan tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row8-column19-green tr:nth-child(8) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column9-border-left-solid th:nth-child(9),
.reveal .column9-border-left-solid td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column9-border-right-solid th:nth-child(9),
.reveal .column9-border-right-solid td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row9-border-top-solid tr:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row9-border-bottom-solid tr:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column9-border1-left-solid-head th:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column0-border1-left-solid tr:nth-child(9) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column1-border1-left-solid tr:nth-child(9) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column2-border1-left-solid tr:nth-child(9) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column3-border1-left-solid tr:nth-child(9) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column4-border1-left-solid tr:nth-child(9) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column5-border1-left-solid tr:nth-child(9) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column6-border1-left-solid tr:nth-child(9) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column7-border1-left-solid tr:nth-child(9) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column8-border1-left-solid tr:nth-child(9) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row9-column9-border1-left-solid tr:nth-child(9) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column9-border2-left-solid-head th:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column0-border2-left-solid tr:nth-child(9) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column1-border2-left-solid tr:nth-child(9) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column2-border2-left-solid tr:nth-child(9) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column3-border2-left-solid tr:nth-child(9) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column4-border2-left-solid tr:nth-child(9) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column5-border2-left-solid tr:nth-child(9) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column6-border2-left-solid tr:nth-child(9) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column7-border2-left-solid tr:nth-child(9) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column8-border2-left-solid tr:nth-child(9) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row9-column9-border2-left-solid tr:nth-child(9) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column9-border1-right-solid-head th:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column0-border1-right-solid tr:nth-child(9) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column1-border1-right-solid tr:nth-child(9) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column2-border1-right-solid tr:nth-child(9) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column3-border1-right-solid tr:nth-child(9) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column4-border1-right-solid tr:nth-child(9) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column5-border1-right-solid tr:nth-child(9) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column6-border1-right-solid tr:nth-child(9) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column7-border1-right-solid tr:nth-child(9) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column8-border1-right-solid tr:nth-child(9) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row9-column9-border1-right-solid tr:nth-child(9) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column9-border2-right-solid-head th:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column0-border2-right-solid tr:nth-child(9) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column1-border2-right-solid tr:nth-child(9) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column2-border2-right-solid tr:nth-child(9) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column3-border2-right-solid tr:nth-child(9) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column4-border2-right-solid tr:nth-child(9) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column5-border2-right-solid tr:nth-child(9) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column6-border2-right-solid tr:nth-child(9) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column7-border2-right-solid tr:nth-child(9) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column8-border2-right-solid tr:nth-child(9) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row9-column9-border2-right-solid tr:nth-child(9) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column9-border1-top-solid-head th:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column0-border1-top-solid tr:nth-child(9) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column1-border1-top-solid tr:nth-child(9) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column2-border1-top-solid tr:nth-child(9) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column3-border1-top-solid tr:nth-child(9) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column4-border1-top-solid tr:nth-child(9) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column5-border1-top-solid tr:nth-child(9) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column6-border1-top-solid tr:nth-child(9) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column7-border1-top-solid tr:nth-child(9) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column8-border1-top-solid tr:nth-child(9) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row9-column9-border1-top-solid tr:nth-child(9) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column9-border2-top-solid-head th:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column0-border2-top-solid tr:nth-child(9) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column1-border2-top-solid tr:nth-child(9) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column2-border2-top-solid tr:nth-child(9) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column3-border2-top-solid tr:nth-child(9) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column4-border2-top-solid tr:nth-child(9) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column5-border2-top-solid tr:nth-child(9) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column6-border2-top-solid tr:nth-child(9) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column7-border2-top-solid tr:nth-child(9) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column8-border2-top-solid tr:nth-child(9) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row9-column9-border2-top-solid tr:nth-child(9) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column9-border1-bottom-solid-head th:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column0-border1-bottom-solid tr:nth-child(9) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column1-border1-bottom-solid tr:nth-child(9) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column2-border1-bottom-solid tr:nth-child(9) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column3-border1-bottom-solid tr:nth-child(9) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column4-border1-bottom-solid tr:nth-child(9) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column5-border1-bottom-solid tr:nth-child(9) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column6-border1-bottom-solid tr:nth-child(9) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column7-border1-bottom-solid tr:nth-child(9) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column8-border1-bottom-solid tr:nth-child(9) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row9-column9-border1-bottom-solid tr:nth-child(9) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column9-border2-bottom-solid-head th:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column0-border2-bottom-solid tr:nth-child(9) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column1-border2-bottom-solid tr:nth-child(9) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column2-border2-bottom-solid tr:nth-child(9) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column3-border2-bottom-solid tr:nth-child(9) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column4-border2-bottom-solid tr:nth-child(9) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column5-border2-bottom-solid tr:nth-child(9) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column6-border2-bottom-solid tr:nth-child(9) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column7-border2-bottom-solid tr:nth-child(9) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column8-border2-bottom-solid tr:nth-child(9) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row9-column9-border2-bottom-solid tr:nth-child(9) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column9-border-left-dashed th:nth-child(9),
.reveal .column9-border-left-dashed td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column9-border-right-dashed th:nth-child(9),
.reveal .column9-border-right-dashed td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row9-border-top-dashed tr:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row9-border-bottom-dashed tr:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column9-border1-left-dashed-head th:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border1-left-dashed tr:nth-child(9) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border1-left-dashed tr:nth-child(9) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border1-left-dashed tr:nth-child(9) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border1-left-dashed tr:nth-child(9) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border1-left-dashed tr:nth-child(9) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border1-left-dashed tr:nth-child(9) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border1-left-dashed tr:nth-child(9) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border1-left-dashed tr:nth-child(9) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border1-left-dashed tr:nth-child(9) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border1-left-dashed tr:nth-child(9) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column9-border2-left-dashed-head th:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border2-left-dashed tr:nth-child(9) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border2-left-dashed tr:nth-child(9) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border2-left-dashed tr:nth-child(9) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border2-left-dashed tr:nth-child(9) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border2-left-dashed tr:nth-child(9) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border2-left-dashed tr:nth-child(9) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border2-left-dashed tr:nth-child(9) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border2-left-dashed tr:nth-child(9) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border2-left-dashed tr:nth-child(9) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border2-left-dashed tr:nth-child(9) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column9-border1-right-dashed-head th:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border1-right-dashed tr:nth-child(9) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border1-right-dashed tr:nth-child(9) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border1-right-dashed tr:nth-child(9) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border1-right-dashed tr:nth-child(9) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border1-right-dashed tr:nth-child(9) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border1-right-dashed tr:nth-child(9) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border1-right-dashed tr:nth-child(9) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border1-right-dashed tr:nth-child(9) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border1-right-dashed tr:nth-child(9) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border1-right-dashed tr:nth-child(9) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column9-border2-right-dashed-head th:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border2-right-dashed tr:nth-child(9) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border2-right-dashed tr:nth-child(9) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border2-right-dashed tr:nth-child(9) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border2-right-dashed tr:nth-child(9) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border2-right-dashed tr:nth-child(9) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border2-right-dashed tr:nth-child(9) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border2-right-dashed tr:nth-child(9) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border2-right-dashed tr:nth-child(9) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border2-right-dashed tr:nth-child(9) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border2-right-dashed tr:nth-child(9) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column9-border1-top-dashed-head th:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border1-top-dashed tr:nth-child(9) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border1-top-dashed tr:nth-child(9) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border1-top-dashed tr:nth-child(9) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border1-top-dashed tr:nth-child(9) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border1-top-dashed tr:nth-child(9) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border1-top-dashed tr:nth-child(9) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border1-top-dashed tr:nth-child(9) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border1-top-dashed tr:nth-child(9) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border1-top-dashed tr:nth-child(9) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border1-top-dashed tr:nth-child(9) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column9-border2-top-dashed-head th:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border2-top-dashed tr:nth-child(9) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border2-top-dashed tr:nth-child(9) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border2-top-dashed tr:nth-child(9) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border2-top-dashed tr:nth-child(9) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border2-top-dashed tr:nth-child(9) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border2-top-dashed tr:nth-child(9) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border2-top-dashed tr:nth-child(9) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border2-top-dashed tr:nth-child(9) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border2-top-dashed tr:nth-child(9) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border2-top-dashed tr:nth-child(9) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column9-border1-bottom-dashed-head th:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border1-bottom-dashed tr:nth-child(9) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border1-bottom-dashed tr:nth-child(9) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border1-bottom-dashed tr:nth-child(9) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border1-bottom-dashed tr:nth-child(9) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border1-bottom-dashed tr:nth-child(9) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border1-bottom-dashed tr:nth-child(9) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border1-bottom-dashed tr:nth-child(9) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border1-bottom-dashed tr:nth-child(9) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border1-bottom-dashed tr:nth-child(9) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border1-bottom-dashed tr:nth-child(9) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column9-border2-bottom-dashed-head th:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column0-border2-bottom-dashed tr:nth-child(9) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column1-border2-bottom-dashed tr:nth-child(9) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column2-border2-bottom-dashed tr:nth-child(9) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column3-border2-bottom-dashed tr:nth-child(9) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column4-border2-bottom-dashed tr:nth-child(9) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column5-border2-bottom-dashed tr:nth-child(9) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column6-border2-bottom-dashed tr:nth-child(9) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column7-border2-bottom-dashed tr:nth-child(9) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column8-border2-bottom-dashed tr:nth-child(9) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row9-column9-border2-bottom-dashed tr:nth-child(9) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column9-border-left-dotted th:nth-child(9),
.reveal .column9-border-left-dotted td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column9-border-right-dotted th:nth-child(9),
.reveal .column9-border-right-dotted td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row9-border-top-dotted tr:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row9-border-bottom-dotted tr:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column9-border1-left-dotted-head th:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border1-left-dotted tr:nth-child(9) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border1-left-dotted tr:nth-child(9) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border1-left-dotted tr:nth-child(9) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border1-left-dotted tr:nth-child(9) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border1-left-dotted tr:nth-child(9) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border1-left-dotted tr:nth-child(9) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border1-left-dotted tr:nth-child(9) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border1-left-dotted tr:nth-child(9) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border1-left-dotted tr:nth-child(9) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border1-left-dotted tr:nth-child(9) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column9-border2-left-dotted-head th:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border2-left-dotted tr:nth-child(9) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border2-left-dotted tr:nth-child(9) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border2-left-dotted tr:nth-child(9) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border2-left-dotted tr:nth-child(9) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border2-left-dotted tr:nth-child(9) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border2-left-dotted tr:nth-child(9) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border2-left-dotted tr:nth-child(9) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border2-left-dotted tr:nth-child(9) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border2-left-dotted tr:nth-child(9) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border2-left-dotted tr:nth-child(9) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column9-border1-right-dotted-head th:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border1-right-dotted tr:nth-child(9) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border1-right-dotted tr:nth-child(9) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border1-right-dotted tr:nth-child(9) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border1-right-dotted tr:nth-child(9) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border1-right-dotted tr:nth-child(9) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border1-right-dotted tr:nth-child(9) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border1-right-dotted tr:nth-child(9) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border1-right-dotted tr:nth-child(9) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border1-right-dotted tr:nth-child(9) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border1-right-dotted tr:nth-child(9) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column9-border2-right-dotted-head th:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border2-right-dotted tr:nth-child(9) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border2-right-dotted tr:nth-child(9) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border2-right-dotted tr:nth-child(9) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border2-right-dotted tr:nth-child(9) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border2-right-dotted tr:nth-child(9) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border2-right-dotted tr:nth-child(9) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border2-right-dotted tr:nth-child(9) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border2-right-dotted tr:nth-child(9) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border2-right-dotted tr:nth-child(9) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border2-right-dotted tr:nth-child(9) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column9-border1-top-dotted-head th:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border1-top-dotted tr:nth-child(9) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border1-top-dotted tr:nth-child(9) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border1-top-dotted tr:nth-child(9) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border1-top-dotted tr:nth-child(9) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border1-top-dotted tr:nth-child(9) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border1-top-dotted tr:nth-child(9) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border1-top-dotted tr:nth-child(9) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border1-top-dotted tr:nth-child(9) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border1-top-dotted tr:nth-child(9) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border1-top-dotted tr:nth-child(9) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column9-border2-top-dotted-head th:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border2-top-dotted tr:nth-child(9) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border2-top-dotted tr:nth-child(9) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border2-top-dotted tr:nth-child(9) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border2-top-dotted tr:nth-child(9) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border2-top-dotted tr:nth-child(9) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border2-top-dotted tr:nth-child(9) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border2-top-dotted tr:nth-child(9) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border2-top-dotted tr:nth-child(9) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border2-top-dotted tr:nth-child(9) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border2-top-dotted tr:nth-child(9) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column9-border1-bottom-dotted-head th:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border1-bottom-dotted tr:nth-child(9) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border1-bottom-dotted tr:nth-child(9) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border1-bottom-dotted tr:nth-child(9) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border1-bottom-dotted tr:nth-child(9) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border1-bottom-dotted tr:nth-child(9) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border1-bottom-dotted tr:nth-child(9) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border1-bottom-dotted tr:nth-child(9) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border1-bottom-dotted tr:nth-child(9) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border1-bottom-dotted tr:nth-child(9) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border1-bottom-dotted tr:nth-child(9) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column9-border2-bottom-dotted-head th:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column0-border2-bottom-dotted tr:nth-child(9) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column1-border2-bottom-dotted tr:nth-child(9) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column2-border2-bottom-dotted tr:nth-child(9) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column3-border2-bottom-dotted tr:nth-child(9) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column4-border2-bottom-dotted tr:nth-child(9) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column5-border2-bottom-dotted tr:nth-child(9) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column6-border2-bottom-dotted tr:nth-child(9) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column7-border2-bottom-dotted tr:nth-child(9) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column8-border2-bottom-dotted tr:nth-child(9) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row9-column9-border2-bottom-dotted tr:nth-child(9) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column9-bold td:nth-child(9) {
  font-weight: 800;
}

.reveal .head-highlight-9 th:nth-child(n + 9) {
  background-color: var(--solarized-base2);
}

.reveal .row9-column0-base03 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base02 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base01 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base00 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base0 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base1 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base2 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column0-base3 tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column0-yellow tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column0-orange tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column0-red tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column0-magenta tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column0-violet tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column0-blue tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column0-cyan tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column0-green tr:nth-child(9) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base03 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base02 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base01 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base00 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base0 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base1 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base2 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column1-base3 tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column1-yellow tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column1-orange tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column1-red tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column1-magenta tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column1-violet tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column1-blue tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column1-cyan tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column1-green tr:nth-child(9) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base03 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base02 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base01 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base00 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base0 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base1 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base2 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column2-base3 tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column2-yellow tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column2-orange tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column2-red tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column2-magenta tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column2-violet tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column2-blue tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column2-cyan tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column2-green tr:nth-child(9) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base03 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base02 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base01 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base00 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base0 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base1 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base2 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column3-base3 tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column3-yellow tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column3-orange tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column3-red tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column3-magenta tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column3-violet tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column3-blue tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column3-cyan tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column3-green tr:nth-child(9) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base03 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base02 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base01 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base00 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base0 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base1 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base2 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column4-base3 tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column4-yellow tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column4-orange tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column4-red tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column4-magenta tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column4-violet tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column4-blue tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column4-cyan tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column4-green tr:nth-child(9) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base03 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base02 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base01 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base00 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base0 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base1 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base2 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column5-base3 tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column5-yellow tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column5-orange tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column5-red tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column5-magenta tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column5-violet tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column5-blue tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column5-cyan tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column5-green tr:nth-child(9) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base03 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base02 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base01 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base00 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base0 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base1 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base2 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column6-base3 tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column6-yellow tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column6-orange tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column6-red tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column6-magenta tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column6-violet tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column6-blue tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column6-cyan tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column6-green tr:nth-child(9) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base03 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base02 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base01 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base00 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base0 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base1 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base2 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column7-base3 tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column7-yellow tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column7-orange tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column7-red tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column7-magenta tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column7-violet tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column7-blue tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column7-cyan tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column7-green tr:nth-child(9) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base03 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base02 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base01 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base00 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base0 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base1 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base2 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column8-base3 tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column8-yellow tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column8-orange tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column8-red tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column8-magenta tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column8-violet tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column8-blue tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column8-cyan tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column8-green tr:nth-child(9) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base03 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base02 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base01 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base00 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base0 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base1 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base2 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column9-base3 tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column9-yellow tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column9-orange tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column9-red tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column9-magenta tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column9-violet tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column9-blue tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column9-cyan tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column9-green tr:nth-child(9) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base03 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base02 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base01 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base00 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base0 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base1 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base2 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column10-base3 tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column10-yellow tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column10-orange tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column10-red tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column10-magenta tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column10-violet tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column10-blue tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column10-cyan tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column10-green tr:nth-child(9) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base03 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base02 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base01 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base00 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base0 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base1 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base2 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column11-base3 tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column11-yellow tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column11-orange tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column11-red tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column11-magenta tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column11-violet tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column11-blue tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column11-cyan tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column11-green tr:nth-child(9) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base03 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base02 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base01 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base00 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base0 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base1 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base2 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column12-base3 tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column12-yellow tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column12-orange tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column12-red tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column12-magenta tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column12-violet tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column12-blue tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column12-cyan tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column12-green tr:nth-child(9) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base03 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base02 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base01 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base00 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base0 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base1 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base2 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column13-base3 tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column13-yellow tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column13-orange tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column13-red tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column13-magenta tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column13-violet tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column13-blue tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column13-cyan tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column13-green tr:nth-child(9) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base03 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base02 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base01 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base00 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base0 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base1 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base2 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column14-base3 tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column14-yellow tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column14-orange tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column14-red tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column14-magenta tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column14-violet tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column14-blue tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column14-cyan tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column14-green tr:nth-child(9) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base03 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base02 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base01 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base00 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base0 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base1 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base2 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column15-base3 tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column15-yellow tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column15-orange tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column15-red tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column15-magenta tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column15-violet tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column15-blue tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column15-cyan tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column15-green tr:nth-child(9) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base03 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base02 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base01 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base00 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base0 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base1 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base2 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column16-base3 tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column16-yellow tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column16-orange tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column16-red tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column16-magenta tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column16-violet tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column16-blue tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column16-cyan tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column16-green tr:nth-child(9) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base03 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base02 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base01 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base00 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base0 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base1 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base2 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column17-base3 tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column17-yellow tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column17-orange tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column17-red tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column17-magenta tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column17-violet tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column17-blue tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column17-cyan tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column17-green tr:nth-child(9) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base03 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base02 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base01 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base00 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base0 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base1 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base2 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column18-base3 tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column18-yellow tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column18-orange tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column18-red tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column18-magenta tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column18-violet tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column18-blue tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column18-cyan tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column18-green tr:nth-child(9) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base03 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base02 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base01 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base00 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base0 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base1 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base2 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row9-column19-base3 tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row9-column19-yellow tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row9-column19-orange tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row9-column19-red tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row9-column19-magenta tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row9-column19-violet tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row9-column19-blue tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row9-column19-cyan tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row9-column19-green tr:nth-child(9) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column10-border-left-solid th:nth-child(10),
.reveal .column10-border-left-solid td:nth-child(10) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column10-border-right-solid th:nth-child(10),
.reveal .column10-border-right-solid td:nth-child(10) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row10-border-top-solid tr:nth-child(10) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row10-border-bottom-solid tr:nth-child(10) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column10-border1-left-solid-head th:nth-child(10) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column0-border1-left-solid tr:nth-child(10) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column1-border1-left-solid tr:nth-child(10) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column2-border1-left-solid tr:nth-child(10) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column3-border1-left-solid tr:nth-child(10) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column4-border1-left-solid tr:nth-child(10) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column5-border1-left-solid tr:nth-child(10) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column6-border1-left-solid tr:nth-child(10) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column7-border1-left-solid tr:nth-child(10) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column8-border1-left-solid tr:nth-child(10) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row10-column9-border1-left-solid tr:nth-child(10) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column10-border2-left-solid-head th:nth-child(10) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column0-border2-left-solid tr:nth-child(10) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column1-border2-left-solid tr:nth-child(10) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column2-border2-left-solid tr:nth-child(10) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column3-border2-left-solid tr:nth-child(10) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column4-border2-left-solid tr:nth-child(10) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column5-border2-left-solid tr:nth-child(10) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column6-border2-left-solid tr:nth-child(10) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column7-border2-left-solid tr:nth-child(10) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column8-border2-left-solid tr:nth-child(10) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row10-column9-border2-left-solid tr:nth-child(10) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column10-border1-right-solid-head th:nth-child(10) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column0-border1-right-solid tr:nth-child(10) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column1-border1-right-solid tr:nth-child(10) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column2-border1-right-solid tr:nth-child(10) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column3-border1-right-solid tr:nth-child(10) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column4-border1-right-solid tr:nth-child(10) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column5-border1-right-solid tr:nth-child(10) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column6-border1-right-solid tr:nth-child(10) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column7-border1-right-solid tr:nth-child(10) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column8-border1-right-solid tr:nth-child(10) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row10-column9-border1-right-solid tr:nth-child(10) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column10-border2-right-solid-head th:nth-child(10) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column0-border2-right-solid tr:nth-child(10) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column1-border2-right-solid tr:nth-child(10) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column2-border2-right-solid tr:nth-child(10) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column3-border2-right-solid tr:nth-child(10) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column4-border2-right-solid tr:nth-child(10) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column5-border2-right-solid tr:nth-child(10) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column6-border2-right-solid tr:nth-child(10) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column7-border2-right-solid tr:nth-child(10) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column8-border2-right-solid tr:nth-child(10) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row10-column9-border2-right-solid tr:nth-child(10) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column10-border1-top-solid-head th:nth-child(10) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column0-border1-top-solid tr:nth-child(10) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column1-border1-top-solid tr:nth-child(10) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column2-border1-top-solid tr:nth-child(10) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column3-border1-top-solid tr:nth-child(10) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column4-border1-top-solid tr:nth-child(10) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column5-border1-top-solid tr:nth-child(10) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column6-border1-top-solid tr:nth-child(10) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column7-border1-top-solid tr:nth-child(10) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column8-border1-top-solid tr:nth-child(10) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row10-column9-border1-top-solid tr:nth-child(10) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column10-border2-top-solid-head th:nth-child(10) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column0-border2-top-solid tr:nth-child(10) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column1-border2-top-solid tr:nth-child(10) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column2-border2-top-solid tr:nth-child(10) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column3-border2-top-solid tr:nth-child(10) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column4-border2-top-solid tr:nth-child(10) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column5-border2-top-solid tr:nth-child(10) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column6-border2-top-solid tr:nth-child(10) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column7-border2-top-solid tr:nth-child(10) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column8-border2-top-solid tr:nth-child(10) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row10-column9-border2-top-solid tr:nth-child(10) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column10-border1-bottom-solid-head th:nth-child(10) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column0-border1-bottom-solid tr:nth-child(10) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column1-border1-bottom-solid tr:nth-child(10) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column2-border1-bottom-solid tr:nth-child(10) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column3-border1-bottom-solid tr:nth-child(10) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column4-border1-bottom-solid tr:nth-child(10) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column5-border1-bottom-solid tr:nth-child(10) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column6-border1-bottom-solid tr:nth-child(10) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column7-border1-bottom-solid tr:nth-child(10) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column8-border1-bottom-solid tr:nth-child(10) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row10-column9-border1-bottom-solid tr:nth-child(10) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column10-border2-bottom-solid-head th:nth-child(10) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column0-border2-bottom-solid tr:nth-child(10) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column1-border2-bottom-solid tr:nth-child(10) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column2-border2-bottom-solid tr:nth-child(10) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column3-border2-bottom-solid tr:nth-child(10) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column4-border2-bottom-solid tr:nth-child(10) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column5-border2-bottom-solid tr:nth-child(10) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column6-border2-bottom-solid tr:nth-child(10) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column7-border2-bottom-solid tr:nth-child(10) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column8-border2-bottom-solid tr:nth-child(10) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row10-column9-border2-bottom-solid tr:nth-child(10) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column10-border-left-dashed th:nth-child(10),
.reveal .column10-border-left-dashed td:nth-child(10) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column10-border-right-dashed th:nth-child(10),
.reveal .column10-border-right-dashed td:nth-child(10) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row10-border-top-dashed tr:nth-child(10) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row10-border-bottom-dashed tr:nth-child(10) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column10-border1-left-dashed-head th:nth-child(10) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border1-left-dashed tr:nth-child(10) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border1-left-dashed tr:nth-child(10) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border1-left-dashed tr:nth-child(10) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border1-left-dashed tr:nth-child(10) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border1-left-dashed tr:nth-child(10) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border1-left-dashed tr:nth-child(10) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border1-left-dashed tr:nth-child(10) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border1-left-dashed tr:nth-child(10) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border1-left-dashed tr:nth-child(10) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border1-left-dashed tr:nth-child(10) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column10-border2-left-dashed-head th:nth-child(10) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border2-left-dashed tr:nth-child(10) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border2-left-dashed tr:nth-child(10) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border2-left-dashed tr:nth-child(10) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border2-left-dashed tr:nth-child(10) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border2-left-dashed tr:nth-child(10) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border2-left-dashed tr:nth-child(10) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border2-left-dashed tr:nth-child(10) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border2-left-dashed tr:nth-child(10) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border2-left-dashed tr:nth-child(10) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border2-left-dashed tr:nth-child(10) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column10-border1-right-dashed-head th:nth-child(10) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border1-right-dashed tr:nth-child(10) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border1-right-dashed tr:nth-child(10) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border1-right-dashed tr:nth-child(10) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border1-right-dashed tr:nth-child(10) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border1-right-dashed tr:nth-child(10) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border1-right-dashed tr:nth-child(10) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border1-right-dashed tr:nth-child(10) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border1-right-dashed tr:nth-child(10) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border1-right-dashed tr:nth-child(10) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border1-right-dashed tr:nth-child(10) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column10-border2-right-dashed-head th:nth-child(10) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border2-right-dashed tr:nth-child(10) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border2-right-dashed tr:nth-child(10) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border2-right-dashed tr:nth-child(10) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border2-right-dashed tr:nth-child(10) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border2-right-dashed tr:nth-child(10) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border2-right-dashed tr:nth-child(10) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border2-right-dashed tr:nth-child(10) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border2-right-dashed tr:nth-child(10) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border2-right-dashed tr:nth-child(10) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border2-right-dashed tr:nth-child(10) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column10-border1-top-dashed-head th:nth-child(10) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border1-top-dashed tr:nth-child(10) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border1-top-dashed tr:nth-child(10) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border1-top-dashed tr:nth-child(10) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border1-top-dashed tr:nth-child(10) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border1-top-dashed tr:nth-child(10) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border1-top-dashed tr:nth-child(10) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border1-top-dashed tr:nth-child(10) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border1-top-dashed tr:nth-child(10) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border1-top-dashed tr:nth-child(10) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border1-top-dashed tr:nth-child(10) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column10-border2-top-dashed-head th:nth-child(10) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border2-top-dashed tr:nth-child(10) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border2-top-dashed tr:nth-child(10) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border2-top-dashed tr:nth-child(10) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border2-top-dashed tr:nth-child(10) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border2-top-dashed tr:nth-child(10) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border2-top-dashed tr:nth-child(10) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border2-top-dashed tr:nth-child(10) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border2-top-dashed tr:nth-child(10) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border2-top-dashed tr:nth-child(10) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border2-top-dashed tr:nth-child(10) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column10-border1-bottom-dashed-head th:nth-child(10) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border1-bottom-dashed tr:nth-child(10) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border1-bottom-dashed tr:nth-child(10) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border1-bottom-dashed tr:nth-child(10) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border1-bottom-dashed tr:nth-child(10) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border1-bottom-dashed tr:nth-child(10) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border1-bottom-dashed tr:nth-child(10) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border1-bottom-dashed tr:nth-child(10) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border1-bottom-dashed tr:nth-child(10) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border1-bottom-dashed tr:nth-child(10) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border1-bottom-dashed tr:nth-child(10) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column10-border2-bottom-dashed-head th:nth-child(10) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column0-border2-bottom-dashed tr:nth-child(10) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column1-border2-bottom-dashed tr:nth-child(10) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column2-border2-bottom-dashed tr:nth-child(10) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column3-border2-bottom-dashed tr:nth-child(10) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column4-border2-bottom-dashed tr:nth-child(10) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column5-border2-bottom-dashed tr:nth-child(10) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column6-border2-bottom-dashed tr:nth-child(10) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column7-border2-bottom-dashed tr:nth-child(10) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column8-border2-bottom-dashed tr:nth-child(10) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row10-column9-border2-bottom-dashed tr:nth-child(10) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column10-border-left-dotted th:nth-child(10),
.reveal .column10-border-left-dotted td:nth-child(10) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column10-border-right-dotted th:nth-child(10),
.reveal .column10-border-right-dotted td:nth-child(10) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row10-border-top-dotted tr:nth-child(10) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row10-border-bottom-dotted tr:nth-child(10) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column10-border1-left-dotted-head th:nth-child(10) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border1-left-dotted tr:nth-child(10) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border1-left-dotted tr:nth-child(10) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border1-left-dotted tr:nth-child(10) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border1-left-dotted tr:nth-child(10) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border1-left-dotted tr:nth-child(10) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border1-left-dotted tr:nth-child(10) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border1-left-dotted tr:nth-child(10) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border1-left-dotted tr:nth-child(10) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border1-left-dotted tr:nth-child(10) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border1-left-dotted tr:nth-child(10) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column10-border2-left-dotted-head th:nth-child(10) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border2-left-dotted tr:nth-child(10) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border2-left-dotted tr:nth-child(10) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border2-left-dotted tr:nth-child(10) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border2-left-dotted tr:nth-child(10) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border2-left-dotted tr:nth-child(10) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border2-left-dotted tr:nth-child(10) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border2-left-dotted tr:nth-child(10) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border2-left-dotted tr:nth-child(10) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border2-left-dotted tr:nth-child(10) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border2-left-dotted tr:nth-child(10) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column10-border1-right-dotted-head th:nth-child(10) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border1-right-dotted tr:nth-child(10) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border1-right-dotted tr:nth-child(10) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border1-right-dotted tr:nth-child(10) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border1-right-dotted tr:nth-child(10) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border1-right-dotted tr:nth-child(10) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border1-right-dotted tr:nth-child(10) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border1-right-dotted tr:nth-child(10) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border1-right-dotted tr:nth-child(10) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border1-right-dotted tr:nth-child(10) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border1-right-dotted tr:nth-child(10) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column10-border2-right-dotted-head th:nth-child(10) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border2-right-dotted tr:nth-child(10) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border2-right-dotted tr:nth-child(10) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border2-right-dotted tr:nth-child(10) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border2-right-dotted tr:nth-child(10) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border2-right-dotted tr:nth-child(10) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border2-right-dotted tr:nth-child(10) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border2-right-dotted tr:nth-child(10) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border2-right-dotted tr:nth-child(10) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border2-right-dotted tr:nth-child(10) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border2-right-dotted tr:nth-child(10) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column10-border1-top-dotted-head th:nth-child(10) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border1-top-dotted tr:nth-child(10) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border1-top-dotted tr:nth-child(10) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border1-top-dotted tr:nth-child(10) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border1-top-dotted tr:nth-child(10) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border1-top-dotted tr:nth-child(10) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border1-top-dotted tr:nth-child(10) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border1-top-dotted tr:nth-child(10) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border1-top-dotted tr:nth-child(10) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border1-top-dotted tr:nth-child(10) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border1-top-dotted tr:nth-child(10) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column10-border2-top-dotted-head th:nth-child(10) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border2-top-dotted tr:nth-child(10) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border2-top-dotted tr:nth-child(10) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border2-top-dotted tr:nth-child(10) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border2-top-dotted tr:nth-child(10) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border2-top-dotted tr:nth-child(10) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border2-top-dotted tr:nth-child(10) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border2-top-dotted tr:nth-child(10) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border2-top-dotted tr:nth-child(10) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border2-top-dotted tr:nth-child(10) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border2-top-dotted tr:nth-child(10) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column10-border1-bottom-dotted-head th:nth-child(10) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border1-bottom-dotted tr:nth-child(10) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border1-bottom-dotted tr:nth-child(10) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border1-bottom-dotted tr:nth-child(10) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border1-bottom-dotted tr:nth-child(10) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border1-bottom-dotted tr:nth-child(10) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border1-bottom-dotted tr:nth-child(10) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border1-bottom-dotted tr:nth-child(10) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border1-bottom-dotted tr:nth-child(10) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border1-bottom-dotted tr:nth-child(10) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border1-bottom-dotted tr:nth-child(10) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column10-border2-bottom-dotted-head th:nth-child(10) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column0-border2-bottom-dotted tr:nth-child(10) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column1-border2-bottom-dotted tr:nth-child(10) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column2-border2-bottom-dotted tr:nth-child(10) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column3-border2-bottom-dotted tr:nth-child(10) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column4-border2-bottom-dotted tr:nth-child(10) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column5-border2-bottom-dotted tr:nth-child(10) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column6-border2-bottom-dotted tr:nth-child(10) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column7-border2-bottom-dotted tr:nth-child(10) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column8-border2-bottom-dotted tr:nth-child(10) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row10-column9-border2-bottom-dotted tr:nth-child(10) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column10-bold td:nth-child(10) {
  font-weight: 800;
}

.reveal .head-highlight-10 th:nth-child(n + 10) {
  background-color: var(--solarized-base2);
}

.reveal .row10-column0-base03 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base02 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base01 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base00 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base0 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base1 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base2 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column0-base3 tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column0-yellow tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column0-orange tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column0-red tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column0-magenta tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column0-violet tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column0-blue tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column0-cyan tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column0-green tr:nth-child(10) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base03 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base02 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base01 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base00 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base0 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base1 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base2 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column1-base3 tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column1-yellow tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column1-orange tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column1-red tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column1-magenta tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column1-violet tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column1-blue tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column1-cyan tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column1-green tr:nth-child(10) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base03 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base02 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base01 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base00 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base0 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base1 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base2 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column2-base3 tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column2-yellow tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column2-orange tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column2-red tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column2-magenta tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column2-violet tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column2-blue tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column2-cyan tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column2-green tr:nth-child(10) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base03 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base02 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base01 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base00 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base0 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base1 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base2 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column3-base3 tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column3-yellow tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column3-orange tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column3-red tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column3-magenta tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column3-violet tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column3-blue tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column3-cyan tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column3-green tr:nth-child(10) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base03 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base02 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base01 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base00 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base0 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base1 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base2 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column4-base3 tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column4-yellow tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column4-orange tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column4-red tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column4-magenta tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column4-violet tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column4-blue tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column4-cyan tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column4-green tr:nth-child(10) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base03 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base02 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base01 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base00 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base0 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base1 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base2 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column5-base3 tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column5-yellow tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column5-orange tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column5-red tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column5-magenta tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column5-violet tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column5-blue tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column5-cyan tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column5-green tr:nth-child(10) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base03 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base02 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base01 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base00 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base0 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base1 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base2 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column6-base3 tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column6-yellow tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column6-orange tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column6-red tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column6-magenta tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column6-violet tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column6-blue tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column6-cyan tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column6-green tr:nth-child(10) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base03 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base02 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base01 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base00 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base0 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base1 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base2 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column7-base3 tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column7-yellow tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column7-orange tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column7-red tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column7-magenta tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column7-violet tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column7-blue tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column7-cyan tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column7-green tr:nth-child(10) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base03 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base02 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base01 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base00 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base0 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base1 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base2 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column8-base3 tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column8-yellow tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column8-orange tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column8-red tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column8-magenta tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column8-violet tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column8-blue tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column8-cyan tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column8-green tr:nth-child(10) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base03 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base02 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base01 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base00 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base0 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base1 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base2 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column9-base3 tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column9-yellow tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column9-orange tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column9-red tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column9-magenta tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column9-violet tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column9-blue tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column9-cyan tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column9-green tr:nth-child(10) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base03 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base02 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base01 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base00 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base0 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base1 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base2 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column10-base3 tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column10-yellow tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column10-orange tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column10-red tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column10-magenta tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column10-violet tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column10-blue tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column10-cyan tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column10-green tr:nth-child(10) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base03 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base02 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base01 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base00 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base0 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base1 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base2 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column11-base3 tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column11-yellow tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column11-orange tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column11-red tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column11-magenta tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column11-violet tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column11-blue tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column11-cyan tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column11-green tr:nth-child(10) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base03 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base02 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base01 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base00 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base0 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base1 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base2 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column12-base3 tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column12-yellow tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column12-orange tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column12-red tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column12-magenta tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column12-violet tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column12-blue tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column12-cyan tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column12-green tr:nth-child(10) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base03 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base02 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base01 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base00 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base0 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base1 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base2 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column13-base3 tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column13-yellow tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column13-orange tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column13-red tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column13-magenta tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column13-violet tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column13-blue tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column13-cyan tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column13-green tr:nth-child(10) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base03 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base02 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base01 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base00 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base0 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base1 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base2 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column14-base3 tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column14-yellow tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column14-orange tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column14-red tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column14-magenta tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column14-violet tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column14-blue tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column14-cyan tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column14-green tr:nth-child(10) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base03 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base02 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base01 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base00 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base0 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base1 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base2 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column15-base3 tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column15-yellow tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column15-orange tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column15-red tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column15-magenta tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column15-violet tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column15-blue tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column15-cyan tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column15-green tr:nth-child(10) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base03 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base02 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base01 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base00 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base0 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base1 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base2 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column16-base3 tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column16-yellow tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column16-orange tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column16-red tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column16-magenta tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column16-violet tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column16-blue tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column16-cyan tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column16-green tr:nth-child(10) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base03 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base02 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base01 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base00 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base0 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base1 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base2 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column17-base3 tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column17-yellow tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column17-orange tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column17-red tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column17-magenta tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column17-violet tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column17-blue tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column17-cyan tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column17-green tr:nth-child(10) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base03 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base02 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base01 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base00 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base0 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base1 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base2 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column18-base3 tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column18-yellow tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column18-orange tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column18-red tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column18-magenta tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column18-violet tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column18-blue tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column18-cyan tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column18-green tr:nth-child(10) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base03 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base02 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base01 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base00 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base0 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base1 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base2 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row10-column19-base3 tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row10-column19-yellow tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row10-column19-orange tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row10-column19-red tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row10-column19-magenta tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row10-column19-violet tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row10-column19-blue tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row10-column19-cyan tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row10-column19-green tr:nth-child(10) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column11-border-left-solid th:nth-child(11),
.reveal .column11-border-left-solid td:nth-child(11) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column11-border-right-solid th:nth-child(11),
.reveal .column11-border-right-solid td:nth-child(11) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row11-border-top-solid tr:nth-child(11) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row11-border-bottom-solid tr:nth-child(11) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column11-border1-left-solid-head th:nth-child(11) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column0-border1-left-solid tr:nth-child(11) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column1-border1-left-solid tr:nth-child(11) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column2-border1-left-solid tr:nth-child(11) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column3-border1-left-solid tr:nth-child(11) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column4-border1-left-solid tr:nth-child(11) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column5-border1-left-solid tr:nth-child(11) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column6-border1-left-solid tr:nth-child(11) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column7-border1-left-solid tr:nth-child(11) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column8-border1-left-solid tr:nth-child(11) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row11-column9-border1-left-solid tr:nth-child(11) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column11-border2-left-solid-head th:nth-child(11) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column0-border2-left-solid tr:nth-child(11) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column1-border2-left-solid tr:nth-child(11) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column2-border2-left-solid tr:nth-child(11) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column3-border2-left-solid tr:nth-child(11) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column4-border2-left-solid tr:nth-child(11) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column5-border2-left-solid tr:nth-child(11) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column6-border2-left-solid tr:nth-child(11) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column7-border2-left-solid tr:nth-child(11) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column8-border2-left-solid tr:nth-child(11) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row11-column9-border2-left-solid tr:nth-child(11) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column11-border1-right-solid-head th:nth-child(11) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column0-border1-right-solid tr:nth-child(11) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column1-border1-right-solid tr:nth-child(11) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column2-border1-right-solid tr:nth-child(11) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column3-border1-right-solid tr:nth-child(11) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column4-border1-right-solid tr:nth-child(11) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column5-border1-right-solid tr:nth-child(11) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column6-border1-right-solid tr:nth-child(11) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column7-border1-right-solid tr:nth-child(11) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column8-border1-right-solid tr:nth-child(11) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row11-column9-border1-right-solid tr:nth-child(11) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column11-border2-right-solid-head th:nth-child(11) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column0-border2-right-solid tr:nth-child(11) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column1-border2-right-solid tr:nth-child(11) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column2-border2-right-solid tr:nth-child(11) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column3-border2-right-solid tr:nth-child(11) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column4-border2-right-solid tr:nth-child(11) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column5-border2-right-solid tr:nth-child(11) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column6-border2-right-solid tr:nth-child(11) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column7-border2-right-solid tr:nth-child(11) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column8-border2-right-solid tr:nth-child(11) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row11-column9-border2-right-solid tr:nth-child(11) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column11-border1-top-solid-head th:nth-child(11) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column0-border1-top-solid tr:nth-child(11) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column1-border1-top-solid tr:nth-child(11) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column2-border1-top-solid tr:nth-child(11) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column3-border1-top-solid tr:nth-child(11) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column4-border1-top-solid tr:nth-child(11) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column5-border1-top-solid tr:nth-child(11) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column6-border1-top-solid tr:nth-child(11) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column7-border1-top-solid tr:nth-child(11) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column8-border1-top-solid tr:nth-child(11) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row11-column9-border1-top-solid tr:nth-child(11) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column11-border2-top-solid-head th:nth-child(11) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column0-border2-top-solid tr:nth-child(11) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column1-border2-top-solid tr:nth-child(11) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column2-border2-top-solid tr:nth-child(11) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column3-border2-top-solid tr:nth-child(11) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column4-border2-top-solid tr:nth-child(11) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column5-border2-top-solid tr:nth-child(11) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column6-border2-top-solid tr:nth-child(11) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column7-border2-top-solid tr:nth-child(11) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column8-border2-top-solid tr:nth-child(11) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row11-column9-border2-top-solid tr:nth-child(11) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column11-border1-bottom-solid-head th:nth-child(11) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column0-border1-bottom-solid tr:nth-child(11) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column1-border1-bottom-solid tr:nth-child(11) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column2-border1-bottom-solid tr:nth-child(11) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column3-border1-bottom-solid tr:nth-child(11) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column4-border1-bottom-solid tr:nth-child(11) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column5-border1-bottom-solid tr:nth-child(11) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column6-border1-bottom-solid tr:nth-child(11) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column7-border1-bottom-solid tr:nth-child(11) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column8-border1-bottom-solid tr:nth-child(11) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row11-column9-border1-bottom-solid tr:nth-child(11) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column11-border2-bottom-solid-head th:nth-child(11) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column0-border2-bottom-solid tr:nth-child(11) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column1-border2-bottom-solid tr:nth-child(11) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column2-border2-bottom-solid tr:nth-child(11) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column3-border2-bottom-solid tr:nth-child(11) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column4-border2-bottom-solid tr:nth-child(11) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column5-border2-bottom-solid tr:nth-child(11) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column6-border2-bottom-solid tr:nth-child(11) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column7-border2-bottom-solid tr:nth-child(11) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column8-border2-bottom-solid tr:nth-child(11) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row11-column9-border2-bottom-solid tr:nth-child(11) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column11-border-left-dashed th:nth-child(11),
.reveal .column11-border-left-dashed td:nth-child(11) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column11-border-right-dashed th:nth-child(11),
.reveal .column11-border-right-dashed td:nth-child(11) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row11-border-top-dashed tr:nth-child(11) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row11-border-bottom-dashed tr:nth-child(11) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column11-border1-left-dashed-head th:nth-child(11) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border1-left-dashed tr:nth-child(11) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border1-left-dashed tr:nth-child(11) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border1-left-dashed tr:nth-child(11) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border1-left-dashed tr:nth-child(11) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border1-left-dashed tr:nth-child(11) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border1-left-dashed tr:nth-child(11) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border1-left-dashed tr:nth-child(11) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border1-left-dashed tr:nth-child(11) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border1-left-dashed tr:nth-child(11) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border1-left-dashed tr:nth-child(11) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column11-border2-left-dashed-head th:nth-child(11) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border2-left-dashed tr:nth-child(11) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border2-left-dashed tr:nth-child(11) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border2-left-dashed tr:nth-child(11) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border2-left-dashed tr:nth-child(11) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border2-left-dashed tr:nth-child(11) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border2-left-dashed tr:nth-child(11) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border2-left-dashed tr:nth-child(11) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border2-left-dashed tr:nth-child(11) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border2-left-dashed tr:nth-child(11) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border2-left-dashed tr:nth-child(11) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column11-border1-right-dashed-head th:nth-child(11) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border1-right-dashed tr:nth-child(11) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border1-right-dashed tr:nth-child(11) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border1-right-dashed tr:nth-child(11) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border1-right-dashed tr:nth-child(11) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border1-right-dashed tr:nth-child(11) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border1-right-dashed tr:nth-child(11) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border1-right-dashed tr:nth-child(11) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border1-right-dashed tr:nth-child(11) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border1-right-dashed tr:nth-child(11) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border1-right-dashed tr:nth-child(11) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column11-border2-right-dashed-head th:nth-child(11) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border2-right-dashed tr:nth-child(11) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border2-right-dashed tr:nth-child(11) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border2-right-dashed tr:nth-child(11) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border2-right-dashed tr:nth-child(11) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border2-right-dashed tr:nth-child(11) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border2-right-dashed tr:nth-child(11) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border2-right-dashed tr:nth-child(11) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border2-right-dashed tr:nth-child(11) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border2-right-dashed tr:nth-child(11) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border2-right-dashed tr:nth-child(11) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column11-border1-top-dashed-head th:nth-child(11) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border1-top-dashed tr:nth-child(11) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border1-top-dashed tr:nth-child(11) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border1-top-dashed tr:nth-child(11) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border1-top-dashed tr:nth-child(11) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border1-top-dashed tr:nth-child(11) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border1-top-dashed tr:nth-child(11) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border1-top-dashed tr:nth-child(11) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border1-top-dashed tr:nth-child(11) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border1-top-dashed tr:nth-child(11) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border1-top-dashed tr:nth-child(11) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column11-border2-top-dashed-head th:nth-child(11) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border2-top-dashed tr:nth-child(11) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border2-top-dashed tr:nth-child(11) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border2-top-dashed tr:nth-child(11) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border2-top-dashed tr:nth-child(11) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border2-top-dashed tr:nth-child(11) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border2-top-dashed tr:nth-child(11) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border2-top-dashed tr:nth-child(11) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border2-top-dashed tr:nth-child(11) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border2-top-dashed tr:nth-child(11) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border2-top-dashed tr:nth-child(11) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column11-border1-bottom-dashed-head th:nth-child(11) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border1-bottom-dashed tr:nth-child(11) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border1-bottom-dashed tr:nth-child(11) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border1-bottom-dashed tr:nth-child(11) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border1-bottom-dashed tr:nth-child(11) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border1-bottom-dashed tr:nth-child(11) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border1-bottom-dashed tr:nth-child(11) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border1-bottom-dashed tr:nth-child(11) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border1-bottom-dashed tr:nth-child(11) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border1-bottom-dashed tr:nth-child(11) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border1-bottom-dashed tr:nth-child(11) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column11-border2-bottom-dashed-head th:nth-child(11) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column0-border2-bottom-dashed tr:nth-child(11) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column1-border2-bottom-dashed tr:nth-child(11) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column2-border2-bottom-dashed tr:nth-child(11) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column3-border2-bottom-dashed tr:nth-child(11) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column4-border2-bottom-dashed tr:nth-child(11) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column5-border2-bottom-dashed tr:nth-child(11) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column6-border2-bottom-dashed tr:nth-child(11) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column7-border2-bottom-dashed tr:nth-child(11) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column8-border2-bottom-dashed tr:nth-child(11) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row11-column9-border2-bottom-dashed tr:nth-child(11) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column11-border-left-dotted th:nth-child(11),
.reveal .column11-border-left-dotted td:nth-child(11) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column11-border-right-dotted th:nth-child(11),
.reveal .column11-border-right-dotted td:nth-child(11) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row11-border-top-dotted tr:nth-child(11) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row11-border-bottom-dotted tr:nth-child(11) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column11-border1-left-dotted-head th:nth-child(11) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border1-left-dotted tr:nth-child(11) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border1-left-dotted tr:nth-child(11) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border1-left-dotted tr:nth-child(11) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border1-left-dotted tr:nth-child(11) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border1-left-dotted tr:nth-child(11) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border1-left-dotted tr:nth-child(11) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border1-left-dotted tr:nth-child(11) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border1-left-dotted tr:nth-child(11) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border1-left-dotted tr:nth-child(11) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border1-left-dotted tr:nth-child(11) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column11-border2-left-dotted-head th:nth-child(11) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border2-left-dotted tr:nth-child(11) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border2-left-dotted tr:nth-child(11) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border2-left-dotted tr:nth-child(11) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border2-left-dotted tr:nth-child(11) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border2-left-dotted tr:nth-child(11) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border2-left-dotted tr:nth-child(11) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border2-left-dotted tr:nth-child(11) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border2-left-dotted tr:nth-child(11) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border2-left-dotted tr:nth-child(11) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border2-left-dotted tr:nth-child(11) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column11-border1-right-dotted-head th:nth-child(11) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border1-right-dotted tr:nth-child(11) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border1-right-dotted tr:nth-child(11) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border1-right-dotted tr:nth-child(11) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border1-right-dotted tr:nth-child(11) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border1-right-dotted tr:nth-child(11) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border1-right-dotted tr:nth-child(11) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border1-right-dotted tr:nth-child(11) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border1-right-dotted tr:nth-child(11) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border1-right-dotted tr:nth-child(11) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border1-right-dotted tr:nth-child(11) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column11-border2-right-dotted-head th:nth-child(11) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border2-right-dotted tr:nth-child(11) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border2-right-dotted tr:nth-child(11) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border2-right-dotted tr:nth-child(11) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border2-right-dotted tr:nth-child(11) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border2-right-dotted tr:nth-child(11) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border2-right-dotted tr:nth-child(11) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border2-right-dotted tr:nth-child(11) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border2-right-dotted tr:nth-child(11) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border2-right-dotted tr:nth-child(11) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border2-right-dotted tr:nth-child(11) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column11-border1-top-dotted-head th:nth-child(11) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border1-top-dotted tr:nth-child(11) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border1-top-dotted tr:nth-child(11) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border1-top-dotted tr:nth-child(11) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border1-top-dotted tr:nth-child(11) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border1-top-dotted tr:nth-child(11) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border1-top-dotted tr:nth-child(11) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border1-top-dotted tr:nth-child(11) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border1-top-dotted tr:nth-child(11) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border1-top-dotted tr:nth-child(11) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border1-top-dotted tr:nth-child(11) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column11-border2-top-dotted-head th:nth-child(11) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border2-top-dotted tr:nth-child(11) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border2-top-dotted tr:nth-child(11) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border2-top-dotted tr:nth-child(11) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border2-top-dotted tr:nth-child(11) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border2-top-dotted tr:nth-child(11) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border2-top-dotted tr:nth-child(11) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border2-top-dotted tr:nth-child(11) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border2-top-dotted tr:nth-child(11) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border2-top-dotted tr:nth-child(11) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border2-top-dotted tr:nth-child(11) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column11-border1-bottom-dotted-head th:nth-child(11) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border1-bottom-dotted tr:nth-child(11) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border1-bottom-dotted tr:nth-child(11) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border1-bottom-dotted tr:nth-child(11) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border1-bottom-dotted tr:nth-child(11) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border1-bottom-dotted tr:nth-child(11) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border1-bottom-dotted tr:nth-child(11) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border1-bottom-dotted tr:nth-child(11) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border1-bottom-dotted tr:nth-child(11) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border1-bottom-dotted tr:nth-child(11) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border1-bottom-dotted tr:nth-child(11) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column11-border2-bottom-dotted-head th:nth-child(11) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column0-border2-bottom-dotted tr:nth-child(11) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column1-border2-bottom-dotted tr:nth-child(11) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column2-border2-bottom-dotted tr:nth-child(11) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column3-border2-bottom-dotted tr:nth-child(11) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column4-border2-bottom-dotted tr:nth-child(11) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column5-border2-bottom-dotted tr:nth-child(11) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column6-border2-bottom-dotted tr:nth-child(11) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column7-border2-bottom-dotted tr:nth-child(11) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column8-border2-bottom-dotted tr:nth-child(11) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row11-column9-border2-bottom-dotted tr:nth-child(11) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column11-bold td:nth-child(11) {
  font-weight: 800;
}

.reveal .head-highlight-11 th:nth-child(n + 11) {
  background-color: var(--solarized-base2);
}

.reveal .row11-column0-base03 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base02 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base01 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base00 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base0 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base1 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base2 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column0-base3 tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column0-yellow tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column0-orange tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column0-red tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column0-magenta tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column0-violet tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column0-blue tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column0-cyan tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column0-green tr:nth-child(11) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base03 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base02 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base01 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base00 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base0 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base1 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base2 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column1-base3 tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column1-yellow tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column1-orange tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column1-red tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column1-magenta tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column1-violet tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column1-blue tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column1-cyan tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column1-green tr:nth-child(11) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base03 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base02 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base01 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base00 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base0 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base1 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base2 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column2-base3 tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column2-yellow tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column2-orange tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column2-red tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column2-magenta tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column2-violet tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column2-blue tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column2-cyan tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column2-green tr:nth-child(11) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base03 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base02 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base01 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base00 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base0 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base1 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base2 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column3-base3 tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column3-yellow tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column3-orange tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column3-red tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column3-magenta tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column3-violet tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column3-blue tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column3-cyan tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column3-green tr:nth-child(11) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base03 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base02 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base01 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base00 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base0 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base1 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base2 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column4-base3 tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column4-yellow tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column4-orange tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column4-red tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column4-magenta tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column4-violet tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column4-blue tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column4-cyan tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column4-green tr:nth-child(11) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base03 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base02 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base01 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base00 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base0 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base1 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base2 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column5-base3 tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column5-yellow tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column5-orange tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column5-red tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column5-magenta tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column5-violet tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column5-blue tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column5-cyan tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column5-green tr:nth-child(11) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base03 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base02 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base01 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base00 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base0 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base1 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base2 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column6-base3 tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column6-yellow tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column6-orange tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column6-red tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column6-magenta tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column6-violet tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column6-blue tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column6-cyan tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column6-green tr:nth-child(11) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base03 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base02 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base01 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base00 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base0 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base1 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base2 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column7-base3 tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column7-yellow tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column7-orange tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column7-red tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column7-magenta tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column7-violet tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column7-blue tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column7-cyan tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column7-green tr:nth-child(11) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base03 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base02 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base01 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base00 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base0 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base1 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base2 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column8-base3 tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column8-yellow tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column8-orange tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column8-red tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column8-magenta tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column8-violet tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column8-blue tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column8-cyan tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column8-green tr:nth-child(11) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base03 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base02 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base01 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base00 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base0 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base1 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base2 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column9-base3 tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column9-yellow tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column9-orange tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column9-red tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column9-magenta tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column9-violet tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column9-blue tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column9-cyan tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column9-green tr:nth-child(11) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base03 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base02 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base01 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base00 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base0 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base1 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base2 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column10-base3 tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column10-yellow tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column10-orange tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column10-red tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column10-magenta tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column10-violet tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column10-blue tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column10-cyan tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column10-green tr:nth-child(11) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base03 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base02 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base01 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base00 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base0 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base1 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base2 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column11-base3 tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column11-yellow tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column11-orange tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column11-red tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column11-magenta tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column11-violet tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column11-blue tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column11-cyan tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column11-green tr:nth-child(11) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base03 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base02 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base01 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base00 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base0 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base1 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base2 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column12-base3 tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column12-yellow tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column12-orange tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column12-red tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column12-magenta tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column12-violet tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column12-blue tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column12-cyan tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column12-green tr:nth-child(11) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base03 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base02 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base01 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base00 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base0 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base1 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base2 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column13-base3 tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column13-yellow tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column13-orange tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column13-red tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column13-magenta tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column13-violet tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column13-blue tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column13-cyan tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column13-green tr:nth-child(11) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base03 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base02 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base01 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base00 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base0 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base1 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base2 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column14-base3 tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column14-yellow tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column14-orange tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column14-red tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column14-magenta tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column14-violet tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column14-blue tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column14-cyan tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column14-green tr:nth-child(11) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base03 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base02 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base01 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base00 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base0 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base1 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base2 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column15-base3 tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column15-yellow tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column15-orange tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column15-red tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column15-magenta tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column15-violet tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column15-blue tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column15-cyan tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column15-green tr:nth-child(11) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base03 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base02 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base01 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base00 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base0 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base1 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base2 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column16-base3 tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column16-yellow tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column16-orange tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column16-red tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column16-magenta tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column16-violet tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column16-blue tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column16-cyan tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column16-green tr:nth-child(11) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base03 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base02 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base01 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base00 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base0 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base1 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base2 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column17-base3 tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column17-yellow tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column17-orange tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column17-red tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column17-magenta tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column17-violet tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column17-blue tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column17-cyan tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column17-green tr:nth-child(11) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base03 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base02 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base01 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base00 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base0 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base1 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base2 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column18-base3 tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column18-yellow tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column18-orange tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column18-red tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column18-magenta tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column18-violet tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column18-blue tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column18-cyan tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column18-green tr:nth-child(11) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base03 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base02 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base01 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base00 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base0 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base1 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base2 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row11-column19-base3 tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row11-column19-yellow tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row11-column19-orange tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row11-column19-red tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row11-column19-magenta tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row11-column19-violet tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row11-column19-blue tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row11-column19-cyan tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row11-column19-green tr:nth-child(11) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column12-border-left-solid th:nth-child(12),
.reveal .column12-border-left-solid td:nth-child(12) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column12-border-right-solid th:nth-child(12),
.reveal .column12-border-right-solid td:nth-child(12) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row12-border-top-solid tr:nth-child(12) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row12-border-bottom-solid tr:nth-child(12) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column12-border1-left-solid-head th:nth-child(12) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column0-border1-left-solid tr:nth-child(12) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column1-border1-left-solid tr:nth-child(12) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column2-border1-left-solid tr:nth-child(12) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column3-border1-left-solid tr:nth-child(12) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column4-border1-left-solid tr:nth-child(12) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column5-border1-left-solid tr:nth-child(12) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column6-border1-left-solid tr:nth-child(12) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column7-border1-left-solid tr:nth-child(12) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column8-border1-left-solid tr:nth-child(12) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row12-column9-border1-left-solid tr:nth-child(12) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column12-border2-left-solid-head th:nth-child(12) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column0-border2-left-solid tr:nth-child(12) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column1-border2-left-solid tr:nth-child(12) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column2-border2-left-solid tr:nth-child(12) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column3-border2-left-solid tr:nth-child(12) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column4-border2-left-solid tr:nth-child(12) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column5-border2-left-solid tr:nth-child(12) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column6-border2-left-solid tr:nth-child(12) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column7-border2-left-solid tr:nth-child(12) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column8-border2-left-solid tr:nth-child(12) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row12-column9-border2-left-solid tr:nth-child(12) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column12-border1-right-solid-head th:nth-child(12) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column0-border1-right-solid tr:nth-child(12) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column1-border1-right-solid tr:nth-child(12) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column2-border1-right-solid tr:nth-child(12) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column3-border1-right-solid tr:nth-child(12) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column4-border1-right-solid tr:nth-child(12) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column5-border1-right-solid tr:nth-child(12) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column6-border1-right-solid tr:nth-child(12) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column7-border1-right-solid tr:nth-child(12) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column8-border1-right-solid tr:nth-child(12) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row12-column9-border1-right-solid tr:nth-child(12) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column12-border2-right-solid-head th:nth-child(12) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column0-border2-right-solid tr:nth-child(12) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column1-border2-right-solid tr:nth-child(12) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column2-border2-right-solid tr:nth-child(12) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column3-border2-right-solid tr:nth-child(12) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column4-border2-right-solid tr:nth-child(12) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column5-border2-right-solid tr:nth-child(12) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column6-border2-right-solid tr:nth-child(12) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column7-border2-right-solid tr:nth-child(12) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column8-border2-right-solid tr:nth-child(12) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row12-column9-border2-right-solid tr:nth-child(12) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column12-border1-top-solid-head th:nth-child(12) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column0-border1-top-solid tr:nth-child(12) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column1-border1-top-solid tr:nth-child(12) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column2-border1-top-solid tr:nth-child(12) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column3-border1-top-solid tr:nth-child(12) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column4-border1-top-solid tr:nth-child(12) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column5-border1-top-solid tr:nth-child(12) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column6-border1-top-solid tr:nth-child(12) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column7-border1-top-solid tr:nth-child(12) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column8-border1-top-solid tr:nth-child(12) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row12-column9-border1-top-solid tr:nth-child(12) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column12-border2-top-solid-head th:nth-child(12) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column0-border2-top-solid tr:nth-child(12) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column1-border2-top-solid tr:nth-child(12) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column2-border2-top-solid tr:nth-child(12) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column3-border2-top-solid tr:nth-child(12) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column4-border2-top-solid tr:nth-child(12) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column5-border2-top-solid tr:nth-child(12) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column6-border2-top-solid tr:nth-child(12) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column7-border2-top-solid tr:nth-child(12) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column8-border2-top-solid tr:nth-child(12) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row12-column9-border2-top-solid tr:nth-child(12) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column12-border1-bottom-solid-head th:nth-child(12) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column0-border1-bottom-solid tr:nth-child(12) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column1-border1-bottom-solid tr:nth-child(12) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column2-border1-bottom-solid tr:nth-child(12) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column3-border1-bottom-solid tr:nth-child(12) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column4-border1-bottom-solid tr:nth-child(12) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column5-border1-bottom-solid tr:nth-child(12) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column6-border1-bottom-solid tr:nth-child(12) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column7-border1-bottom-solid tr:nth-child(12) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column8-border1-bottom-solid tr:nth-child(12) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row12-column9-border1-bottom-solid tr:nth-child(12) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column12-border2-bottom-solid-head th:nth-child(12) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column0-border2-bottom-solid tr:nth-child(12) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column1-border2-bottom-solid tr:nth-child(12) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column2-border2-bottom-solid tr:nth-child(12) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column3-border2-bottom-solid tr:nth-child(12) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column4-border2-bottom-solid tr:nth-child(12) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column5-border2-bottom-solid tr:nth-child(12) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column6-border2-bottom-solid tr:nth-child(12) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column7-border2-bottom-solid tr:nth-child(12) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column8-border2-bottom-solid tr:nth-child(12) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row12-column9-border2-bottom-solid tr:nth-child(12) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column12-border-left-dashed th:nth-child(12),
.reveal .column12-border-left-dashed td:nth-child(12) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column12-border-right-dashed th:nth-child(12),
.reveal .column12-border-right-dashed td:nth-child(12) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row12-border-top-dashed tr:nth-child(12) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row12-border-bottom-dashed tr:nth-child(12) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column12-border1-left-dashed-head th:nth-child(12) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border1-left-dashed tr:nth-child(12) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border1-left-dashed tr:nth-child(12) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border1-left-dashed tr:nth-child(12) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border1-left-dashed tr:nth-child(12) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border1-left-dashed tr:nth-child(12) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border1-left-dashed tr:nth-child(12) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border1-left-dashed tr:nth-child(12) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border1-left-dashed tr:nth-child(12) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border1-left-dashed tr:nth-child(12) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border1-left-dashed tr:nth-child(12) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column12-border2-left-dashed-head th:nth-child(12) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border2-left-dashed tr:nth-child(12) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border2-left-dashed tr:nth-child(12) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border2-left-dashed tr:nth-child(12) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border2-left-dashed tr:nth-child(12) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border2-left-dashed tr:nth-child(12) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border2-left-dashed tr:nth-child(12) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border2-left-dashed tr:nth-child(12) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border2-left-dashed tr:nth-child(12) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border2-left-dashed tr:nth-child(12) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border2-left-dashed tr:nth-child(12) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column12-border1-right-dashed-head th:nth-child(12) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border1-right-dashed tr:nth-child(12) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border1-right-dashed tr:nth-child(12) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border1-right-dashed tr:nth-child(12) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border1-right-dashed tr:nth-child(12) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border1-right-dashed tr:nth-child(12) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border1-right-dashed tr:nth-child(12) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border1-right-dashed tr:nth-child(12) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border1-right-dashed tr:nth-child(12) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border1-right-dashed tr:nth-child(12) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border1-right-dashed tr:nth-child(12) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column12-border2-right-dashed-head th:nth-child(12) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border2-right-dashed tr:nth-child(12) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border2-right-dashed tr:nth-child(12) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border2-right-dashed tr:nth-child(12) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border2-right-dashed tr:nth-child(12) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border2-right-dashed tr:nth-child(12) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border2-right-dashed tr:nth-child(12) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border2-right-dashed tr:nth-child(12) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border2-right-dashed tr:nth-child(12) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border2-right-dashed tr:nth-child(12) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border2-right-dashed tr:nth-child(12) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column12-border1-top-dashed-head th:nth-child(12) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border1-top-dashed tr:nth-child(12) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border1-top-dashed tr:nth-child(12) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border1-top-dashed tr:nth-child(12) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border1-top-dashed tr:nth-child(12) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border1-top-dashed tr:nth-child(12) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border1-top-dashed tr:nth-child(12) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border1-top-dashed tr:nth-child(12) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border1-top-dashed tr:nth-child(12) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border1-top-dashed tr:nth-child(12) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border1-top-dashed tr:nth-child(12) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column12-border2-top-dashed-head th:nth-child(12) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border2-top-dashed tr:nth-child(12) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border2-top-dashed tr:nth-child(12) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border2-top-dashed tr:nth-child(12) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border2-top-dashed tr:nth-child(12) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border2-top-dashed tr:nth-child(12) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border2-top-dashed tr:nth-child(12) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border2-top-dashed tr:nth-child(12) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border2-top-dashed tr:nth-child(12) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border2-top-dashed tr:nth-child(12) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border2-top-dashed tr:nth-child(12) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column12-border1-bottom-dashed-head th:nth-child(12) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border1-bottom-dashed tr:nth-child(12) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border1-bottom-dashed tr:nth-child(12) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border1-bottom-dashed tr:nth-child(12) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border1-bottom-dashed tr:nth-child(12) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border1-bottom-dashed tr:nth-child(12) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border1-bottom-dashed tr:nth-child(12) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border1-bottom-dashed tr:nth-child(12) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border1-bottom-dashed tr:nth-child(12) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border1-bottom-dashed tr:nth-child(12) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border1-bottom-dashed tr:nth-child(12) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column12-border2-bottom-dashed-head th:nth-child(12) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column0-border2-bottom-dashed tr:nth-child(12) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column1-border2-bottom-dashed tr:nth-child(12) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column2-border2-bottom-dashed tr:nth-child(12) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column3-border2-bottom-dashed tr:nth-child(12) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column4-border2-bottom-dashed tr:nth-child(12) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column5-border2-bottom-dashed tr:nth-child(12) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column6-border2-bottom-dashed tr:nth-child(12) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column7-border2-bottom-dashed tr:nth-child(12) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column8-border2-bottom-dashed tr:nth-child(12) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row12-column9-border2-bottom-dashed tr:nth-child(12) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column12-border-left-dotted th:nth-child(12),
.reveal .column12-border-left-dotted td:nth-child(12) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column12-border-right-dotted th:nth-child(12),
.reveal .column12-border-right-dotted td:nth-child(12) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row12-border-top-dotted tr:nth-child(12) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row12-border-bottom-dotted tr:nth-child(12) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column12-border1-left-dotted-head th:nth-child(12) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border1-left-dotted tr:nth-child(12) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border1-left-dotted tr:nth-child(12) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border1-left-dotted tr:nth-child(12) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border1-left-dotted tr:nth-child(12) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border1-left-dotted tr:nth-child(12) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border1-left-dotted tr:nth-child(12) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border1-left-dotted tr:nth-child(12) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border1-left-dotted tr:nth-child(12) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border1-left-dotted tr:nth-child(12) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border1-left-dotted tr:nth-child(12) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column12-border2-left-dotted-head th:nth-child(12) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border2-left-dotted tr:nth-child(12) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border2-left-dotted tr:nth-child(12) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border2-left-dotted tr:nth-child(12) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border2-left-dotted tr:nth-child(12) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border2-left-dotted tr:nth-child(12) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border2-left-dotted tr:nth-child(12) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border2-left-dotted tr:nth-child(12) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border2-left-dotted tr:nth-child(12) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border2-left-dotted tr:nth-child(12) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border2-left-dotted tr:nth-child(12) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column12-border1-right-dotted-head th:nth-child(12) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border1-right-dotted tr:nth-child(12) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border1-right-dotted tr:nth-child(12) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border1-right-dotted tr:nth-child(12) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border1-right-dotted tr:nth-child(12) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border1-right-dotted tr:nth-child(12) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border1-right-dotted tr:nth-child(12) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border1-right-dotted tr:nth-child(12) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border1-right-dotted tr:nth-child(12) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border1-right-dotted tr:nth-child(12) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border1-right-dotted tr:nth-child(12) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column12-border2-right-dotted-head th:nth-child(12) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border2-right-dotted tr:nth-child(12) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border2-right-dotted tr:nth-child(12) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border2-right-dotted tr:nth-child(12) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border2-right-dotted tr:nth-child(12) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border2-right-dotted tr:nth-child(12) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border2-right-dotted tr:nth-child(12) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border2-right-dotted tr:nth-child(12) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border2-right-dotted tr:nth-child(12) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border2-right-dotted tr:nth-child(12) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border2-right-dotted tr:nth-child(12) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column12-border1-top-dotted-head th:nth-child(12) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border1-top-dotted tr:nth-child(12) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border1-top-dotted tr:nth-child(12) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border1-top-dotted tr:nth-child(12) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border1-top-dotted tr:nth-child(12) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border1-top-dotted tr:nth-child(12) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border1-top-dotted tr:nth-child(12) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border1-top-dotted tr:nth-child(12) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border1-top-dotted tr:nth-child(12) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border1-top-dotted tr:nth-child(12) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border1-top-dotted tr:nth-child(12) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column12-border2-top-dotted-head th:nth-child(12) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border2-top-dotted tr:nth-child(12) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border2-top-dotted tr:nth-child(12) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border2-top-dotted tr:nth-child(12) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border2-top-dotted tr:nth-child(12) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border2-top-dotted tr:nth-child(12) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border2-top-dotted tr:nth-child(12) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border2-top-dotted tr:nth-child(12) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border2-top-dotted tr:nth-child(12) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border2-top-dotted tr:nth-child(12) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border2-top-dotted tr:nth-child(12) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column12-border1-bottom-dotted-head th:nth-child(12) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border1-bottom-dotted tr:nth-child(12) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border1-bottom-dotted tr:nth-child(12) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border1-bottom-dotted tr:nth-child(12) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border1-bottom-dotted tr:nth-child(12) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border1-bottom-dotted tr:nth-child(12) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border1-bottom-dotted tr:nth-child(12) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border1-bottom-dotted tr:nth-child(12) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border1-bottom-dotted tr:nth-child(12) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border1-bottom-dotted tr:nth-child(12) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border1-bottom-dotted tr:nth-child(12) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column12-border2-bottom-dotted-head th:nth-child(12) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column0-border2-bottom-dotted tr:nth-child(12) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column1-border2-bottom-dotted tr:nth-child(12) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column2-border2-bottom-dotted tr:nth-child(12) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column3-border2-bottom-dotted tr:nth-child(12) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column4-border2-bottom-dotted tr:nth-child(12) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column5-border2-bottom-dotted tr:nth-child(12) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column6-border2-bottom-dotted tr:nth-child(12) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column7-border2-bottom-dotted tr:nth-child(12) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column8-border2-bottom-dotted tr:nth-child(12) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row12-column9-border2-bottom-dotted tr:nth-child(12) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column12-bold td:nth-child(12) {
  font-weight: 800;
}

.reveal .head-highlight-12 th:nth-child(n + 12) {
  background-color: var(--solarized-base2);
}

.reveal .row12-column0-base03 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base02 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base01 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base00 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base0 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base1 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base2 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column0-base3 tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column0-yellow tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column0-orange tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column0-red tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column0-magenta tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column0-violet tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column0-blue tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column0-cyan tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column0-green tr:nth-child(12) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base03 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base02 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base01 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base00 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base0 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base1 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base2 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column1-base3 tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column1-yellow tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column1-orange tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column1-red tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column1-magenta tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column1-violet tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column1-blue tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column1-cyan tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column1-green tr:nth-child(12) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base03 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base02 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base01 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base00 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base0 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base1 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base2 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column2-base3 tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column2-yellow tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column2-orange tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column2-red tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column2-magenta tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column2-violet tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column2-blue tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column2-cyan tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column2-green tr:nth-child(12) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base03 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base02 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base01 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base00 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base0 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base1 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base2 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column3-base3 tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column3-yellow tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column3-orange tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column3-red tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column3-magenta tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column3-violet tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column3-blue tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column3-cyan tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column3-green tr:nth-child(12) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base03 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base02 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base01 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base00 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base0 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base1 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base2 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column4-base3 tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column4-yellow tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column4-orange tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column4-red tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column4-magenta tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column4-violet tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column4-blue tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column4-cyan tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column4-green tr:nth-child(12) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base03 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base02 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base01 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base00 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base0 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base1 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base2 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column5-base3 tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column5-yellow tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column5-orange tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column5-red tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column5-magenta tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column5-violet tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column5-blue tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column5-cyan tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column5-green tr:nth-child(12) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base03 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base02 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base01 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base00 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base0 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base1 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base2 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column6-base3 tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column6-yellow tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column6-orange tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column6-red tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column6-magenta tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column6-violet tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column6-blue tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column6-cyan tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column6-green tr:nth-child(12) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base03 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base02 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base01 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base00 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base0 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base1 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base2 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column7-base3 tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column7-yellow tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column7-orange tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column7-red tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column7-magenta tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column7-violet tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column7-blue tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column7-cyan tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column7-green tr:nth-child(12) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base03 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base02 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base01 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base00 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base0 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base1 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base2 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column8-base3 tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column8-yellow tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column8-orange tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column8-red tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column8-magenta tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column8-violet tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column8-blue tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column8-cyan tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column8-green tr:nth-child(12) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base03 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base02 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base01 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base00 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base0 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base1 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base2 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column9-base3 tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column9-yellow tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column9-orange tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column9-red tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column9-magenta tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column9-violet tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column9-blue tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column9-cyan tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column9-green tr:nth-child(12) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base03 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base02 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base01 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base00 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base0 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base1 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base2 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column10-base3 tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column10-yellow tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column10-orange tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column10-red tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column10-magenta tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column10-violet tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column10-blue tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column10-cyan tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column10-green tr:nth-child(12) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base03 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base02 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base01 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base00 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base0 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base1 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base2 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column11-base3 tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column11-yellow tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column11-orange tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column11-red tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column11-magenta tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column11-violet tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column11-blue tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column11-cyan tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column11-green tr:nth-child(12) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base03 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base02 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base01 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base00 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base0 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base1 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base2 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column12-base3 tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column12-yellow tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column12-orange tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column12-red tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column12-magenta tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column12-violet tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column12-blue tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column12-cyan tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column12-green tr:nth-child(12) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base03 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base02 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base01 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base00 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base0 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base1 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base2 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column13-base3 tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column13-yellow tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column13-orange tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column13-red tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column13-magenta tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column13-violet tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column13-blue tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column13-cyan tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column13-green tr:nth-child(12) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base03 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base02 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base01 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base00 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base0 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base1 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base2 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column14-base3 tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column14-yellow tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column14-orange tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column14-red tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column14-magenta tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column14-violet tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column14-blue tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column14-cyan tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column14-green tr:nth-child(12) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base03 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base02 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base01 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base00 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base0 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base1 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base2 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column15-base3 tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column15-yellow tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column15-orange tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column15-red tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column15-magenta tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column15-violet tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column15-blue tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column15-cyan tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column15-green tr:nth-child(12) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base03 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base02 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base01 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base00 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base0 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base1 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base2 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column16-base3 tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column16-yellow tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column16-orange tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column16-red tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column16-magenta tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column16-violet tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column16-blue tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column16-cyan tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column16-green tr:nth-child(12) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base03 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base02 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base01 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base00 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base0 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base1 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base2 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column17-base3 tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column17-yellow tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column17-orange tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column17-red tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column17-magenta tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column17-violet tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column17-blue tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column17-cyan tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column17-green tr:nth-child(12) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base03 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base02 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base01 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base00 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base0 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base1 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base2 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column18-base3 tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column18-yellow tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column18-orange tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column18-red tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column18-magenta tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column18-violet tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column18-blue tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column18-cyan tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column18-green tr:nth-child(12) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base03 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base02 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base01 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base00 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base0 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base1 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base2 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row12-column19-base3 tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row12-column19-yellow tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row12-column19-orange tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row12-column19-red tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row12-column19-magenta tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row12-column19-violet tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row12-column19-blue tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row12-column19-cyan tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row12-column19-green tr:nth-child(12) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column13-border-left-solid th:nth-child(13),
.reveal .column13-border-left-solid td:nth-child(13) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column13-border-right-solid th:nth-child(13),
.reveal .column13-border-right-solid td:nth-child(13) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row13-border-top-solid tr:nth-child(13) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row13-border-bottom-solid tr:nth-child(13) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column13-border1-left-solid-head th:nth-child(13) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column0-border1-left-solid tr:nth-child(13) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column1-border1-left-solid tr:nth-child(13) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column2-border1-left-solid tr:nth-child(13) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column3-border1-left-solid tr:nth-child(13) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column4-border1-left-solid tr:nth-child(13) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column5-border1-left-solid tr:nth-child(13) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column6-border1-left-solid tr:nth-child(13) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column7-border1-left-solid tr:nth-child(13) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column8-border1-left-solid tr:nth-child(13) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row13-column9-border1-left-solid tr:nth-child(13) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column13-border2-left-solid-head th:nth-child(13) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column0-border2-left-solid tr:nth-child(13) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column1-border2-left-solid tr:nth-child(13) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column2-border2-left-solid tr:nth-child(13) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column3-border2-left-solid tr:nth-child(13) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column4-border2-left-solid tr:nth-child(13) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column5-border2-left-solid tr:nth-child(13) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column6-border2-left-solid tr:nth-child(13) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column7-border2-left-solid tr:nth-child(13) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column8-border2-left-solid tr:nth-child(13) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row13-column9-border2-left-solid tr:nth-child(13) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column13-border1-right-solid-head th:nth-child(13) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column0-border1-right-solid tr:nth-child(13) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column1-border1-right-solid tr:nth-child(13) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column2-border1-right-solid tr:nth-child(13) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column3-border1-right-solid tr:nth-child(13) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column4-border1-right-solid tr:nth-child(13) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column5-border1-right-solid tr:nth-child(13) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column6-border1-right-solid tr:nth-child(13) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column7-border1-right-solid tr:nth-child(13) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column8-border1-right-solid tr:nth-child(13) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row13-column9-border1-right-solid tr:nth-child(13) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column13-border2-right-solid-head th:nth-child(13) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column0-border2-right-solid tr:nth-child(13) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column1-border2-right-solid tr:nth-child(13) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column2-border2-right-solid tr:nth-child(13) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column3-border2-right-solid tr:nth-child(13) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column4-border2-right-solid tr:nth-child(13) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column5-border2-right-solid tr:nth-child(13) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column6-border2-right-solid tr:nth-child(13) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column7-border2-right-solid tr:nth-child(13) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column8-border2-right-solid tr:nth-child(13) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row13-column9-border2-right-solid tr:nth-child(13) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column13-border1-top-solid-head th:nth-child(13) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column0-border1-top-solid tr:nth-child(13) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column1-border1-top-solid tr:nth-child(13) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column2-border1-top-solid tr:nth-child(13) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column3-border1-top-solid tr:nth-child(13) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column4-border1-top-solid tr:nth-child(13) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column5-border1-top-solid tr:nth-child(13) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column6-border1-top-solid tr:nth-child(13) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column7-border1-top-solid tr:nth-child(13) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column8-border1-top-solid tr:nth-child(13) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row13-column9-border1-top-solid tr:nth-child(13) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column13-border2-top-solid-head th:nth-child(13) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column0-border2-top-solid tr:nth-child(13) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column1-border2-top-solid tr:nth-child(13) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column2-border2-top-solid tr:nth-child(13) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column3-border2-top-solid tr:nth-child(13) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column4-border2-top-solid tr:nth-child(13) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column5-border2-top-solid tr:nth-child(13) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column6-border2-top-solid tr:nth-child(13) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column7-border2-top-solid tr:nth-child(13) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column8-border2-top-solid tr:nth-child(13) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row13-column9-border2-top-solid tr:nth-child(13) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column13-border1-bottom-solid-head th:nth-child(13) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column0-border1-bottom-solid tr:nth-child(13) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column1-border1-bottom-solid tr:nth-child(13) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column2-border1-bottom-solid tr:nth-child(13) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column3-border1-bottom-solid tr:nth-child(13) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column4-border1-bottom-solid tr:nth-child(13) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column5-border1-bottom-solid tr:nth-child(13) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column6-border1-bottom-solid tr:nth-child(13) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column7-border1-bottom-solid tr:nth-child(13) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column8-border1-bottom-solid tr:nth-child(13) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row13-column9-border1-bottom-solid tr:nth-child(13) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column13-border2-bottom-solid-head th:nth-child(13) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column0-border2-bottom-solid tr:nth-child(13) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column1-border2-bottom-solid tr:nth-child(13) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column2-border2-bottom-solid tr:nth-child(13) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column3-border2-bottom-solid tr:nth-child(13) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column4-border2-bottom-solid tr:nth-child(13) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column5-border2-bottom-solid tr:nth-child(13) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column6-border2-bottom-solid tr:nth-child(13) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column7-border2-bottom-solid tr:nth-child(13) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column8-border2-bottom-solid tr:nth-child(13) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row13-column9-border2-bottom-solid tr:nth-child(13) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column13-border-left-dashed th:nth-child(13),
.reveal .column13-border-left-dashed td:nth-child(13) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column13-border-right-dashed th:nth-child(13),
.reveal .column13-border-right-dashed td:nth-child(13) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row13-border-top-dashed tr:nth-child(13) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row13-border-bottom-dashed tr:nth-child(13) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column13-border1-left-dashed-head th:nth-child(13) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border1-left-dashed tr:nth-child(13) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border1-left-dashed tr:nth-child(13) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border1-left-dashed tr:nth-child(13) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border1-left-dashed tr:nth-child(13) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border1-left-dashed tr:nth-child(13) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border1-left-dashed tr:nth-child(13) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border1-left-dashed tr:nth-child(13) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border1-left-dashed tr:nth-child(13) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border1-left-dashed tr:nth-child(13) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border1-left-dashed tr:nth-child(13) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column13-border2-left-dashed-head th:nth-child(13) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border2-left-dashed tr:nth-child(13) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border2-left-dashed tr:nth-child(13) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border2-left-dashed tr:nth-child(13) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border2-left-dashed tr:nth-child(13) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border2-left-dashed tr:nth-child(13) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border2-left-dashed tr:nth-child(13) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border2-left-dashed tr:nth-child(13) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border2-left-dashed tr:nth-child(13) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border2-left-dashed tr:nth-child(13) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border2-left-dashed tr:nth-child(13) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column13-border1-right-dashed-head th:nth-child(13) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border1-right-dashed tr:nth-child(13) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border1-right-dashed tr:nth-child(13) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border1-right-dashed tr:nth-child(13) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border1-right-dashed tr:nth-child(13) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border1-right-dashed tr:nth-child(13) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border1-right-dashed tr:nth-child(13) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border1-right-dashed tr:nth-child(13) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border1-right-dashed tr:nth-child(13) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border1-right-dashed tr:nth-child(13) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border1-right-dashed tr:nth-child(13) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column13-border2-right-dashed-head th:nth-child(13) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border2-right-dashed tr:nth-child(13) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border2-right-dashed tr:nth-child(13) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border2-right-dashed tr:nth-child(13) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border2-right-dashed tr:nth-child(13) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border2-right-dashed tr:nth-child(13) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border2-right-dashed tr:nth-child(13) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border2-right-dashed tr:nth-child(13) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border2-right-dashed tr:nth-child(13) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border2-right-dashed tr:nth-child(13) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border2-right-dashed tr:nth-child(13) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column13-border1-top-dashed-head th:nth-child(13) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border1-top-dashed tr:nth-child(13) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border1-top-dashed tr:nth-child(13) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border1-top-dashed tr:nth-child(13) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border1-top-dashed tr:nth-child(13) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border1-top-dashed tr:nth-child(13) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border1-top-dashed tr:nth-child(13) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border1-top-dashed tr:nth-child(13) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border1-top-dashed tr:nth-child(13) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border1-top-dashed tr:nth-child(13) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border1-top-dashed tr:nth-child(13) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column13-border2-top-dashed-head th:nth-child(13) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border2-top-dashed tr:nth-child(13) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border2-top-dashed tr:nth-child(13) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border2-top-dashed tr:nth-child(13) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border2-top-dashed tr:nth-child(13) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border2-top-dashed tr:nth-child(13) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border2-top-dashed tr:nth-child(13) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border2-top-dashed tr:nth-child(13) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border2-top-dashed tr:nth-child(13) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border2-top-dashed tr:nth-child(13) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border2-top-dashed tr:nth-child(13) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column13-border1-bottom-dashed-head th:nth-child(13) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border1-bottom-dashed tr:nth-child(13) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border1-bottom-dashed tr:nth-child(13) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border1-bottom-dashed tr:nth-child(13) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border1-bottom-dashed tr:nth-child(13) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border1-bottom-dashed tr:nth-child(13) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border1-bottom-dashed tr:nth-child(13) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border1-bottom-dashed tr:nth-child(13) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border1-bottom-dashed tr:nth-child(13) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border1-bottom-dashed tr:nth-child(13) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border1-bottom-dashed tr:nth-child(13) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column13-border2-bottom-dashed-head th:nth-child(13) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column0-border2-bottom-dashed tr:nth-child(13) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column1-border2-bottom-dashed tr:nth-child(13) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column2-border2-bottom-dashed tr:nth-child(13) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column3-border2-bottom-dashed tr:nth-child(13) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column4-border2-bottom-dashed tr:nth-child(13) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column5-border2-bottom-dashed tr:nth-child(13) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column6-border2-bottom-dashed tr:nth-child(13) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column7-border2-bottom-dashed tr:nth-child(13) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column8-border2-bottom-dashed tr:nth-child(13) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row13-column9-border2-bottom-dashed tr:nth-child(13) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column13-border-left-dotted th:nth-child(13),
.reveal .column13-border-left-dotted td:nth-child(13) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column13-border-right-dotted th:nth-child(13),
.reveal .column13-border-right-dotted td:nth-child(13) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row13-border-top-dotted tr:nth-child(13) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row13-border-bottom-dotted tr:nth-child(13) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column13-border1-left-dotted-head th:nth-child(13) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border1-left-dotted tr:nth-child(13) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border1-left-dotted tr:nth-child(13) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border1-left-dotted tr:nth-child(13) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border1-left-dotted tr:nth-child(13) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border1-left-dotted tr:nth-child(13) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border1-left-dotted tr:nth-child(13) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border1-left-dotted tr:nth-child(13) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border1-left-dotted tr:nth-child(13) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border1-left-dotted tr:nth-child(13) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border1-left-dotted tr:nth-child(13) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column13-border2-left-dotted-head th:nth-child(13) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border2-left-dotted tr:nth-child(13) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border2-left-dotted tr:nth-child(13) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border2-left-dotted tr:nth-child(13) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border2-left-dotted tr:nth-child(13) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border2-left-dotted tr:nth-child(13) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border2-left-dotted tr:nth-child(13) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border2-left-dotted tr:nth-child(13) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border2-left-dotted tr:nth-child(13) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border2-left-dotted tr:nth-child(13) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border2-left-dotted tr:nth-child(13) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column13-border1-right-dotted-head th:nth-child(13) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border1-right-dotted tr:nth-child(13) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border1-right-dotted tr:nth-child(13) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border1-right-dotted tr:nth-child(13) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border1-right-dotted tr:nth-child(13) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border1-right-dotted tr:nth-child(13) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border1-right-dotted tr:nth-child(13) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border1-right-dotted tr:nth-child(13) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border1-right-dotted tr:nth-child(13) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border1-right-dotted tr:nth-child(13) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border1-right-dotted tr:nth-child(13) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column13-border2-right-dotted-head th:nth-child(13) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border2-right-dotted tr:nth-child(13) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border2-right-dotted tr:nth-child(13) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border2-right-dotted tr:nth-child(13) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border2-right-dotted tr:nth-child(13) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border2-right-dotted tr:nth-child(13) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border2-right-dotted tr:nth-child(13) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border2-right-dotted tr:nth-child(13) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border2-right-dotted tr:nth-child(13) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border2-right-dotted tr:nth-child(13) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border2-right-dotted tr:nth-child(13) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column13-border1-top-dotted-head th:nth-child(13) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border1-top-dotted tr:nth-child(13) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border1-top-dotted tr:nth-child(13) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border1-top-dotted tr:nth-child(13) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border1-top-dotted tr:nth-child(13) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border1-top-dotted tr:nth-child(13) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border1-top-dotted tr:nth-child(13) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border1-top-dotted tr:nth-child(13) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border1-top-dotted tr:nth-child(13) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border1-top-dotted tr:nth-child(13) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border1-top-dotted tr:nth-child(13) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column13-border2-top-dotted-head th:nth-child(13) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border2-top-dotted tr:nth-child(13) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border2-top-dotted tr:nth-child(13) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border2-top-dotted tr:nth-child(13) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border2-top-dotted tr:nth-child(13) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border2-top-dotted tr:nth-child(13) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border2-top-dotted tr:nth-child(13) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border2-top-dotted tr:nth-child(13) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border2-top-dotted tr:nth-child(13) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border2-top-dotted tr:nth-child(13) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border2-top-dotted tr:nth-child(13) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column13-border1-bottom-dotted-head th:nth-child(13) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border1-bottom-dotted tr:nth-child(13) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border1-bottom-dotted tr:nth-child(13) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border1-bottom-dotted tr:nth-child(13) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border1-bottom-dotted tr:nth-child(13) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border1-bottom-dotted tr:nth-child(13) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border1-bottom-dotted tr:nth-child(13) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border1-bottom-dotted tr:nth-child(13) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border1-bottom-dotted tr:nth-child(13) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border1-bottom-dotted tr:nth-child(13) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border1-bottom-dotted tr:nth-child(13) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column13-border2-bottom-dotted-head th:nth-child(13) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column0-border2-bottom-dotted tr:nth-child(13) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column1-border2-bottom-dotted tr:nth-child(13) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column2-border2-bottom-dotted tr:nth-child(13) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column3-border2-bottom-dotted tr:nth-child(13) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column4-border2-bottom-dotted tr:nth-child(13) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column5-border2-bottom-dotted tr:nth-child(13) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column6-border2-bottom-dotted tr:nth-child(13) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column7-border2-bottom-dotted tr:nth-child(13) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column8-border2-bottom-dotted tr:nth-child(13) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row13-column9-border2-bottom-dotted tr:nth-child(13) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column13-bold td:nth-child(13) {
  font-weight: 800;
}

.reveal .head-highlight-13 th:nth-child(n + 13) {
  background-color: var(--solarized-base2);
}

.reveal .row13-column0-base03 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base02 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base01 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base00 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base0 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base1 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base2 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column0-base3 tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column0-yellow tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column0-orange tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column0-red tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column0-magenta tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column0-violet tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column0-blue tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column0-cyan tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column0-green tr:nth-child(13) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base03 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base02 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base01 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base00 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base0 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base1 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base2 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column1-base3 tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column1-yellow tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column1-orange tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column1-red tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column1-magenta tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column1-violet tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column1-blue tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column1-cyan tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column1-green tr:nth-child(13) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base03 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base02 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base01 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base00 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base0 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base1 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base2 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column2-base3 tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column2-yellow tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column2-orange tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column2-red tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column2-magenta tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column2-violet tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column2-blue tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column2-cyan tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column2-green tr:nth-child(13) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base03 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base02 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base01 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base00 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base0 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base1 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base2 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column3-base3 tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column3-yellow tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column3-orange tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column3-red tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column3-magenta tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column3-violet tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column3-blue tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column3-cyan tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column3-green tr:nth-child(13) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base03 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base02 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base01 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base00 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base0 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base1 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base2 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column4-base3 tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column4-yellow tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column4-orange tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column4-red tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column4-magenta tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column4-violet tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column4-blue tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column4-cyan tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column4-green tr:nth-child(13) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base03 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base02 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base01 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base00 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base0 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base1 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base2 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column5-base3 tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column5-yellow tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column5-orange tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column5-red tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column5-magenta tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column5-violet tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column5-blue tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column5-cyan tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column5-green tr:nth-child(13) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base03 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base02 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base01 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base00 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base0 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base1 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base2 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column6-base3 tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column6-yellow tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column6-orange tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column6-red tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column6-magenta tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column6-violet tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column6-blue tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column6-cyan tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column6-green tr:nth-child(13) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base03 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base02 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base01 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base00 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base0 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base1 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base2 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column7-base3 tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column7-yellow tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column7-orange tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column7-red tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column7-magenta tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column7-violet tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column7-blue tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column7-cyan tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column7-green tr:nth-child(13) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base03 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base02 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base01 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base00 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base0 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base1 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base2 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column8-base3 tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column8-yellow tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column8-orange tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column8-red tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column8-magenta tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column8-violet tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column8-blue tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column8-cyan tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column8-green tr:nth-child(13) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base03 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base02 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base01 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base00 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base0 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base1 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base2 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column9-base3 tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column9-yellow tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column9-orange tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column9-red tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column9-magenta tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column9-violet tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column9-blue tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column9-cyan tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column9-green tr:nth-child(13) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base03 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base02 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base01 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base00 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base0 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base1 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base2 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column10-base3 tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column10-yellow tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column10-orange tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column10-red tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column10-magenta tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column10-violet tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column10-blue tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column10-cyan tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column10-green tr:nth-child(13) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base03 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base02 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base01 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base00 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base0 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base1 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base2 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column11-base3 tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column11-yellow tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column11-orange tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column11-red tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column11-magenta tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column11-violet tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column11-blue tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column11-cyan tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column11-green tr:nth-child(13) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base03 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base02 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base01 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base00 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base0 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base1 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base2 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column12-base3 tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column12-yellow tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column12-orange tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column12-red tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column12-magenta tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column12-violet tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column12-blue tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column12-cyan tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column12-green tr:nth-child(13) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base03 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base02 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base01 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base00 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base0 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base1 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base2 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column13-base3 tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column13-yellow tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column13-orange tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column13-red tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column13-magenta tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column13-violet tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column13-blue tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column13-cyan tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column13-green tr:nth-child(13) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base03 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base02 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base01 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base00 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base0 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base1 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base2 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column14-base3 tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column14-yellow tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column14-orange tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column14-red tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column14-magenta tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column14-violet tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column14-blue tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column14-cyan tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column14-green tr:nth-child(13) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base03 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base02 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base01 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base00 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base0 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base1 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base2 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column15-base3 tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column15-yellow tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column15-orange tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column15-red tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column15-magenta tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column15-violet tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column15-blue tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column15-cyan tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column15-green tr:nth-child(13) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base03 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base02 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base01 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base00 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base0 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base1 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base2 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column16-base3 tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column16-yellow tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column16-orange tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column16-red tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column16-magenta tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column16-violet tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column16-blue tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column16-cyan tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column16-green tr:nth-child(13) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base03 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base02 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base01 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base00 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base0 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base1 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base2 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column17-base3 tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column17-yellow tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column17-orange tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column17-red tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column17-magenta tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column17-violet tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column17-blue tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column17-cyan tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column17-green tr:nth-child(13) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base03 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base02 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base01 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base00 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base0 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base1 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base2 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column18-base3 tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column18-yellow tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column18-orange tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column18-red tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column18-magenta tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column18-violet tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column18-blue tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column18-cyan tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column18-green tr:nth-child(13) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base03 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base02 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base01 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base00 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base0 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base1 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base2 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row13-column19-base3 tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row13-column19-yellow tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row13-column19-orange tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row13-column19-red tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row13-column19-magenta tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row13-column19-violet tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row13-column19-blue tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row13-column19-cyan tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row13-column19-green tr:nth-child(13) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column14-border-left-solid th:nth-child(14),
.reveal .column14-border-left-solid td:nth-child(14) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column14-border-right-solid th:nth-child(14),
.reveal .column14-border-right-solid td:nth-child(14) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row14-border-top-solid tr:nth-child(14) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row14-border-bottom-solid tr:nth-child(14) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column14-border1-left-solid-head th:nth-child(14) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column0-border1-left-solid tr:nth-child(14) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column1-border1-left-solid tr:nth-child(14) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column2-border1-left-solid tr:nth-child(14) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column3-border1-left-solid tr:nth-child(14) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column4-border1-left-solid tr:nth-child(14) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column5-border1-left-solid tr:nth-child(14) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column6-border1-left-solid tr:nth-child(14) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column7-border1-left-solid tr:nth-child(14) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column8-border1-left-solid tr:nth-child(14) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row14-column9-border1-left-solid tr:nth-child(14) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column14-border2-left-solid-head th:nth-child(14) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column0-border2-left-solid tr:nth-child(14) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column1-border2-left-solid tr:nth-child(14) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column2-border2-left-solid tr:nth-child(14) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column3-border2-left-solid tr:nth-child(14) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column4-border2-left-solid tr:nth-child(14) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column5-border2-left-solid tr:nth-child(14) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column6-border2-left-solid tr:nth-child(14) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column7-border2-left-solid tr:nth-child(14) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column8-border2-left-solid tr:nth-child(14) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row14-column9-border2-left-solid tr:nth-child(14) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column14-border1-right-solid-head th:nth-child(14) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column0-border1-right-solid tr:nth-child(14) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column1-border1-right-solid tr:nth-child(14) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column2-border1-right-solid tr:nth-child(14) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column3-border1-right-solid tr:nth-child(14) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column4-border1-right-solid tr:nth-child(14) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column5-border1-right-solid tr:nth-child(14) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column6-border1-right-solid tr:nth-child(14) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column7-border1-right-solid tr:nth-child(14) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column8-border1-right-solid tr:nth-child(14) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row14-column9-border1-right-solid tr:nth-child(14) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column14-border2-right-solid-head th:nth-child(14) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column0-border2-right-solid tr:nth-child(14) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column1-border2-right-solid tr:nth-child(14) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column2-border2-right-solid tr:nth-child(14) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column3-border2-right-solid tr:nth-child(14) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column4-border2-right-solid tr:nth-child(14) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column5-border2-right-solid tr:nth-child(14) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column6-border2-right-solid tr:nth-child(14) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column7-border2-right-solid tr:nth-child(14) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column8-border2-right-solid tr:nth-child(14) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row14-column9-border2-right-solid tr:nth-child(14) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column14-border1-top-solid-head th:nth-child(14) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column0-border1-top-solid tr:nth-child(14) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column1-border1-top-solid tr:nth-child(14) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column2-border1-top-solid tr:nth-child(14) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column3-border1-top-solid tr:nth-child(14) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column4-border1-top-solid tr:nth-child(14) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column5-border1-top-solid tr:nth-child(14) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column6-border1-top-solid tr:nth-child(14) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column7-border1-top-solid tr:nth-child(14) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column8-border1-top-solid tr:nth-child(14) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row14-column9-border1-top-solid tr:nth-child(14) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column14-border2-top-solid-head th:nth-child(14) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column0-border2-top-solid tr:nth-child(14) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column1-border2-top-solid tr:nth-child(14) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column2-border2-top-solid tr:nth-child(14) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column3-border2-top-solid tr:nth-child(14) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column4-border2-top-solid tr:nth-child(14) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column5-border2-top-solid tr:nth-child(14) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column6-border2-top-solid tr:nth-child(14) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column7-border2-top-solid tr:nth-child(14) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column8-border2-top-solid tr:nth-child(14) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row14-column9-border2-top-solid tr:nth-child(14) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column14-border1-bottom-solid-head th:nth-child(14) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column0-border1-bottom-solid tr:nth-child(14) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column1-border1-bottom-solid tr:nth-child(14) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column2-border1-bottom-solid tr:nth-child(14) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column3-border1-bottom-solid tr:nth-child(14) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column4-border1-bottom-solid tr:nth-child(14) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column5-border1-bottom-solid tr:nth-child(14) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column6-border1-bottom-solid tr:nth-child(14) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column7-border1-bottom-solid tr:nth-child(14) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column8-border1-bottom-solid tr:nth-child(14) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row14-column9-border1-bottom-solid tr:nth-child(14) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column14-border2-bottom-solid-head th:nth-child(14) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column0-border2-bottom-solid tr:nth-child(14) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column1-border2-bottom-solid tr:nth-child(14) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column2-border2-bottom-solid tr:nth-child(14) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column3-border2-bottom-solid tr:nth-child(14) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column4-border2-bottom-solid tr:nth-child(14) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column5-border2-bottom-solid tr:nth-child(14) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column6-border2-bottom-solid tr:nth-child(14) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column7-border2-bottom-solid tr:nth-child(14) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column8-border2-bottom-solid tr:nth-child(14) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row14-column9-border2-bottom-solid tr:nth-child(14) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column14-border-left-dashed th:nth-child(14),
.reveal .column14-border-left-dashed td:nth-child(14) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column14-border-right-dashed th:nth-child(14),
.reveal .column14-border-right-dashed td:nth-child(14) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row14-border-top-dashed tr:nth-child(14) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row14-border-bottom-dashed tr:nth-child(14) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column14-border1-left-dashed-head th:nth-child(14) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border1-left-dashed tr:nth-child(14) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border1-left-dashed tr:nth-child(14) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border1-left-dashed tr:nth-child(14) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border1-left-dashed tr:nth-child(14) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border1-left-dashed tr:nth-child(14) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border1-left-dashed tr:nth-child(14) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border1-left-dashed tr:nth-child(14) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border1-left-dashed tr:nth-child(14) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border1-left-dashed tr:nth-child(14) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border1-left-dashed tr:nth-child(14) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column14-border2-left-dashed-head th:nth-child(14) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border2-left-dashed tr:nth-child(14) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border2-left-dashed tr:nth-child(14) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border2-left-dashed tr:nth-child(14) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border2-left-dashed tr:nth-child(14) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border2-left-dashed tr:nth-child(14) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border2-left-dashed tr:nth-child(14) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border2-left-dashed tr:nth-child(14) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border2-left-dashed tr:nth-child(14) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border2-left-dashed tr:nth-child(14) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border2-left-dashed tr:nth-child(14) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column14-border1-right-dashed-head th:nth-child(14) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border1-right-dashed tr:nth-child(14) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border1-right-dashed tr:nth-child(14) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border1-right-dashed tr:nth-child(14) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border1-right-dashed tr:nth-child(14) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border1-right-dashed tr:nth-child(14) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border1-right-dashed tr:nth-child(14) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border1-right-dashed tr:nth-child(14) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border1-right-dashed tr:nth-child(14) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border1-right-dashed tr:nth-child(14) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border1-right-dashed tr:nth-child(14) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column14-border2-right-dashed-head th:nth-child(14) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border2-right-dashed tr:nth-child(14) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border2-right-dashed tr:nth-child(14) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border2-right-dashed tr:nth-child(14) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border2-right-dashed tr:nth-child(14) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border2-right-dashed tr:nth-child(14) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border2-right-dashed tr:nth-child(14) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border2-right-dashed tr:nth-child(14) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border2-right-dashed tr:nth-child(14) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border2-right-dashed tr:nth-child(14) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border2-right-dashed tr:nth-child(14) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column14-border1-top-dashed-head th:nth-child(14) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border1-top-dashed tr:nth-child(14) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border1-top-dashed tr:nth-child(14) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border1-top-dashed tr:nth-child(14) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border1-top-dashed tr:nth-child(14) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border1-top-dashed tr:nth-child(14) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border1-top-dashed tr:nth-child(14) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border1-top-dashed tr:nth-child(14) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border1-top-dashed tr:nth-child(14) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border1-top-dashed tr:nth-child(14) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border1-top-dashed tr:nth-child(14) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column14-border2-top-dashed-head th:nth-child(14) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border2-top-dashed tr:nth-child(14) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border2-top-dashed tr:nth-child(14) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border2-top-dashed tr:nth-child(14) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border2-top-dashed tr:nth-child(14) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border2-top-dashed tr:nth-child(14) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border2-top-dashed tr:nth-child(14) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border2-top-dashed tr:nth-child(14) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border2-top-dashed tr:nth-child(14) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border2-top-dashed tr:nth-child(14) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border2-top-dashed tr:nth-child(14) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column14-border1-bottom-dashed-head th:nth-child(14) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border1-bottom-dashed tr:nth-child(14) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border1-bottom-dashed tr:nth-child(14) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border1-bottom-dashed tr:nth-child(14) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border1-bottom-dashed tr:nth-child(14) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border1-bottom-dashed tr:nth-child(14) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border1-bottom-dashed tr:nth-child(14) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border1-bottom-dashed tr:nth-child(14) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border1-bottom-dashed tr:nth-child(14) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border1-bottom-dashed tr:nth-child(14) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border1-bottom-dashed tr:nth-child(14) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column14-border2-bottom-dashed-head th:nth-child(14) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column0-border2-bottom-dashed tr:nth-child(14) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column1-border2-bottom-dashed tr:nth-child(14) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column2-border2-bottom-dashed tr:nth-child(14) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column3-border2-bottom-dashed tr:nth-child(14) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column4-border2-bottom-dashed tr:nth-child(14) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column5-border2-bottom-dashed tr:nth-child(14) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column6-border2-bottom-dashed tr:nth-child(14) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column7-border2-bottom-dashed tr:nth-child(14) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column8-border2-bottom-dashed tr:nth-child(14) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row14-column9-border2-bottom-dashed tr:nth-child(14) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column14-border-left-dotted th:nth-child(14),
.reveal .column14-border-left-dotted td:nth-child(14) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column14-border-right-dotted th:nth-child(14),
.reveal .column14-border-right-dotted td:nth-child(14) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row14-border-top-dotted tr:nth-child(14) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row14-border-bottom-dotted tr:nth-child(14) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column14-border1-left-dotted-head th:nth-child(14) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border1-left-dotted tr:nth-child(14) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border1-left-dotted tr:nth-child(14) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border1-left-dotted tr:nth-child(14) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border1-left-dotted tr:nth-child(14) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border1-left-dotted tr:nth-child(14) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border1-left-dotted tr:nth-child(14) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border1-left-dotted tr:nth-child(14) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border1-left-dotted tr:nth-child(14) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border1-left-dotted tr:nth-child(14) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border1-left-dotted tr:nth-child(14) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column14-border2-left-dotted-head th:nth-child(14) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border2-left-dotted tr:nth-child(14) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border2-left-dotted tr:nth-child(14) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border2-left-dotted tr:nth-child(14) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border2-left-dotted tr:nth-child(14) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border2-left-dotted tr:nth-child(14) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border2-left-dotted tr:nth-child(14) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border2-left-dotted tr:nth-child(14) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border2-left-dotted tr:nth-child(14) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border2-left-dotted tr:nth-child(14) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border2-left-dotted tr:nth-child(14) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column14-border1-right-dotted-head th:nth-child(14) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border1-right-dotted tr:nth-child(14) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border1-right-dotted tr:nth-child(14) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border1-right-dotted tr:nth-child(14) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border1-right-dotted tr:nth-child(14) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border1-right-dotted tr:nth-child(14) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border1-right-dotted tr:nth-child(14) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border1-right-dotted tr:nth-child(14) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border1-right-dotted tr:nth-child(14) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border1-right-dotted tr:nth-child(14) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border1-right-dotted tr:nth-child(14) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column14-border2-right-dotted-head th:nth-child(14) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border2-right-dotted tr:nth-child(14) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border2-right-dotted tr:nth-child(14) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border2-right-dotted tr:nth-child(14) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border2-right-dotted tr:nth-child(14) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border2-right-dotted tr:nth-child(14) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border2-right-dotted tr:nth-child(14) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border2-right-dotted tr:nth-child(14) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border2-right-dotted tr:nth-child(14) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border2-right-dotted tr:nth-child(14) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border2-right-dotted tr:nth-child(14) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column14-border1-top-dotted-head th:nth-child(14) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border1-top-dotted tr:nth-child(14) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border1-top-dotted tr:nth-child(14) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border1-top-dotted tr:nth-child(14) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border1-top-dotted tr:nth-child(14) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border1-top-dotted tr:nth-child(14) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border1-top-dotted tr:nth-child(14) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border1-top-dotted tr:nth-child(14) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border1-top-dotted tr:nth-child(14) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border1-top-dotted tr:nth-child(14) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border1-top-dotted tr:nth-child(14) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column14-border2-top-dotted-head th:nth-child(14) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border2-top-dotted tr:nth-child(14) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border2-top-dotted tr:nth-child(14) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border2-top-dotted tr:nth-child(14) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border2-top-dotted tr:nth-child(14) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border2-top-dotted tr:nth-child(14) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border2-top-dotted tr:nth-child(14) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border2-top-dotted tr:nth-child(14) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border2-top-dotted tr:nth-child(14) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border2-top-dotted tr:nth-child(14) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border2-top-dotted tr:nth-child(14) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column14-border1-bottom-dotted-head th:nth-child(14) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border1-bottom-dotted tr:nth-child(14) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border1-bottom-dotted tr:nth-child(14) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border1-bottom-dotted tr:nth-child(14) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border1-bottom-dotted tr:nth-child(14) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border1-bottom-dotted tr:nth-child(14) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border1-bottom-dotted tr:nth-child(14) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border1-bottom-dotted tr:nth-child(14) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border1-bottom-dotted tr:nth-child(14) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border1-bottom-dotted tr:nth-child(14) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border1-bottom-dotted tr:nth-child(14) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column14-border2-bottom-dotted-head th:nth-child(14) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column0-border2-bottom-dotted tr:nth-child(14) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column1-border2-bottom-dotted tr:nth-child(14) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column2-border2-bottom-dotted tr:nth-child(14) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column3-border2-bottom-dotted tr:nth-child(14) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column4-border2-bottom-dotted tr:nth-child(14) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column5-border2-bottom-dotted tr:nth-child(14) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column6-border2-bottom-dotted tr:nth-child(14) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column7-border2-bottom-dotted tr:nth-child(14) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column8-border2-bottom-dotted tr:nth-child(14) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row14-column9-border2-bottom-dotted tr:nth-child(14) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column14-bold td:nth-child(14) {
  font-weight: 800;
}

.reveal .head-highlight-14 th:nth-child(n + 14) {
  background-color: var(--solarized-base2);
}

.reveal .row14-column0-base03 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base02 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base01 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base00 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base0 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base1 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base2 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column0-base3 tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column0-yellow tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column0-orange tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column0-red tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column0-magenta tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column0-violet tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column0-blue tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column0-cyan tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column0-green tr:nth-child(14) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base03 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base02 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base01 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base00 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base0 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base1 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base2 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column1-base3 tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column1-yellow tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column1-orange tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column1-red tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column1-magenta tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column1-violet tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column1-blue tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column1-cyan tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column1-green tr:nth-child(14) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base03 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base02 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base01 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base00 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base0 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base1 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base2 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column2-base3 tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column2-yellow tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column2-orange tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column2-red tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column2-magenta tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column2-violet tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column2-blue tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column2-cyan tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column2-green tr:nth-child(14) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base03 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base02 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base01 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base00 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base0 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base1 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base2 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column3-base3 tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column3-yellow tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column3-orange tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column3-red tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column3-magenta tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column3-violet tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column3-blue tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column3-cyan tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column3-green tr:nth-child(14) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base03 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base02 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base01 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base00 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base0 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base1 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base2 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column4-base3 tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column4-yellow tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column4-orange tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column4-red tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column4-magenta tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column4-violet tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column4-blue tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column4-cyan tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column4-green tr:nth-child(14) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base03 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base02 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base01 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base00 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base0 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base1 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base2 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column5-base3 tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column5-yellow tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column5-orange tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column5-red tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column5-magenta tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column5-violet tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column5-blue tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column5-cyan tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column5-green tr:nth-child(14) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base03 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base02 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base01 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base00 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base0 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base1 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base2 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column6-base3 tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column6-yellow tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column6-orange tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column6-red tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column6-magenta tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column6-violet tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column6-blue tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column6-cyan tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column6-green tr:nth-child(14) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base03 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base02 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base01 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base00 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base0 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base1 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base2 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column7-base3 tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column7-yellow tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column7-orange tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column7-red tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column7-magenta tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column7-violet tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column7-blue tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column7-cyan tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column7-green tr:nth-child(14) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base03 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base02 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base01 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base00 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base0 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base1 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base2 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column8-base3 tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column8-yellow tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column8-orange tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column8-red tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column8-magenta tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column8-violet tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column8-blue tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column8-cyan tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column8-green tr:nth-child(14) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base03 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base02 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base01 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base00 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base0 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base1 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base2 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column9-base3 tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column9-yellow tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column9-orange tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column9-red tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column9-magenta tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column9-violet tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column9-blue tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column9-cyan tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column9-green tr:nth-child(14) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base03 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base02 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base01 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base00 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base0 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base1 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base2 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column10-base3 tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column10-yellow tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column10-orange tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column10-red tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column10-magenta tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column10-violet tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column10-blue tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column10-cyan tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column10-green tr:nth-child(14) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base03 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base02 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base01 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base00 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base0 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base1 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base2 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column11-base3 tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column11-yellow tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column11-orange tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column11-red tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column11-magenta tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column11-violet tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column11-blue tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column11-cyan tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column11-green tr:nth-child(14) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base03 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base02 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base01 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base00 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base0 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base1 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base2 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column12-base3 tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column12-yellow tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column12-orange tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column12-red tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column12-magenta tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column12-violet tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column12-blue tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column12-cyan tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column12-green tr:nth-child(14) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base03 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base02 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base01 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base00 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base0 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base1 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base2 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column13-base3 tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column13-yellow tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column13-orange tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column13-red tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column13-magenta tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column13-violet tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column13-blue tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column13-cyan tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column13-green tr:nth-child(14) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base03 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base02 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base01 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base00 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base0 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base1 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base2 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column14-base3 tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column14-yellow tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column14-orange tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column14-red tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column14-magenta tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column14-violet tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column14-blue tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column14-cyan tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column14-green tr:nth-child(14) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base03 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base02 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base01 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base00 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base0 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base1 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base2 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column15-base3 tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column15-yellow tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column15-orange tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column15-red tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column15-magenta tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column15-violet tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column15-blue tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column15-cyan tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column15-green tr:nth-child(14) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base03 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base02 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base01 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base00 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base0 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base1 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base2 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column16-base3 tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column16-yellow tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column16-orange tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column16-red tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column16-magenta tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column16-violet tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column16-blue tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column16-cyan tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column16-green tr:nth-child(14) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base03 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base02 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base01 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base00 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base0 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base1 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base2 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column17-base3 tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column17-yellow tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column17-orange tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column17-red tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column17-magenta tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column17-violet tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column17-blue tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column17-cyan tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column17-green tr:nth-child(14) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base03 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base02 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base01 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base00 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base0 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base1 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base2 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column18-base3 tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column18-yellow tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column18-orange tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column18-red tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column18-magenta tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column18-violet tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column18-blue tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column18-cyan tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column18-green tr:nth-child(14) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base03 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base02 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base01 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base00 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base0 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base1 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base2 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row14-column19-base3 tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row14-column19-yellow tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row14-column19-orange tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row14-column19-red tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row14-column19-magenta tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row14-column19-violet tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row14-column19-blue tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row14-column19-cyan tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row14-column19-green tr:nth-child(14) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column15-border-left-solid th:nth-child(15),
.reveal .column15-border-left-solid td:nth-child(15) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column15-border-right-solid th:nth-child(15),
.reveal .column15-border-right-solid td:nth-child(15) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row15-border-top-solid tr:nth-child(15) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row15-border-bottom-solid tr:nth-child(15) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column15-border1-left-solid-head th:nth-child(15) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column0-border1-left-solid tr:nth-child(15) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column1-border1-left-solid tr:nth-child(15) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column2-border1-left-solid tr:nth-child(15) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column3-border1-left-solid tr:nth-child(15) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column4-border1-left-solid tr:nth-child(15) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column5-border1-left-solid tr:nth-child(15) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column6-border1-left-solid tr:nth-child(15) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column7-border1-left-solid tr:nth-child(15) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column8-border1-left-solid tr:nth-child(15) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row15-column9-border1-left-solid tr:nth-child(15) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column15-border2-left-solid-head th:nth-child(15) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column0-border2-left-solid tr:nth-child(15) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column1-border2-left-solid tr:nth-child(15) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column2-border2-left-solid tr:nth-child(15) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column3-border2-left-solid tr:nth-child(15) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column4-border2-left-solid tr:nth-child(15) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column5-border2-left-solid tr:nth-child(15) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column6-border2-left-solid tr:nth-child(15) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column7-border2-left-solid tr:nth-child(15) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column8-border2-left-solid tr:nth-child(15) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row15-column9-border2-left-solid tr:nth-child(15) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column15-border1-right-solid-head th:nth-child(15) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column0-border1-right-solid tr:nth-child(15) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column1-border1-right-solid tr:nth-child(15) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column2-border1-right-solid tr:nth-child(15) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column3-border1-right-solid tr:nth-child(15) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column4-border1-right-solid tr:nth-child(15) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column5-border1-right-solid tr:nth-child(15) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column6-border1-right-solid tr:nth-child(15) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column7-border1-right-solid tr:nth-child(15) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column8-border1-right-solid tr:nth-child(15) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row15-column9-border1-right-solid tr:nth-child(15) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column15-border2-right-solid-head th:nth-child(15) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column0-border2-right-solid tr:nth-child(15) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column1-border2-right-solid tr:nth-child(15) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column2-border2-right-solid tr:nth-child(15) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column3-border2-right-solid tr:nth-child(15) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column4-border2-right-solid tr:nth-child(15) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column5-border2-right-solid tr:nth-child(15) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column6-border2-right-solid tr:nth-child(15) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column7-border2-right-solid tr:nth-child(15) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column8-border2-right-solid tr:nth-child(15) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row15-column9-border2-right-solid tr:nth-child(15) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column15-border1-top-solid-head th:nth-child(15) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column0-border1-top-solid tr:nth-child(15) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column1-border1-top-solid tr:nth-child(15) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column2-border1-top-solid tr:nth-child(15) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column3-border1-top-solid tr:nth-child(15) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column4-border1-top-solid tr:nth-child(15) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column5-border1-top-solid tr:nth-child(15) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column6-border1-top-solid tr:nth-child(15) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column7-border1-top-solid tr:nth-child(15) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column8-border1-top-solid tr:nth-child(15) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row15-column9-border1-top-solid tr:nth-child(15) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column15-border2-top-solid-head th:nth-child(15) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column0-border2-top-solid tr:nth-child(15) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column1-border2-top-solid tr:nth-child(15) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column2-border2-top-solid tr:nth-child(15) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column3-border2-top-solid tr:nth-child(15) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column4-border2-top-solid tr:nth-child(15) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column5-border2-top-solid tr:nth-child(15) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column6-border2-top-solid tr:nth-child(15) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column7-border2-top-solid tr:nth-child(15) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column8-border2-top-solid tr:nth-child(15) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row15-column9-border2-top-solid tr:nth-child(15) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column15-border1-bottom-solid-head th:nth-child(15) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column0-border1-bottom-solid tr:nth-child(15) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column1-border1-bottom-solid tr:nth-child(15) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column2-border1-bottom-solid tr:nth-child(15) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column3-border1-bottom-solid tr:nth-child(15) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column4-border1-bottom-solid tr:nth-child(15) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column5-border1-bottom-solid tr:nth-child(15) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column6-border1-bottom-solid tr:nth-child(15) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column7-border1-bottom-solid tr:nth-child(15) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column8-border1-bottom-solid tr:nth-child(15) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row15-column9-border1-bottom-solid tr:nth-child(15) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column15-border2-bottom-solid-head th:nth-child(15) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column0-border2-bottom-solid tr:nth-child(15) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column1-border2-bottom-solid tr:nth-child(15) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column2-border2-bottom-solid tr:nth-child(15) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column3-border2-bottom-solid tr:nth-child(15) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column4-border2-bottom-solid tr:nth-child(15) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column5-border2-bottom-solid tr:nth-child(15) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column6-border2-bottom-solid tr:nth-child(15) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column7-border2-bottom-solid tr:nth-child(15) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column8-border2-bottom-solid tr:nth-child(15) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row15-column9-border2-bottom-solid tr:nth-child(15) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column15-border-left-dashed th:nth-child(15),
.reveal .column15-border-left-dashed td:nth-child(15) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column15-border-right-dashed th:nth-child(15),
.reveal .column15-border-right-dashed td:nth-child(15) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row15-border-top-dashed tr:nth-child(15) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row15-border-bottom-dashed tr:nth-child(15) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column15-border1-left-dashed-head th:nth-child(15) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border1-left-dashed tr:nth-child(15) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border1-left-dashed tr:nth-child(15) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border1-left-dashed tr:nth-child(15) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border1-left-dashed tr:nth-child(15) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border1-left-dashed tr:nth-child(15) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border1-left-dashed tr:nth-child(15) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border1-left-dashed tr:nth-child(15) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border1-left-dashed tr:nth-child(15) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border1-left-dashed tr:nth-child(15) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border1-left-dashed tr:nth-child(15) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column15-border2-left-dashed-head th:nth-child(15) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border2-left-dashed tr:nth-child(15) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border2-left-dashed tr:nth-child(15) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border2-left-dashed tr:nth-child(15) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border2-left-dashed tr:nth-child(15) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border2-left-dashed tr:nth-child(15) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border2-left-dashed tr:nth-child(15) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border2-left-dashed tr:nth-child(15) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border2-left-dashed tr:nth-child(15) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border2-left-dashed tr:nth-child(15) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border2-left-dashed tr:nth-child(15) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column15-border1-right-dashed-head th:nth-child(15) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border1-right-dashed tr:nth-child(15) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border1-right-dashed tr:nth-child(15) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border1-right-dashed tr:nth-child(15) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border1-right-dashed tr:nth-child(15) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border1-right-dashed tr:nth-child(15) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border1-right-dashed tr:nth-child(15) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border1-right-dashed tr:nth-child(15) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border1-right-dashed tr:nth-child(15) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border1-right-dashed tr:nth-child(15) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border1-right-dashed tr:nth-child(15) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column15-border2-right-dashed-head th:nth-child(15) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border2-right-dashed tr:nth-child(15) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border2-right-dashed tr:nth-child(15) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border2-right-dashed tr:nth-child(15) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border2-right-dashed tr:nth-child(15) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border2-right-dashed tr:nth-child(15) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border2-right-dashed tr:nth-child(15) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border2-right-dashed tr:nth-child(15) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border2-right-dashed tr:nth-child(15) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border2-right-dashed tr:nth-child(15) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border2-right-dashed tr:nth-child(15) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column15-border1-top-dashed-head th:nth-child(15) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border1-top-dashed tr:nth-child(15) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border1-top-dashed tr:nth-child(15) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border1-top-dashed tr:nth-child(15) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border1-top-dashed tr:nth-child(15) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border1-top-dashed tr:nth-child(15) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border1-top-dashed tr:nth-child(15) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border1-top-dashed tr:nth-child(15) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border1-top-dashed tr:nth-child(15) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border1-top-dashed tr:nth-child(15) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border1-top-dashed tr:nth-child(15) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column15-border2-top-dashed-head th:nth-child(15) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border2-top-dashed tr:nth-child(15) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border2-top-dashed tr:nth-child(15) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border2-top-dashed tr:nth-child(15) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border2-top-dashed tr:nth-child(15) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border2-top-dashed tr:nth-child(15) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border2-top-dashed tr:nth-child(15) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border2-top-dashed tr:nth-child(15) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border2-top-dashed tr:nth-child(15) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border2-top-dashed tr:nth-child(15) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border2-top-dashed tr:nth-child(15) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column15-border1-bottom-dashed-head th:nth-child(15) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border1-bottom-dashed tr:nth-child(15) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border1-bottom-dashed tr:nth-child(15) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border1-bottom-dashed tr:nth-child(15) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border1-bottom-dashed tr:nth-child(15) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border1-bottom-dashed tr:nth-child(15) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border1-bottom-dashed tr:nth-child(15) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border1-bottom-dashed tr:nth-child(15) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border1-bottom-dashed tr:nth-child(15) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border1-bottom-dashed tr:nth-child(15) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border1-bottom-dashed tr:nth-child(15) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column15-border2-bottom-dashed-head th:nth-child(15) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column0-border2-bottom-dashed tr:nth-child(15) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column1-border2-bottom-dashed tr:nth-child(15) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column2-border2-bottom-dashed tr:nth-child(15) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column3-border2-bottom-dashed tr:nth-child(15) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column4-border2-bottom-dashed tr:nth-child(15) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column5-border2-bottom-dashed tr:nth-child(15) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column6-border2-bottom-dashed tr:nth-child(15) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column7-border2-bottom-dashed tr:nth-child(15) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column8-border2-bottom-dashed tr:nth-child(15) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row15-column9-border2-bottom-dashed tr:nth-child(15) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column15-border-left-dotted th:nth-child(15),
.reveal .column15-border-left-dotted td:nth-child(15) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column15-border-right-dotted th:nth-child(15),
.reveal .column15-border-right-dotted td:nth-child(15) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row15-border-top-dotted tr:nth-child(15) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row15-border-bottom-dotted tr:nth-child(15) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column15-border1-left-dotted-head th:nth-child(15) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border1-left-dotted tr:nth-child(15) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border1-left-dotted tr:nth-child(15) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border1-left-dotted tr:nth-child(15) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border1-left-dotted tr:nth-child(15) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border1-left-dotted tr:nth-child(15) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border1-left-dotted tr:nth-child(15) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border1-left-dotted tr:nth-child(15) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border1-left-dotted tr:nth-child(15) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border1-left-dotted tr:nth-child(15) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border1-left-dotted tr:nth-child(15) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column15-border2-left-dotted-head th:nth-child(15) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border2-left-dotted tr:nth-child(15) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border2-left-dotted tr:nth-child(15) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border2-left-dotted tr:nth-child(15) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border2-left-dotted tr:nth-child(15) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border2-left-dotted tr:nth-child(15) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border2-left-dotted tr:nth-child(15) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border2-left-dotted tr:nth-child(15) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border2-left-dotted tr:nth-child(15) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border2-left-dotted tr:nth-child(15) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border2-left-dotted tr:nth-child(15) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column15-border1-right-dotted-head th:nth-child(15) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border1-right-dotted tr:nth-child(15) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border1-right-dotted tr:nth-child(15) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border1-right-dotted tr:nth-child(15) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border1-right-dotted tr:nth-child(15) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border1-right-dotted tr:nth-child(15) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border1-right-dotted tr:nth-child(15) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border1-right-dotted tr:nth-child(15) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border1-right-dotted tr:nth-child(15) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border1-right-dotted tr:nth-child(15) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border1-right-dotted tr:nth-child(15) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column15-border2-right-dotted-head th:nth-child(15) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border2-right-dotted tr:nth-child(15) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border2-right-dotted tr:nth-child(15) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border2-right-dotted tr:nth-child(15) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border2-right-dotted tr:nth-child(15) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border2-right-dotted tr:nth-child(15) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border2-right-dotted tr:nth-child(15) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border2-right-dotted tr:nth-child(15) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border2-right-dotted tr:nth-child(15) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border2-right-dotted tr:nth-child(15) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border2-right-dotted tr:nth-child(15) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column15-border1-top-dotted-head th:nth-child(15) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border1-top-dotted tr:nth-child(15) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border1-top-dotted tr:nth-child(15) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border1-top-dotted tr:nth-child(15) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border1-top-dotted tr:nth-child(15) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border1-top-dotted tr:nth-child(15) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border1-top-dotted tr:nth-child(15) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border1-top-dotted tr:nth-child(15) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border1-top-dotted tr:nth-child(15) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border1-top-dotted tr:nth-child(15) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border1-top-dotted tr:nth-child(15) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column15-border2-top-dotted-head th:nth-child(15) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border2-top-dotted tr:nth-child(15) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border2-top-dotted tr:nth-child(15) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border2-top-dotted tr:nth-child(15) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border2-top-dotted tr:nth-child(15) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border2-top-dotted tr:nth-child(15) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border2-top-dotted tr:nth-child(15) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border2-top-dotted tr:nth-child(15) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border2-top-dotted tr:nth-child(15) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border2-top-dotted tr:nth-child(15) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border2-top-dotted tr:nth-child(15) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column15-border1-bottom-dotted-head th:nth-child(15) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border1-bottom-dotted tr:nth-child(15) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border1-bottom-dotted tr:nth-child(15) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border1-bottom-dotted tr:nth-child(15) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border1-bottom-dotted tr:nth-child(15) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border1-bottom-dotted tr:nth-child(15) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border1-bottom-dotted tr:nth-child(15) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border1-bottom-dotted tr:nth-child(15) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border1-bottom-dotted tr:nth-child(15) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border1-bottom-dotted tr:nth-child(15) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border1-bottom-dotted tr:nth-child(15) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column15-border2-bottom-dotted-head th:nth-child(15) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column0-border2-bottom-dotted tr:nth-child(15) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column1-border2-bottom-dotted tr:nth-child(15) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column2-border2-bottom-dotted tr:nth-child(15) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column3-border2-bottom-dotted tr:nth-child(15) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column4-border2-bottom-dotted tr:nth-child(15) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column5-border2-bottom-dotted tr:nth-child(15) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column6-border2-bottom-dotted tr:nth-child(15) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column7-border2-bottom-dotted tr:nth-child(15) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column8-border2-bottom-dotted tr:nth-child(15) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row15-column9-border2-bottom-dotted tr:nth-child(15) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column15-bold td:nth-child(15) {
  font-weight: 800;
}

.reveal .head-highlight-15 th:nth-child(n + 15) {
  background-color: var(--solarized-base2);
}

.reveal .row15-column0-base03 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base02 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base01 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base00 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base0 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base1 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base2 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column0-base3 tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column0-yellow tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column0-orange tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column0-red tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column0-magenta tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column0-violet tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column0-blue tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column0-cyan tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column0-green tr:nth-child(15) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base03 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base02 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base01 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base00 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base0 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base1 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base2 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column1-base3 tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column1-yellow tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column1-orange tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column1-red tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column1-magenta tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column1-violet tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column1-blue tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column1-cyan tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column1-green tr:nth-child(15) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base03 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base02 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base01 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base00 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base0 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base1 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base2 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column2-base3 tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column2-yellow tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column2-orange tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column2-red tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column2-magenta tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column2-violet tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column2-blue tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column2-cyan tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column2-green tr:nth-child(15) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base03 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base02 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base01 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base00 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base0 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base1 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base2 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column3-base3 tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column3-yellow tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column3-orange tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column3-red tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column3-magenta tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column3-violet tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column3-blue tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column3-cyan tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column3-green tr:nth-child(15) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base03 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base02 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base01 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base00 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base0 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base1 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base2 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column4-base3 tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column4-yellow tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column4-orange tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column4-red tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column4-magenta tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column4-violet tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column4-blue tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column4-cyan tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column4-green tr:nth-child(15) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base03 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base02 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base01 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base00 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base0 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base1 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base2 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column5-base3 tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column5-yellow tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column5-orange tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column5-red tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column5-magenta tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column5-violet tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column5-blue tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column5-cyan tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column5-green tr:nth-child(15) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base03 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base02 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base01 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base00 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base0 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base1 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base2 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column6-base3 tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column6-yellow tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column6-orange tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column6-red tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column6-magenta tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column6-violet tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column6-blue tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column6-cyan tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column6-green tr:nth-child(15) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base03 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base02 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base01 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base00 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base0 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base1 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base2 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column7-base3 tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column7-yellow tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column7-orange tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column7-red tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column7-magenta tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column7-violet tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column7-blue tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column7-cyan tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column7-green tr:nth-child(15) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base03 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base02 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base01 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base00 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base0 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base1 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base2 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column8-base3 tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column8-yellow tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column8-orange tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column8-red tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column8-magenta tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column8-violet tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column8-blue tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column8-cyan tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column8-green tr:nth-child(15) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base03 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base02 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base01 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base00 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base0 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base1 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base2 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column9-base3 tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column9-yellow tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column9-orange tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column9-red tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column9-magenta tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column9-violet tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column9-blue tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column9-cyan tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column9-green tr:nth-child(15) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base03 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base02 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base01 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base00 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base0 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base1 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base2 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column10-base3 tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column10-yellow tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column10-orange tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column10-red tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column10-magenta tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column10-violet tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column10-blue tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column10-cyan tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column10-green tr:nth-child(15) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base03 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base02 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base01 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base00 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base0 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base1 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base2 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column11-base3 tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column11-yellow tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column11-orange tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column11-red tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column11-magenta tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column11-violet tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column11-blue tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column11-cyan tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column11-green tr:nth-child(15) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base03 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base02 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base01 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base00 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base0 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base1 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base2 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column12-base3 tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column12-yellow tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column12-orange tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column12-red tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column12-magenta tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column12-violet tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column12-blue tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column12-cyan tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column12-green tr:nth-child(15) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base03 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base02 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base01 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base00 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base0 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base1 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base2 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column13-base3 tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column13-yellow tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column13-orange tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column13-red tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column13-magenta tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column13-violet tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column13-blue tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column13-cyan tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column13-green tr:nth-child(15) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base03 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base02 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base01 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base00 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base0 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base1 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base2 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column14-base3 tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column14-yellow tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column14-orange tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column14-red tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column14-magenta tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column14-violet tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column14-blue tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column14-cyan tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column14-green tr:nth-child(15) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base03 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base02 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base01 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base00 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base0 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base1 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base2 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column15-base3 tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column15-yellow tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column15-orange tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column15-red tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column15-magenta tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column15-violet tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column15-blue tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column15-cyan tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column15-green tr:nth-child(15) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base03 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base02 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base01 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base00 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base0 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base1 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base2 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column16-base3 tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column16-yellow tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column16-orange tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column16-red tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column16-magenta tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column16-violet tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column16-blue tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column16-cyan tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column16-green tr:nth-child(15) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base03 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base02 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base01 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base00 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base0 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base1 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base2 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column17-base3 tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column17-yellow tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column17-orange tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column17-red tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column17-magenta tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column17-violet tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column17-blue tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column17-cyan tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column17-green tr:nth-child(15) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base03 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base02 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base01 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base00 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base0 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base1 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base2 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column18-base3 tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column18-yellow tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column18-orange tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column18-red tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column18-magenta tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column18-violet tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column18-blue tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column18-cyan tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column18-green tr:nth-child(15) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base03 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base02 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base01 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base00 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base0 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base1 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base2 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row15-column19-base3 tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row15-column19-yellow tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row15-column19-orange tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row15-column19-red tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row15-column19-magenta tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row15-column19-violet tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row15-column19-blue tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row15-column19-cyan tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row15-column19-green tr:nth-child(15) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column16-border-left-solid th:nth-child(16),
.reveal .column16-border-left-solid td:nth-child(16) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column16-border-right-solid th:nth-child(16),
.reveal .column16-border-right-solid td:nth-child(16) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row16-border-top-solid tr:nth-child(16) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row16-border-bottom-solid tr:nth-child(16) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column16-border1-left-solid-head th:nth-child(16) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column0-border1-left-solid tr:nth-child(16) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column1-border1-left-solid tr:nth-child(16) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column2-border1-left-solid tr:nth-child(16) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column3-border1-left-solid tr:nth-child(16) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column4-border1-left-solid tr:nth-child(16) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column5-border1-left-solid tr:nth-child(16) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column6-border1-left-solid tr:nth-child(16) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column7-border1-left-solid tr:nth-child(16) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column8-border1-left-solid tr:nth-child(16) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row16-column9-border1-left-solid tr:nth-child(16) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column16-border2-left-solid-head th:nth-child(16) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column0-border2-left-solid tr:nth-child(16) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column1-border2-left-solid tr:nth-child(16) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column2-border2-left-solid tr:nth-child(16) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column3-border2-left-solid tr:nth-child(16) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column4-border2-left-solid tr:nth-child(16) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column5-border2-left-solid tr:nth-child(16) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column6-border2-left-solid tr:nth-child(16) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column7-border2-left-solid tr:nth-child(16) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column8-border2-left-solid tr:nth-child(16) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row16-column9-border2-left-solid tr:nth-child(16) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column16-border1-right-solid-head th:nth-child(16) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column0-border1-right-solid tr:nth-child(16) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column1-border1-right-solid tr:nth-child(16) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column2-border1-right-solid tr:nth-child(16) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column3-border1-right-solid tr:nth-child(16) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column4-border1-right-solid tr:nth-child(16) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column5-border1-right-solid tr:nth-child(16) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column6-border1-right-solid tr:nth-child(16) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column7-border1-right-solid tr:nth-child(16) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column8-border1-right-solid tr:nth-child(16) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row16-column9-border1-right-solid tr:nth-child(16) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column16-border2-right-solid-head th:nth-child(16) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column0-border2-right-solid tr:nth-child(16) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column1-border2-right-solid tr:nth-child(16) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column2-border2-right-solid tr:nth-child(16) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column3-border2-right-solid tr:nth-child(16) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column4-border2-right-solid tr:nth-child(16) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column5-border2-right-solid tr:nth-child(16) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column6-border2-right-solid tr:nth-child(16) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column7-border2-right-solid tr:nth-child(16) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column8-border2-right-solid tr:nth-child(16) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row16-column9-border2-right-solid tr:nth-child(16) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column16-border1-top-solid-head th:nth-child(16) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column0-border1-top-solid tr:nth-child(16) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column1-border1-top-solid tr:nth-child(16) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column2-border1-top-solid tr:nth-child(16) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column3-border1-top-solid tr:nth-child(16) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column4-border1-top-solid tr:nth-child(16) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column5-border1-top-solid tr:nth-child(16) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column6-border1-top-solid tr:nth-child(16) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column7-border1-top-solid tr:nth-child(16) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column8-border1-top-solid tr:nth-child(16) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row16-column9-border1-top-solid tr:nth-child(16) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column16-border2-top-solid-head th:nth-child(16) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column0-border2-top-solid tr:nth-child(16) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column1-border2-top-solid tr:nth-child(16) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column2-border2-top-solid tr:nth-child(16) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column3-border2-top-solid tr:nth-child(16) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column4-border2-top-solid tr:nth-child(16) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column5-border2-top-solid tr:nth-child(16) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column6-border2-top-solid tr:nth-child(16) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column7-border2-top-solid tr:nth-child(16) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column8-border2-top-solid tr:nth-child(16) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row16-column9-border2-top-solid tr:nth-child(16) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column16-border1-bottom-solid-head th:nth-child(16) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column0-border1-bottom-solid tr:nth-child(16) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column1-border1-bottom-solid tr:nth-child(16) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column2-border1-bottom-solid tr:nth-child(16) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column3-border1-bottom-solid tr:nth-child(16) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column4-border1-bottom-solid tr:nth-child(16) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column5-border1-bottom-solid tr:nth-child(16) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column6-border1-bottom-solid tr:nth-child(16) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column7-border1-bottom-solid tr:nth-child(16) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column8-border1-bottom-solid tr:nth-child(16) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row16-column9-border1-bottom-solid tr:nth-child(16) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column16-border2-bottom-solid-head th:nth-child(16) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column0-border2-bottom-solid tr:nth-child(16) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column1-border2-bottom-solid tr:nth-child(16) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column2-border2-bottom-solid tr:nth-child(16) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column3-border2-bottom-solid tr:nth-child(16) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column4-border2-bottom-solid tr:nth-child(16) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column5-border2-bottom-solid tr:nth-child(16) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column6-border2-bottom-solid tr:nth-child(16) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column7-border2-bottom-solid tr:nth-child(16) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column8-border2-bottom-solid tr:nth-child(16) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row16-column9-border2-bottom-solid tr:nth-child(16) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column16-border-left-dashed th:nth-child(16),
.reveal .column16-border-left-dashed td:nth-child(16) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column16-border-right-dashed th:nth-child(16),
.reveal .column16-border-right-dashed td:nth-child(16) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row16-border-top-dashed tr:nth-child(16) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row16-border-bottom-dashed tr:nth-child(16) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column16-border1-left-dashed-head th:nth-child(16) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border1-left-dashed tr:nth-child(16) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border1-left-dashed tr:nth-child(16) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border1-left-dashed tr:nth-child(16) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border1-left-dashed tr:nth-child(16) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border1-left-dashed tr:nth-child(16) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border1-left-dashed tr:nth-child(16) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border1-left-dashed tr:nth-child(16) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border1-left-dashed tr:nth-child(16) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border1-left-dashed tr:nth-child(16) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border1-left-dashed tr:nth-child(16) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column16-border2-left-dashed-head th:nth-child(16) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border2-left-dashed tr:nth-child(16) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border2-left-dashed tr:nth-child(16) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border2-left-dashed tr:nth-child(16) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border2-left-dashed tr:nth-child(16) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border2-left-dashed tr:nth-child(16) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border2-left-dashed tr:nth-child(16) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border2-left-dashed tr:nth-child(16) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border2-left-dashed tr:nth-child(16) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border2-left-dashed tr:nth-child(16) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border2-left-dashed tr:nth-child(16) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column16-border1-right-dashed-head th:nth-child(16) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border1-right-dashed tr:nth-child(16) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border1-right-dashed tr:nth-child(16) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border1-right-dashed tr:nth-child(16) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border1-right-dashed tr:nth-child(16) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border1-right-dashed tr:nth-child(16) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border1-right-dashed tr:nth-child(16) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border1-right-dashed tr:nth-child(16) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border1-right-dashed tr:nth-child(16) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border1-right-dashed tr:nth-child(16) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border1-right-dashed tr:nth-child(16) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column16-border2-right-dashed-head th:nth-child(16) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border2-right-dashed tr:nth-child(16) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border2-right-dashed tr:nth-child(16) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border2-right-dashed tr:nth-child(16) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border2-right-dashed tr:nth-child(16) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border2-right-dashed tr:nth-child(16) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border2-right-dashed tr:nth-child(16) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border2-right-dashed tr:nth-child(16) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border2-right-dashed tr:nth-child(16) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border2-right-dashed tr:nth-child(16) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border2-right-dashed tr:nth-child(16) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column16-border1-top-dashed-head th:nth-child(16) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border1-top-dashed tr:nth-child(16) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border1-top-dashed tr:nth-child(16) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border1-top-dashed tr:nth-child(16) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border1-top-dashed tr:nth-child(16) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border1-top-dashed tr:nth-child(16) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border1-top-dashed tr:nth-child(16) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border1-top-dashed tr:nth-child(16) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border1-top-dashed tr:nth-child(16) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border1-top-dashed tr:nth-child(16) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border1-top-dashed tr:nth-child(16) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column16-border2-top-dashed-head th:nth-child(16) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border2-top-dashed tr:nth-child(16) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border2-top-dashed tr:nth-child(16) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border2-top-dashed tr:nth-child(16) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border2-top-dashed tr:nth-child(16) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border2-top-dashed tr:nth-child(16) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border2-top-dashed tr:nth-child(16) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border2-top-dashed tr:nth-child(16) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border2-top-dashed tr:nth-child(16) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border2-top-dashed tr:nth-child(16) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border2-top-dashed tr:nth-child(16) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column16-border1-bottom-dashed-head th:nth-child(16) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border1-bottom-dashed tr:nth-child(16) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border1-bottom-dashed tr:nth-child(16) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border1-bottom-dashed tr:nth-child(16) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border1-bottom-dashed tr:nth-child(16) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border1-bottom-dashed tr:nth-child(16) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border1-bottom-dashed tr:nth-child(16) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border1-bottom-dashed tr:nth-child(16) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border1-bottom-dashed tr:nth-child(16) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border1-bottom-dashed tr:nth-child(16) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border1-bottom-dashed tr:nth-child(16) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column16-border2-bottom-dashed-head th:nth-child(16) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column0-border2-bottom-dashed tr:nth-child(16) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column1-border2-bottom-dashed tr:nth-child(16) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column2-border2-bottom-dashed tr:nth-child(16) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column3-border2-bottom-dashed tr:nth-child(16) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column4-border2-bottom-dashed tr:nth-child(16) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column5-border2-bottom-dashed tr:nth-child(16) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column6-border2-bottom-dashed tr:nth-child(16) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column7-border2-bottom-dashed tr:nth-child(16) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column8-border2-bottom-dashed tr:nth-child(16) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row16-column9-border2-bottom-dashed tr:nth-child(16) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column16-border-left-dotted th:nth-child(16),
.reveal .column16-border-left-dotted td:nth-child(16) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column16-border-right-dotted th:nth-child(16),
.reveal .column16-border-right-dotted td:nth-child(16) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row16-border-top-dotted tr:nth-child(16) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row16-border-bottom-dotted tr:nth-child(16) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column16-border1-left-dotted-head th:nth-child(16) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border1-left-dotted tr:nth-child(16) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border1-left-dotted tr:nth-child(16) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border1-left-dotted tr:nth-child(16) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border1-left-dotted tr:nth-child(16) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border1-left-dotted tr:nth-child(16) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border1-left-dotted tr:nth-child(16) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border1-left-dotted tr:nth-child(16) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border1-left-dotted tr:nth-child(16) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border1-left-dotted tr:nth-child(16) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border1-left-dotted tr:nth-child(16) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column16-border2-left-dotted-head th:nth-child(16) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border2-left-dotted tr:nth-child(16) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border2-left-dotted tr:nth-child(16) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border2-left-dotted tr:nth-child(16) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border2-left-dotted tr:nth-child(16) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border2-left-dotted tr:nth-child(16) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border2-left-dotted tr:nth-child(16) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border2-left-dotted tr:nth-child(16) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border2-left-dotted tr:nth-child(16) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border2-left-dotted tr:nth-child(16) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border2-left-dotted tr:nth-child(16) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column16-border1-right-dotted-head th:nth-child(16) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border1-right-dotted tr:nth-child(16) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border1-right-dotted tr:nth-child(16) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border1-right-dotted tr:nth-child(16) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border1-right-dotted tr:nth-child(16) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border1-right-dotted tr:nth-child(16) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border1-right-dotted tr:nth-child(16) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border1-right-dotted tr:nth-child(16) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border1-right-dotted tr:nth-child(16) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border1-right-dotted tr:nth-child(16) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border1-right-dotted tr:nth-child(16) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column16-border2-right-dotted-head th:nth-child(16) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border2-right-dotted tr:nth-child(16) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border2-right-dotted tr:nth-child(16) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border2-right-dotted tr:nth-child(16) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border2-right-dotted tr:nth-child(16) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border2-right-dotted tr:nth-child(16) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border2-right-dotted tr:nth-child(16) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border2-right-dotted tr:nth-child(16) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border2-right-dotted tr:nth-child(16) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border2-right-dotted tr:nth-child(16) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border2-right-dotted tr:nth-child(16) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column16-border1-top-dotted-head th:nth-child(16) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border1-top-dotted tr:nth-child(16) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border1-top-dotted tr:nth-child(16) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border1-top-dotted tr:nth-child(16) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border1-top-dotted tr:nth-child(16) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border1-top-dotted tr:nth-child(16) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border1-top-dotted tr:nth-child(16) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border1-top-dotted tr:nth-child(16) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border1-top-dotted tr:nth-child(16) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border1-top-dotted tr:nth-child(16) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border1-top-dotted tr:nth-child(16) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column16-border2-top-dotted-head th:nth-child(16) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border2-top-dotted tr:nth-child(16) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border2-top-dotted tr:nth-child(16) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border2-top-dotted tr:nth-child(16) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border2-top-dotted tr:nth-child(16) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border2-top-dotted tr:nth-child(16) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border2-top-dotted tr:nth-child(16) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border2-top-dotted tr:nth-child(16) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border2-top-dotted tr:nth-child(16) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border2-top-dotted tr:nth-child(16) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border2-top-dotted tr:nth-child(16) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column16-border1-bottom-dotted-head th:nth-child(16) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border1-bottom-dotted tr:nth-child(16) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border1-bottom-dotted tr:nth-child(16) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border1-bottom-dotted tr:nth-child(16) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border1-bottom-dotted tr:nth-child(16) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border1-bottom-dotted tr:nth-child(16) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border1-bottom-dotted tr:nth-child(16) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border1-bottom-dotted tr:nth-child(16) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border1-bottom-dotted tr:nth-child(16) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border1-bottom-dotted tr:nth-child(16) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border1-bottom-dotted tr:nth-child(16) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column16-border2-bottom-dotted-head th:nth-child(16) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column0-border2-bottom-dotted tr:nth-child(16) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column1-border2-bottom-dotted tr:nth-child(16) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column2-border2-bottom-dotted tr:nth-child(16) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column3-border2-bottom-dotted tr:nth-child(16) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column4-border2-bottom-dotted tr:nth-child(16) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column5-border2-bottom-dotted tr:nth-child(16) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column6-border2-bottom-dotted tr:nth-child(16) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column7-border2-bottom-dotted tr:nth-child(16) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column8-border2-bottom-dotted tr:nth-child(16) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row16-column9-border2-bottom-dotted tr:nth-child(16) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column16-bold td:nth-child(16) {
  font-weight: 800;
}

.reveal .head-highlight-16 th:nth-child(n + 16) {
  background-color: var(--solarized-base2);
}

.reveal .row16-column0-base03 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base02 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base01 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base00 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base0 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base1 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base2 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column0-base3 tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column0-yellow tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column0-orange tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column0-red tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column0-magenta tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column0-violet tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column0-blue tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column0-cyan tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column0-green tr:nth-child(16) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base03 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base02 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base01 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base00 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base0 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base1 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base2 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column1-base3 tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column1-yellow tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column1-orange tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column1-red tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column1-magenta tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column1-violet tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column1-blue tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column1-cyan tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column1-green tr:nth-child(16) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base03 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base02 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base01 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base00 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base0 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base1 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base2 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column2-base3 tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column2-yellow tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column2-orange tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column2-red tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column2-magenta tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column2-violet tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column2-blue tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column2-cyan tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column2-green tr:nth-child(16) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base03 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base02 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base01 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base00 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base0 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base1 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base2 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column3-base3 tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column3-yellow tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column3-orange tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column3-red tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column3-magenta tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column3-violet tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column3-blue tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column3-cyan tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column3-green tr:nth-child(16) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base03 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base02 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base01 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base00 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base0 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base1 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base2 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column4-base3 tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column4-yellow tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column4-orange tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column4-red tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column4-magenta tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column4-violet tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column4-blue tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column4-cyan tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column4-green tr:nth-child(16) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base03 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base02 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base01 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base00 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base0 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base1 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base2 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column5-base3 tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column5-yellow tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column5-orange tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column5-red tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column5-magenta tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column5-violet tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column5-blue tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column5-cyan tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column5-green tr:nth-child(16) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base03 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base02 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base01 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base00 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base0 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base1 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base2 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column6-base3 tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column6-yellow tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column6-orange tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column6-red tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column6-magenta tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column6-violet tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column6-blue tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column6-cyan tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column6-green tr:nth-child(16) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base03 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base02 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base01 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base00 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base0 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base1 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base2 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column7-base3 tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column7-yellow tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column7-orange tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column7-red tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column7-magenta tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column7-violet tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column7-blue tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column7-cyan tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column7-green tr:nth-child(16) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base03 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base02 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base01 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base00 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base0 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base1 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base2 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column8-base3 tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column8-yellow tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column8-orange tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column8-red tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column8-magenta tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column8-violet tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column8-blue tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column8-cyan tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column8-green tr:nth-child(16) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base03 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base02 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base01 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base00 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base0 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base1 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base2 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column9-base3 tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column9-yellow tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column9-orange tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column9-red tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column9-magenta tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column9-violet tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column9-blue tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column9-cyan tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column9-green tr:nth-child(16) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base03 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base02 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base01 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base00 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base0 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base1 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base2 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column10-base3 tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column10-yellow tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column10-orange tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column10-red tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column10-magenta tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column10-violet tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column10-blue tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column10-cyan tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column10-green tr:nth-child(16) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base03 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base02 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base01 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base00 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base0 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base1 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base2 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column11-base3 tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column11-yellow tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column11-orange tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column11-red tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column11-magenta tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column11-violet tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column11-blue tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column11-cyan tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column11-green tr:nth-child(16) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base03 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base02 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base01 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base00 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base0 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base1 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base2 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column12-base3 tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column12-yellow tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column12-orange tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column12-red tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column12-magenta tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column12-violet tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column12-blue tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column12-cyan tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column12-green tr:nth-child(16) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base03 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base02 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base01 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base00 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base0 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base1 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base2 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column13-base3 tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column13-yellow tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column13-orange tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column13-red tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column13-magenta tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column13-violet tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column13-blue tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column13-cyan tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column13-green tr:nth-child(16) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base03 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base02 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base01 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base00 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base0 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base1 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base2 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column14-base3 tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column14-yellow tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column14-orange tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column14-red tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column14-magenta tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column14-violet tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column14-blue tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column14-cyan tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column14-green tr:nth-child(16) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base03 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base02 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base01 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base00 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base0 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base1 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base2 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column15-base3 tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column15-yellow tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column15-orange tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column15-red tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column15-magenta tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column15-violet tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column15-blue tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column15-cyan tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column15-green tr:nth-child(16) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base03 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base02 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base01 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base00 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base0 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base1 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base2 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column16-base3 tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column16-yellow tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column16-orange tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column16-red tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column16-magenta tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column16-violet tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column16-blue tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column16-cyan tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column16-green tr:nth-child(16) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base03 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base02 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base01 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base00 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base0 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base1 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base2 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column17-base3 tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column17-yellow tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column17-orange tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column17-red tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column17-magenta tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column17-violet tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column17-blue tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column17-cyan tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column17-green tr:nth-child(16) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base03 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base02 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base01 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base00 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base0 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base1 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base2 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column18-base3 tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column18-yellow tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column18-orange tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column18-red tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column18-magenta tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column18-violet tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column18-blue tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column18-cyan tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column18-green tr:nth-child(16) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base03 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base02 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base01 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base00 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base0 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base1 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base2 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row16-column19-base3 tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row16-column19-yellow tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row16-column19-orange tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row16-column19-red tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row16-column19-magenta tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row16-column19-violet tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row16-column19-blue tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row16-column19-cyan tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row16-column19-green tr:nth-child(16) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column17-border-left-solid th:nth-child(17),
.reveal .column17-border-left-solid td:nth-child(17) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column17-border-right-solid th:nth-child(17),
.reveal .column17-border-right-solid td:nth-child(17) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row17-border-top-solid tr:nth-child(17) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row17-border-bottom-solid tr:nth-child(17) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column17-border1-left-solid-head th:nth-child(17) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column0-border1-left-solid tr:nth-child(17) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column1-border1-left-solid tr:nth-child(17) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column2-border1-left-solid tr:nth-child(17) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column3-border1-left-solid tr:nth-child(17) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column4-border1-left-solid tr:nth-child(17) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column5-border1-left-solid tr:nth-child(17) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column6-border1-left-solid tr:nth-child(17) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column7-border1-left-solid tr:nth-child(17) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column8-border1-left-solid tr:nth-child(17) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row17-column9-border1-left-solid tr:nth-child(17) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column17-border2-left-solid-head th:nth-child(17) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column0-border2-left-solid tr:nth-child(17) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column1-border2-left-solid tr:nth-child(17) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column2-border2-left-solid tr:nth-child(17) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column3-border2-left-solid tr:nth-child(17) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column4-border2-left-solid tr:nth-child(17) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column5-border2-left-solid tr:nth-child(17) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column6-border2-left-solid tr:nth-child(17) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column7-border2-left-solid tr:nth-child(17) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column8-border2-left-solid tr:nth-child(17) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row17-column9-border2-left-solid tr:nth-child(17) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column17-border1-right-solid-head th:nth-child(17) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column0-border1-right-solid tr:nth-child(17) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column1-border1-right-solid tr:nth-child(17) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column2-border1-right-solid tr:nth-child(17) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column3-border1-right-solid tr:nth-child(17) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column4-border1-right-solid tr:nth-child(17) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column5-border1-right-solid tr:nth-child(17) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column6-border1-right-solid tr:nth-child(17) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column7-border1-right-solid tr:nth-child(17) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column8-border1-right-solid tr:nth-child(17) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row17-column9-border1-right-solid tr:nth-child(17) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column17-border2-right-solid-head th:nth-child(17) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column0-border2-right-solid tr:nth-child(17) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column1-border2-right-solid tr:nth-child(17) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column2-border2-right-solid tr:nth-child(17) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column3-border2-right-solid tr:nth-child(17) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column4-border2-right-solid tr:nth-child(17) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column5-border2-right-solid tr:nth-child(17) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column6-border2-right-solid tr:nth-child(17) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column7-border2-right-solid tr:nth-child(17) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column8-border2-right-solid tr:nth-child(17) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row17-column9-border2-right-solid tr:nth-child(17) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column17-border1-top-solid-head th:nth-child(17) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column0-border1-top-solid tr:nth-child(17) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column1-border1-top-solid tr:nth-child(17) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column2-border1-top-solid tr:nth-child(17) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column3-border1-top-solid tr:nth-child(17) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column4-border1-top-solid tr:nth-child(17) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column5-border1-top-solid tr:nth-child(17) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column6-border1-top-solid tr:nth-child(17) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column7-border1-top-solid tr:nth-child(17) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column8-border1-top-solid tr:nth-child(17) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row17-column9-border1-top-solid tr:nth-child(17) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column17-border2-top-solid-head th:nth-child(17) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column0-border2-top-solid tr:nth-child(17) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column1-border2-top-solid tr:nth-child(17) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column2-border2-top-solid tr:nth-child(17) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column3-border2-top-solid tr:nth-child(17) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column4-border2-top-solid tr:nth-child(17) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column5-border2-top-solid tr:nth-child(17) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column6-border2-top-solid tr:nth-child(17) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column7-border2-top-solid tr:nth-child(17) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column8-border2-top-solid tr:nth-child(17) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row17-column9-border2-top-solid tr:nth-child(17) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column17-border1-bottom-solid-head th:nth-child(17) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column0-border1-bottom-solid tr:nth-child(17) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column1-border1-bottom-solid tr:nth-child(17) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column2-border1-bottom-solid tr:nth-child(17) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column3-border1-bottom-solid tr:nth-child(17) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column4-border1-bottom-solid tr:nth-child(17) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column5-border1-bottom-solid tr:nth-child(17) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column6-border1-bottom-solid tr:nth-child(17) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column7-border1-bottom-solid tr:nth-child(17) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column8-border1-bottom-solid tr:nth-child(17) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row17-column9-border1-bottom-solid tr:nth-child(17) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column17-border2-bottom-solid-head th:nth-child(17) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column0-border2-bottom-solid tr:nth-child(17) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column1-border2-bottom-solid tr:nth-child(17) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column2-border2-bottom-solid tr:nth-child(17) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column3-border2-bottom-solid tr:nth-child(17) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column4-border2-bottom-solid tr:nth-child(17) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column5-border2-bottom-solid tr:nth-child(17) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column6-border2-bottom-solid tr:nth-child(17) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column7-border2-bottom-solid tr:nth-child(17) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column8-border2-bottom-solid tr:nth-child(17) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row17-column9-border2-bottom-solid tr:nth-child(17) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column17-border-left-dashed th:nth-child(17),
.reveal .column17-border-left-dashed td:nth-child(17) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column17-border-right-dashed th:nth-child(17),
.reveal .column17-border-right-dashed td:nth-child(17) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row17-border-top-dashed tr:nth-child(17) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row17-border-bottom-dashed tr:nth-child(17) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column17-border1-left-dashed-head th:nth-child(17) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border1-left-dashed tr:nth-child(17) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border1-left-dashed tr:nth-child(17) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border1-left-dashed tr:nth-child(17) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border1-left-dashed tr:nth-child(17) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border1-left-dashed tr:nth-child(17) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border1-left-dashed tr:nth-child(17) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border1-left-dashed tr:nth-child(17) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border1-left-dashed tr:nth-child(17) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border1-left-dashed tr:nth-child(17) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border1-left-dashed tr:nth-child(17) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column17-border2-left-dashed-head th:nth-child(17) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border2-left-dashed tr:nth-child(17) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border2-left-dashed tr:nth-child(17) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border2-left-dashed tr:nth-child(17) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border2-left-dashed tr:nth-child(17) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border2-left-dashed tr:nth-child(17) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border2-left-dashed tr:nth-child(17) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border2-left-dashed tr:nth-child(17) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border2-left-dashed tr:nth-child(17) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border2-left-dashed tr:nth-child(17) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border2-left-dashed tr:nth-child(17) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column17-border1-right-dashed-head th:nth-child(17) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border1-right-dashed tr:nth-child(17) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border1-right-dashed tr:nth-child(17) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border1-right-dashed tr:nth-child(17) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border1-right-dashed tr:nth-child(17) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border1-right-dashed tr:nth-child(17) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border1-right-dashed tr:nth-child(17) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border1-right-dashed tr:nth-child(17) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border1-right-dashed tr:nth-child(17) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border1-right-dashed tr:nth-child(17) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border1-right-dashed tr:nth-child(17) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column17-border2-right-dashed-head th:nth-child(17) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border2-right-dashed tr:nth-child(17) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border2-right-dashed tr:nth-child(17) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border2-right-dashed tr:nth-child(17) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border2-right-dashed tr:nth-child(17) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border2-right-dashed tr:nth-child(17) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border2-right-dashed tr:nth-child(17) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border2-right-dashed tr:nth-child(17) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border2-right-dashed tr:nth-child(17) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border2-right-dashed tr:nth-child(17) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border2-right-dashed tr:nth-child(17) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column17-border1-top-dashed-head th:nth-child(17) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border1-top-dashed tr:nth-child(17) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border1-top-dashed tr:nth-child(17) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border1-top-dashed tr:nth-child(17) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border1-top-dashed tr:nth-child(17) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border1-top-dashed tr:nth-child(17) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border1-top-dashed tr:nth-child(17) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border1-top-dashed tr:nth-child(17) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border1-top-dashed tr:nth-child(17) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border1-top-dashed tr:nth-child(17) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border1-top-dashed tr:nth-child(17) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column17-border2-top-dashed-head th:nth-child(17) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border2-top-dashed tr:nth-child(17) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border2-top-dashed tr:nth-child(17) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border2-top-dashed tr:nth-child(17) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border2-top-dashed tr:nth-child(17) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border2-top-dashed tr:nth-child(17) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border2-top-dashed tr:nth-child(17) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border2-top-dashed tr:nth-child(17) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border2-top-dashed tr:nth-child(17) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border2-top-dashed tr:nth-child(17) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border2-top-dashed tr:nth-child(17) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column17-border1-bottom-dashed-head th:nth-child(17) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border1-bottom-dashed tr:nth-child(17) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border1-bottom-dashed tr:nth-child(17) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border1-bottom-dashed tr:nth-child(17) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border1-bottom-dashed tr:nth-child(17) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border1-bottom-dashed tr:nth-child(17) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border1-bottom-dashed tr:nth-child(17) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border1-bottom-dashed tr:nth-child(17) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border1-bottom-dashed tr:nth-child(17) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border1-bottom-dashed tr:nth-child(17) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border1-bottom-dashed tr:nth-child(17) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column17-border2-bottom-dashed-head th:nth-child(17) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column0-border2-bottom-dashed tr:nth-child(17) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column1-border2-bottom-dashed tr:nth-child(17) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column2-border2-bottom-dashed tr:nth-child(17) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column3-border2-bottom-dashed tr:nth-child(17) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column4-border2-bottom-dashed tr:nth-child(17) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column5-border2-bottom-dashed tr:nth-child(17) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column6-border2-bottom-dashed tr:nth-child(17) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column7-border2-bottom-dashed tr:nth-child(17) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column8-border2-bottom-dashed tr:nth-child(17) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row17-column9-border2-bottom-dashed tr:nth-child(17) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column17-border-left-dotted th:nth-child(17),
.reveal .column17-border-left-dotted td:nth-child(17) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column17-border-right-dotted th:nth-child(17),
.reveal .column17-border-right-dotted td:nth-child(17) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row17-border-top-dotted tr:nth-child(17) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row17-border-bottom-dotted tr:nth-child(17) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column17-border1-left-dotted-head th:nth-child(17) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border1-left-dotted tr:nth-child(17) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border1-left-dotted tr:nth-child(17) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border1-left-dotted tr:nth-child(17) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border1-left-dotted tr:nth-child(17) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border1-left-dotted tr:nth-child(17) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border1-left-dotted tr:nth-child(17) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border1-left-dotted tr:nth-child(17) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border1-left-dotted tr:nth-child(17) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border1-left-dotted tr:nth-child(17) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border1-left-dotted tr:nth-child(17) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column17-border2-left-dotted-head th:nth-child(17) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border2-left-dotted tr:nth-child(17) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border2-left-dotted tr:nth-child(17) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border2-left-dotted tr:nth-child(17) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border2-left-dotted tr:nth-child(17) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border2-left-dotted tr:nth-child(17) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border2-left-dotted tr:nth-child(17) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border2-left-dotted tr:nth-child(17) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border2-left-dotted tr:nth-child(17) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border2-left-dotted tr:nth-child(17) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border2-left-dotted tr:nth-child(17) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column17-border1-right-dotted-head th:nth-child(17) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border1-right-dotted tr:nth-child(17) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border1-right-dotted tr:nth-child(17) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border1-right-dotted tr:nth-child(17) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border1-right-dotted tr:nth-child(17) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border1-right-dotted tr:nth-child(17) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border1-right-dotted tr:nth-child(17) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border1-right-dotted tr:nth-child(17) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border1-right-dotted tr:nth-child(17) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border1-right-dotted tr:nth-child(17) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border1-right-dotted tr:nth-child(17) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column17-border2-right-dotted-head th:nth-child(17) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border2-right-dotted tr:nth-child(17) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border2-right-dotted tr:nth-child(17) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border2-right-dotted tr:nth-child(17) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border2-right-dotted tr:nth-child(17) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border2-right-dotted tr:nth-child(17) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border2-right-dotted tr:nth-child(17) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border2-right-dotted tr:nth-child(17) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border2-right-dotted tr:nth-child(17) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border2-right-dotted tr:nth-child(17) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border2-right-dotted tr:nth-child(17) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column17-border1-top-dotted-head th:nth-child(17) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border1-top-dotted tr:nth-child(17) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border1-top-dotted tr:nth-child(17) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border1-top-dotted tr:nth-child(17) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border1-top-dotted tr:nth-child(17) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border1-top-dotted tr:nth-child(17) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border1-top-dotted tr:nth-child(17) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border1-top-dotted tr:nth-child(17) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border1-top-dotted tr:nth-child(17) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border1-top-dotted tr:nth-child(17) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border1-top-dotted tr:nth-child(17) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column17-border2-top-dotted-head th:nth-child(17) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border2-top-dotted tr:nth-child(17) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border2-top-dotted tr:nth-child(17) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border2-top-dotted tr:nth-child(17) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border2-top-dotted tr:nth-child(17) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border2-top-dotted tr:nth-child(17) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border2-top-dotted tr:nth-child(17) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border2-top-dotted tr:nth-child(17) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border2-top-dotted tr:nth-child(17) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border2-top-dotted tr:nth-child(17) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border2-top-dotted tr:nth-child(17) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column17-border1-bottom-dotted-head th:nth-child(17) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border1-bottom-dotted tr:nth-child(17) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border1-bottom-dotted tr:nth-child(17) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border1-bottom-dotted tr:nth-child(17) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border1-bottom-dotted tr:nth-child(17) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border1-bottom-dotted tr:nth-child(17) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border1-bottom-dotted tr:nth-child(17) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border1-bottom-dotted tr:nth-child(17) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border1-bottom-dotted tr:nth-child(17) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border1-bottom-dotted tr:nth-child(17) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border1-bottom-dotted tr:nth-child(17) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column17-border2-bottom-dotted-head th:nth-child(17) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column0-border2-bottom-dotted tr:nth-child(17) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column1-border2-bottom-dotted tr:nth-child(17) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column2-border2-bottom-dotted tr:nth-child(17) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column3-border2-bottom-dotted tr:nth-child(17) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column4-border2-bottom-dotted tr:nth-child(17) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column5-border2-bottom-dotted tr:nth-child(17) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column6-border2-bottom-dotted tr:nth-child(17) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column7-border2-bottom-dotted tr:nth-child(17) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column8-border2-bottom-dotted tr:nth-child(17) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row17-column9-border2-bottom-dotted tr:nth-child(17) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column17-bold td:nth-child(17) {
  font-weight: 800;
}

.reveal .head-highlight-17 th:nth-child(n + 17) {
  background-color: var(--solarized-base2);
}

.reveal .row17-column0-base03 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base02 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base01 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base00 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base0 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base1 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base2 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column0-base3 tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column0-yellow tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column0-orange tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column0-red tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column0-magenta tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column0-violet tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column0-blue tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column0-cyan tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column0-green tr:nth-child(17) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base03 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base02 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base01 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base00 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base0 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base1 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base2 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column1-base3 tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column1-yellow tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column1-orange tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column1-red tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column1-magenta tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column1-violet tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column1-blue tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column1-cyan tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column1-green tr:nth-child(17) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base03 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base02 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base01 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base00 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base0 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base1 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base2 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column2-base3 tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column2-yellow tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column2-orange tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column2-red tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column2-magenta tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column2-violet tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column2-blue tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column2-cyan tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column2-green tr:nth-child(17) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base03 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base02 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base01 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base00 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base0 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base1 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base2 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column3-base3 tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column3-yellow tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column3-orange tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column3-red tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column3-magenta tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column3-violet tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column3-blue tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column3-cyan tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column3-green tr:nth-child(17) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base03 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base02 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base01 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base00 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base0 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base1 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base2 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column4-base3 tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column4-yellow tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column4-orange tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column4-red tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column4-magenta tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column4-violet tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column4-blue tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column4-cyan tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column4-green tr:nth-child(17) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base03 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base02 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base01 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base00 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base0 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base1 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base2 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column5-base3 tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column5-yellow tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column5-orange tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column5-red tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column5-magenta tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column5-violet tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column5-blue tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column5-cyan tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column5-green tr:nth-child(17) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base03 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base02 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base01 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base00 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base0 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base1 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base2 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column6-base3 tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column6-yellow tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column6-orange tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column6-red tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column6-magenta tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column6-violet tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column6-blue tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column6-cyan tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column6-green tr:nth-child(17) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base03 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base02 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base01 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base00 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base0 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base1 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base2 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column7-base3 tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column7-yellow tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column7-orange tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column7-red tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column7-magenta tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column7-violet tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column7-blue tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column7-cyan tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column7-green tr:nth-child(17) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base03 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base02 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base01 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base00 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base0 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base1 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base2 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column8-base3 tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column8-yellow tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column8-orange tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column8-red tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column8-magenta tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column8-violet tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column8-blue tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column8-cyan tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column8-green tr:nth-child(17) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base03 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base02 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base01 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base00 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base0 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base1 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base2 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column9-base3 tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column9-yellow tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column9-orange tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column9-red tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column9-magenta tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column9-violet tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column9-blue tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column9-cyan tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column9-green tr:nth-child(17) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base03 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base02 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base01 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base00 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base0 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base1 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base2 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column10-base3 tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column10-yellow tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column10-orange tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column10-red tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column10-magenta tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column10-violet tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column10-blue tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column10-cyan tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column10-green tr:nth-child(17) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base03 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base02 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base01 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base00 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base0 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base1 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base2 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column11-base3 tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column11-yellow tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column11-orange tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column11-red tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column11-magenta tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column11-violet tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column11-blue tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column11-cyan tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column11-green tr:nth-child(17) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base03 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base02 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base01 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base00 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base0 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base1 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base2 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column12-base3 tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column12-yellow tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column12-orange tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column12-red tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column12-magenta tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column12-violet tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column12-blue tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column12-cyan tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column12-green tr:nth-child(17) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base03 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base02 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base01 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base00 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base0 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base1 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base2 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column13-base3 tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column13-yellow tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column13-orange tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column13-red tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column13-magenta tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column13-violet tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column13-blue tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column13-cyan tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column13-green tr:nth-child(17) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base03 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base02 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base01 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base00 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base0 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base1 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base2 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column14-base3 tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column14-yellow tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column14-orange tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column14-red tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column14-magenta tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column14-violet tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column14-blue tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column14-cyan tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column14-green tr:nth-child(17) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base03 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base02 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base01 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base00 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base0 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base1 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base2 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column15-base3 tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column15-yellow tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column15-orange tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column15-red tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column15-magenta tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column15-violet tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column15-blue tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column15-cyan tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column15-green tr:nth-child(17) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base03 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base02 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base01 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base00 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base0 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base1 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base2 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column16-base3 tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column16-yellow tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column16-orange tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column16-red tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column16-magenta tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column16-violet tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column16-blue tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column16-cyan tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column16-green tr:nth-child(17) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base03 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base02 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base01 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base00 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base0 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base1 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base2 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column17-base3 tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column17-yellow tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column17-orange tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column17-red tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column17-magenta tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column17-violet tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column17-blue tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column17-cyan tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column17-green tr:nth-child(17) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base03 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base02 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base01 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base00 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base0 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base1 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base2 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column18-base3 tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column18-yellow tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column18-orange tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column18-red tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column18-magenta tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column18-violet tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column18-blue tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column18-cyan tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column18-green tr:nth-child(17) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base03 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base02 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base01 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base00 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base0 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base1 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base2 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row17-column19-base3 tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row17-column19-yellow tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row17-column19-orange tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row17-column19-red tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row17-column19-magenta tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row17-column19-violet tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row17-column19-blue tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row17-column19-cyan tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row17-column19-green tr:nth-child(17) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column18-border-left-solid th:nth-child(18),
.reveal .column18-border-left-solid td:nth-child(18) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column18-border-right-solid th:nth-child(18),
.reveal .column18-border-right-solid td:nth-child(18) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row18-border-top-solid tr:nth-child(18) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row18-border-bottom-solid tr:nth-child(18) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column18-border1-left-solid-head th:nth-child(18) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column0-border1-left-solid tr:nth-child(18) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column1-border1-left-solid tr:nth-child(18) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column2-border1-left-solid tr:nth-child(18) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column3-border1-left-solid tr:nth-child(18) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column4-border1-left-solid tr:nth-child(18) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column5-border1-left-solid tr:nth-child(18) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column6-border1-left-solid tr:nth-child(18) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column7-border1-left-solid tr:nth-child(18) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column8-border1-left-solid tr:nth-child(18) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row18-column9-border1-left-solid tr:nth-child(18) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column18-border2-left-solid-head th:nth-child(18) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column0-border2-left-solid tr:nth-child(18) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column1-border2-left-solid tr:nth-child(18) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column2-border2-left-solid tr:nth-child(18) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column3-border2-left-solid tr:nth-child(18) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column4-border2-left-solid tr:nth-child(18) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column5-border2-left-solid tr:nth-child(18) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column6-border2-left-solid tr:nth-child(18) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column7-border2-left-solid tr:nth-child(18) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column8-border2-left-solid tr:nth-child(18) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row18-column9-border2-left-solid tr:nth-child(18) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column18-border1-right-solid-head th:nth-child(18) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column0-border1-right-solid tr:nth-child(18) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column1-border1-right-solid tr:nth-child(18) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column2-border1-right-solid tr:nth-child(18) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column3-border1-right-solid tr:nth-child(18) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column4-border1-right-solid tr:nth-child(18) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column5-border1-right-solid tr:nth-child(18) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column6-border1-right-solid tr:nth-child(18) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column7-border1-right-solid tr:nth-child(18) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column8-border1-right-solid tr:nth-child(18) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row18-column9-border1-right-solid tr:nth-child(18) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column18-border2-right-solid-head th:nth-child(18) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column0-border2-right-solid tr:nth-child(18) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column1-border2-right-solid tr:nth-child(18) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column2-border2-right-solid tr:nth-child(18) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column3-border2-right-solid tr:nth-child(18) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column4-border2-right-solid tr:nth-child(18) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column5-border2-right-solid tr:nth-child(18) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column6-border2-right-solid tr:nth-child(18) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column7-border2-right-solid tr:nth-child(18) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column8-border2-right-solid tr:nth-child(18) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row18-column9-border2-right-solid tr:nth-child(18) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column18-border1-top-solid-head th:nth-child(18) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column0-border1-top-solid tr:nth-child(18) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column1-border1-top-solid tr:nth-child(18) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column2-border1-top-solid tr:nth-child(18) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column3-border1-top-solid tr:nth-child(18) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column4-border1-top-solid tr:nth-child(18) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column5-border1-top-solid tr:nth-child(18) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column6-border1-top-solid tr:nth-child(18) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column7-border1-top-solid tr:nth-child(18) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column8-border1-top-solid tr:nth-child(18) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row18-column9-border1-top-solid tr:nth-child(18) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column18-border2-top-solid-head th:nth-child(18) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column0-border2-top-solid tr:nth-child(18) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column1-border2-top-solid tr:nth-child(18) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column2-border2-top-solid tr:nth-child(18) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column3-border2-top-solid tr:nth-child(18) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column4-border2-top-solid tr:nth-child(18) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column5-border2-top-solid tr:nth-child(18) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column6-border2-top-solid tr:nth-child(18) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column7-border2-top-solid tr:nth-child(18) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column8-border2-top-solid tr:nth-child(18) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row18-column9-border2-top-solid tr:nth-child(18) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column18-border1-bottom-solid-head th:nth-child(18) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column0-border1-bottom-solid tr:nth-child(18) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column1-border1-bottom-solid tr:nth-child(18) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column2-border1-bottom-solid tr:nth-child(18) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column3-border1-bottom-solid tr:nth-child(18) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column4-border1-bottom-solid tr:nth-child(18) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column5-border1-bottom-solid tr:nth-child(18) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column6-border1-bottom-solid tr:nth-child(18) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column7-border1-bottom-solid tr:nth-child(18) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column8-border1-bottom-solid tr:nth-child(18) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row18-column9-border1-bottom-solid tr:nth-child(18) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column18-border2-bottom-solid-head th:nth-child(18) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column0-border2-bottom-solid tr:nth-child(18) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column1-border2-bottom-solid tr:nth-child(18) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column2-border2-bottom-solid tr:nth-child(18) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column3-border2-bottom-solid tr:nth-child(18) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column4-border2-bottom-solid tr:nth-child(18) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column5-border2-bottom-solid tr:nth-child(18) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column6-border2-bottom-solid tr:nth-child(18) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column7-border2-bottom-solid tr:nth-child(18) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column8-border2-bottom-solid tr:nth-child(18) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row18-column9-border2-bottom-solid tr:nth-child(18) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column18-border-left-dashed th:nth-child(18),
.reveal .column18-border-left-dashed td:nth-child(18) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column18-border-right-dashed th:nth-child(18),
.reveal .column18-border-right-dashed td:nth-child(18) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row18-border-top-dashed tr:nth-child(18) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row18-border-bottom-dashed tr:nth-child(18) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column18-border1-left-dashed-head th:nth-child(18) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border1-left-dashed tr:nth-child(18) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border1-left-dashed tr:nth-child(18) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border1-left-dashed tr:nth-child(18) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border1-left-dashed tr:nth-child(18) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border1-left-dashed tr:nth-child(18) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border1-left-dashed tr:nth-child(18) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border1-left-dashed tr:nth-child(18) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border1-left-dashed tr:nth-child(18) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border1-left-dashed tr:nth-child(18) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border1-left-dashed tr:nth-child(18) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column18-border2-left-dashed-head th:nth-child(18) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border2-left-dashed tr:nth-child(18) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border2-left-dashed tr:nth-child(18) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border2-left-dashed tr:nth-child(18) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border2-left-dashed tr:nth-child(18) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border2-left-dashed tr:nth-child(18) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border2-left-dashed tr:nth-child(18) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border2-left-dashed tr:nth-child(18) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border2-left-dashed tr:nth-child(18) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border2-left-dashed tr:nth-child(18) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border2-left-dashed tr:nth-child(18) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column18-border1-right-dashed-head th:nth-child(18) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border1-right-dashed tr:nth-child(18) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border1-right-dashed tr:nth-child(18) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border1-right-dashed tr:nth-child(18) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border1-right-dashed tr:nth-child(18) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border1-right-dashed tr:nth-child(18) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border1-right-dashed tr:nth-child(18) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border1-right-dashed tr:nth-child(18) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border1-right-dashed tr:nth-child(18) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border1-right-dashed tr:nth-child(18) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border1-right-dashed tr:nth-child(18) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column18-border2-right-dashed-head th:nth-child(18) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border2-right-dashed tr:nth-child(18) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border2-right-dashed tr:nth-child(18) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border2-right-dashed tr:nth-child(18) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border2-right-dashed tr:nth-child(18) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border2-right-dashed tr:nth-child(18) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border2-right-dashed tr:nth-child(18) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border2-right-dashed tr:nth-child(18) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border2-right-dashed tr:nth-child(18) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border2-right-dashed tr:nth-child(18) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border2-right-dashed tr:nth-child(18) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column18-border1-top-dashed-head th:nth-child(18) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border1-top-dashed tr:nth-child(18) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border1-top-dashed tr:nth-child(18) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border1-top-dashed tr:nth-child(18) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border1-top-dashed tr:nth-child(18) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border1-top-dashed tr:nth-child(18) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border1-top-dashed tr:nth-child(18) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border1-top-dashed tr:nth-child(18) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border1-top-dashed tr:nth-child(18) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border1-top-dashed tr:nth-child(18) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border1-top-dashed tr:nth-child(18) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column18-border2-top-dashed-head th:nth-child(18) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border2-top-dashed tr:nth-child(18) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border2-top-dashed tr:nth-child(18) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border2-top-dashed tr:nth-child(18) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border2-top-dashed tr:nth-child(18) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border2-top-dashed tr:nth-child(18) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border2-top-dashed tr:nth-child(18) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border2-top-dashed tr:nth-child(18) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border2-top-dashed tr:nth-child(18) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border2-top-dashed tr:nth-child(18) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border2-top-dashed tr:nth-child(18) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column18-border1-bottom-dashed-head th:nth-child(18) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border1-bottom-dashed tr:nth-child(18) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border1-bottom-dashed tr:nth-child(18) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border1-bottom-dashed tr:nth-child(18) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border1-bottom-dashed tr:nth-child(18) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border1-bottom-dashed tr:nth-child(18) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border1-bottom-dashed tr:nth-child(18) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border1-bottom-dashed tr:nth-child(18) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border1-bottom-dashed tr:nth-child(18) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border1-bottom-dashed tr:nth-child(18) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border1-bottom-dashed tr:nth-child(18) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column18-border2-bottom-dashed-head th:nth-child(18) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column0-border2-bottom-dashed tr:nth-child(18) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column1-border2-bottom-dashed tr:nth-child(18) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column2-border2-bottom-dashed tr:nth-child(18) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column3-border2-bottom-dashed tr:nth-child(18) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column4-border2-bottom-dashed tr:nth-child(18) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column5-border2-bottom-dashed tr:nth-child(18) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column6-border2-bottom-dashed tr:nth-child(18) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column7-border2-bottom-dashed tr:nth-child(18) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column8-border2-bottom-dashed tr:nth-child(18) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row18-column9-border2-bottom-dashed tr:nth-child(18) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column18-border-left-dotted th:nth-child(18),
.reveal .column18-border-left-dotted td:nth-child(18) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column18-border-right-dotted th:nth-child(18),
.reveal .column18-border-right-dotted td:nth-child(18) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row18-border-top-dotted tr:nth-child(18) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row18-border-bottom-dotted tr:nth-child(18) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column18-border1-left-dotted-head th:nth-child(18) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border1-left-dotted tr:nth-child(18) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border1-left-dotted tr:nth-child(18) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border1-left-dotted tr:nth-child(18) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border1-left-dotted tr:nth-child(18) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border1-left-dotted tr:nth-child(18) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border1-left-dotted tr:nth-child(18) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border1-left-dotted tr:nth-child(18) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border1-left-dotted tr:nth-child(18) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border1-left-dotted tr:nth-child(18) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border1-left-dotted tr:nth-child(18) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column18-border2-left-dotted-head th:nth-child(18) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border2-left-dotted tr:nth-child(18) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border2-left-dotted tr:nth-child(18) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border2-left-dotted tr:nth-child(18) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border2-left-dotted tr:nth-child(18) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border2-left-dotted tr:nth-child(18) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border2-left-dotted tr:nth-child(18) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border2-left-dotted tr:nth-child(18) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border2-left-dotted tr:nth-child(18) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border2-left-dotted tr:nth-child(18) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border2-left-dotted tr:nth-child(18) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column18-border1-right-dotted-head th:nth-child(18) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border1-right-dotted tr:nth-child(18) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border1-right-dotted tr:nth-child(18) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border1-right-dotted tr:nth-child(18) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border1-right-dotted tr:nth-child(18) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border1-right-dotted tr:nth-child(18) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border1-right-dotted tr:nth-child(18) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border1-right-dotted tr:nth-child(18) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border1-right-dotted tr:nth-child(18) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border1-right-dotted tr:nth-child(18) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border1-right-dotted tr:nth-child(18) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column18-border2-right-dotted-head th:nth-child(18) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border2-right-dotted tr:nth-child(18) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border2-right-dotted tr:nth-child(18) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border2-right-dotted tr:nth-child(18) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border2-right-dotted tr:nth-child(18) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border2-right-dotted tr:nth-child(18) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border2-right-dotted tr:nth-child(18) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border2-right-dotted tr:nth-child(18) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border2-right-dotted tr:nth-child(18) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border2-right-dotted tr:nth-child(18) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border2-right-dotted tr:nth-child(18) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column18-border1-top-dotted-head th:nth-child(18) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border1-top-dotted tr:nth-child(18) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border1-top-dotted tr:nth-child(18) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border1-top-dotted tr:nth-child(18) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border1-top-dotted tr:nth-child(18) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border1-top-dotted tr:nth-child(18) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border1-top-dotted tr:nth-child(18) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border1-top-dotted tr:nth-child(18) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border1-top-dotted tr:nth-child(18) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border1-top-dotted tr:nth-child(18) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border1-top-dotted tr:nth-child(18) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column18-border2-top-dotted-head th:nth-child(18) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border2-top-dotted tr:nth-child(18) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border2-top-dotted tr:nth-child(18) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border2-top-dotted tr:nth-child(18) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border2-top-dotted tr:nth-child(18) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border2-top-dotted tr:nth-child(18) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border2-top-dotted tr:nth-child(18) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border2-top-dotted tr:nth-child(18) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border2-top-dotted tr:nth-child(18) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border2-top-dotted tr:nth-child(18) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border2-top-dotted tr:nth-child(18) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column18-border1-bottom-dotted-head th:nth-child(18) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border1-bottom-dotted tr:nth-child(18) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border1-bottom-dotted tr:nth-child(18) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border1-bottom-dotted tr:nth-child(18) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border1-bottom-dotted tr:nth-child(18) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border1-bottom-dotted tr:nth-child(18) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border1-bottom-dotted tr:nth-child(18) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border1-bottom-dotted tr:nth-child(18) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border1-bottom-dotted tr:nth-child(18) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border1-bottom-dotted tr:nth-child(18) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border1-bottom-dotted tr:nth-child(18) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column18-border2-bottom-dotted-head th:nth-child(18) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column0-border2-bottom-dotted tr:nth-child(18) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column1-border2-bottom-dotted tr:nth-child(18) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column2-border2-bottom-dotted tr:nth-child(18) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column3-border2-bottom-dotted tr:nth-child(18) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column4-border2-bottom-dotted tr:nth-child(18) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column5-border2-bottom-dotted tr:nth-child(18) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column6-border2-bottom-dotted tr:nth-child(18) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column7-border2-bottom-dotted tr:nth-child(18) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column8-border2-bottom-dotted tr:nth-child(18) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row18-column9-border2-bottom-dotted tr:nth-child(18) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column18-bold td:nth-child(18) {
  font-weight: 800;
}

.reveal .head-highlight-18 th:nth-child(n + 18) {
  background-color: var(--solarized-base2);
}

.reveal .row18-column0-base03 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base02 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base01 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base00 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base0 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base1 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base2 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column0-base3 tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column0-yellow tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column0-orange tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column0-red tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column0-magenta tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column0-violet tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column0-blue tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column0-cyan tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column0-green tr:nth-child(18) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base03 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base02 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base01 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base00 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base0 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base1 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base2 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column1-base3 tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column1-yellow tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column1-orange tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column1-red tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column1-magenta tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column1-violet tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column1-blue tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column1-cyan tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column1-green tr:nth-child(18) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base03 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base02 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base01 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base00 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base0 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base1 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base2 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column2-base3 tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column2-yellow tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column2-orange tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column2-red tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column2-magenta tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column2-violet tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column2-blue tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column2-cyan tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column2-green tr:nth-child(18) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base03 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base02 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base01 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base00 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base0 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base1 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base2 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column3-base3 tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column3-yellow tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column3-orange tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column3-red tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column3-magenta tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column3-violet tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column3-blue tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column3-cyan tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column3-green tr:nth-child(18) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base03 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base02 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base01 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base00 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base0 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base1 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base2 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column4-base3 tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column4-yellow tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column4-orange tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column4-red tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column4-magenta tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column4-violet tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column4-blue tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column4-cyan tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column4-green tr:nth-child(18) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base03 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base02 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base01 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base00 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base0 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base1 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base2 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column5-base3 tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column5-yellow tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column5-orange tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column5-red tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column5-magenta tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column5-violet tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column5-blue tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column5-cyan tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column5-green tr:nth-child(18) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base03 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base02 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base01 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base00 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base0 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base1 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base2 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column6-base3 tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column6-yellow tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column6-orange tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column6-red tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column6-magenta tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column6-violet tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column6-blue tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column6-cyan tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column6-green tr:nth-child(18) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base03 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base02 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base01 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base00 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base0 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base1 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base2 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column7-base3 tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column7-yellow tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column7-orange tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column7-red tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column7-magenta tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column7-violet tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column7-blue tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column7-cyan tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column7-green tr:nth-child(18) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base03 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base02 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base01 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base00 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base0 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base1 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base2 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column8-base3 tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column8-yellow tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column8-orange tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column8-red tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column8-magenta tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column8-violet tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column8-blue tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column8-cyan tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column8-green tr:nth-child(18) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base03 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base02 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base01 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base00 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base0 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base1 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base2 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column9-base3 tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column9-yellow tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column9-orange tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column9-red tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column9-magenta tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column9-violet tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column9-blue tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column9-cyan tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column9-green tr:nth-child(18) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base03 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base02 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base01 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base00 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base0 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base1 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base2 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column10-base3 tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column10-yellow tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column10-orange tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column10-red tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column10-magenta tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column10-violet tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column10-blue tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column10-cyan tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column10-green tr:nth-child(18) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base03 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base02 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base01 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base00 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base0 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base1 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base2 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column11-base3 tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column11-yellow tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column11-orange tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column11-red tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column11-magenta tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column11-violet tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column11-blue tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column11-cyan tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column11-green tr:nth-child(18) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base03 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base02 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base01 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base00 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base0 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base1 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base2 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column12-base3 tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column12-yellow tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column12-orange tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column12-red tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column12-magenta tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column12-violet tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column12-blue tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column12-cyan tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column12-green tr:nth-child(18) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base03 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base02 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base01 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base00 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base0 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base1 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base2 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column13-base3 tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column13-yellow tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column13-orange tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column13-red tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column13-magenta tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column13-violet tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column13-blue tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column13-cyan tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column13-green tr:nth-child(18) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base03 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base02 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base01 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base00 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base0 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base1 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base2 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column14-base3 tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column14-yellow tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column14-orange tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column14-red tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column14-magenta tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column14-violet tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column14-blue tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column14-cyan tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column14-green tr:nth-child(18) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base03 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base02 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base01 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base00 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base0 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base1 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base2 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column15-base3 tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column15-yellow tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column15-orange tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column15-red tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column15-magenta tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column15-violet tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column15-blue tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column15-cyan tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column15-green tr:nth-child(18) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base03 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base02 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base01 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base00 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base0 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base1 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base2 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column16-base3 tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column16-yellow tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column16-orange tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column16-red tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column16-magenta tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column16-violet tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column16-blue tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column16-cyan tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column16-green tr:nth-child(18) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base03 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base02 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base01 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base00 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base0 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base1 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base2 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column17-base3 tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column17-yellow tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column17-orange tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column17-red tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column17-magenta tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column17-violet tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column17-blue tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column17-cyan tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column17-green tr:nth-child(18) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base03 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base02 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base01 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base00 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base0 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base1 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base2 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column18-base3 tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column18-yellow tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column18-orange tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column18-red tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column18-magenta tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column18-violet tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column18-blue tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column18-cyan tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column18-green tr:nth-child(18) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base03 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base02 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base01 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base00 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base0 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base1 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base2 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row18-column19-base3 tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row18-column19-yellow tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row18-column19-orange tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row18-column19-red tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row18-column19-magenta tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row18-column19-violet tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row18-column19-blue tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row18-column19-cyan tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row18-column19-green tr:nth-child(18) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .column19-border-left-solid th:nth-child(19),
.reveal .column19-border-left-solid td:nth-child(19) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column19-border-right-solid th:nth-child(19),
.reveal .column19-border-right-solid td:nth-child(19) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .row19-border-top-solid tr:nth-child(19) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .row19-border-bottom-solid tr:nth-child(19) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column19-border1-left-solid-head th:nth-child(19) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column0-border1-left-solid tr:nth-child(19) td:nth-child(0) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column1-border1-left-solid tr:nth-child(19) td:nth-child(1) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column2-border1-left-solid tr:nth-child(19) td:nth-child(2) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column3-border1-left-solid tr:nth-child(19) td:nth-child(3) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column4-border1-left-solid tr:nth-child(19) td:nth-child(4) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column5-border1-left-solid tr:nth-child(19) td:nth-child(5) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column6-border1-left-solid tr:nth-child(19) td:nth-child(6) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column7-border1-left-solid tr:nth-child(19) td:nth-child(7) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column8-border1-left-solid tr:nth-child(19) td:nth-child(8) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal
.row19-column9-border1-left-solid tr:nth-child(19) td:nth-child(9) {
  border-left: 1px solid var(--solarized-base01);
}

.reveal .column19-border2-left-solid-head th:nth-child(19) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column0-border2-left-solid tr:nth-child(19) td:nth-child(0) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column1-border2-left-solid tr:nth-child(19) td:nth-child(1) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column2-border2-left-solid tr:nth-child(19) td:nth-child(2) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column3-border2-left-solid tr:nth-child(19) td:nth-child(3) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column4-border2-left-solid tr:nth-child(19) td:nth-child(4) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column5-border2-left-solid tr:nth-child(19) td:nth-child(5) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column6-border2-left-solid tr:nth-child(19) td:nth-child(6) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column7-border2-left-solid tr:nth-child(19) td:nth-child(7) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column8-border2-left-solid tr:nth-child(19) td:nth-child(8) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal
.row19-column9-border2-left-solid tr:nth-child(19) td:nth-child(9) {
  border-left: 2px solid var(--solarized-base01);
}

.reveal .column19-border1-right-solid-head th:nth-child(19) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column0-border1-right-solid tr:nth-child(19) td:nth-child(0) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column1-border1-right-solid tr:nth-child(19) td:nth-child(1) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column2-border1-right-solid tr:nth-child(19) td:nth-child(2) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column3-border1-right-solid tr:nth-child(19) td:nth-child(3) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column4-border1-right-solid tr:nth-child(19) td:nth-child(4) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column5-border1-right-solid tr:nth-child(19) td:nth-child(5) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column6-border1-right-solid tr:nth-child(19) td:nth-child(6) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column7-border1-right-solid tr:nth-child(19) td:nth-child(7) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column8-border1-right-solid tr:nth-child(19) td:nth-child(8) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal
.row19-column9-border1-right-solid tr:nth-child(19) td:nth-child(9) {
  border-right: 1px solid var(--solarized-base01);
}

.reveal .column19-border2-right-solid-head th:nth-child(19) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column0-border2-right-solid tr:nth-child(19) td:nth-child(0) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column1-border2-right-solid tr:nth-child(19) td:nth-child(1) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column2-border2-right-solid tr:nth-child(19) td:nth-child(2) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column3-border2-right-solid tr:nth-child(19) td:nth-child(3) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column4-border2-right-solid tr:nth-child(19) td:nth-child(4) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column5-border2-right-solid tr:nth-child(19) td:nth-child(5) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column6-border2-right-solid tr:nth-child(19) td:nth-child(6) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column7-border2-right-solid tr:nth-child(19) td:nth-child(7) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column8-border2-right-solid tr:nth-child(19) td:nth-child(8) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal
.row19-column9-border2-right-solid tr:nth-child(19) td:nth-child(9) {
  border-right: 2px solid var(--solarized-base01);
}

.reveal .column19-border1-top-solid-head th:nth-child(19) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column0-border1-top-solid tr:nth-child(19) td:nth-child(0) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column1-border1-top-solid tr:nth-child(19) td:nth-child(1) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column2-border1-top-solid tr:nth-child(19) td:nth-child(2) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column3-border1-top-solid tr:nth-child(19) td:nth-child(3) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column4-border1-top-solid tr:nth-child(19) td:nth-child(4) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column5-border1-top-solid tr:nth-child(19) td:nth-child(5) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column6-border1-top-solid tr:nth-child(19) td:nth-child(6) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column7-border1-top-solid tr:nth-child(19) td:nth-child(7) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column8-border1-top-solid tr:nth-child(19) td:nth-child(8) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal
.row19-column9-border1-top-solid tr:nth-child(19) td:nth-child(9) {
  border-top: 1px solid var(--solarized-base01);
}

.reveal .column19-border2-top-solid-head th:nth-child(19) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column0-border2-top-solid tr:nth-child(19) td:nth-child(0) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column1-border2-top-solid tr:nth-child(19) td:nth-child(1) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column2-border2-top-solid tr:nth-child(19) td:nth-child(2) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column3-border2-top-solid tr:nth-child(19) td:nth-child(3) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column4-border2-top-solid tr:nth-child(19) td:nth-child(4) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column5-border2-top-solid tr:nth-child(19) td:nth-child(5) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column6-border2-top-solid tr:nth-child(19) td:nth-child(6) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column7-border2-top-solid tr:nth-child(19) td:nth-child(7) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column8-border2-top-solid tr:nth-child(19) td:nth-child(8) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal
.row19-column9-border2-top-solid tr:nth-child(19) td:nth-child(9) {
  border-top: 2px solid var(--solarized-base01);
}

.reveal .column19-border1-bottom-solid-head th:nth-child(19) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column0-border1-bottom-solid tr:nth-child(19) td:nth-child(0) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column1-border1-bottom-solid tr:nth-child(19) td:nth-child(1) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column2-border1-bottom-solid tr:nth-child(19) td:nth-child(2) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column3-border1-bottom-solid tr:nth-child(19) td:nth-child(3) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column4-border1-bottom-solid tr:nth-child(19) td:nth-child(4) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column5-border1-bottom-solid tr:nth-child(19) td:nth-child(5) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column6-border1-bottom-solid tr:nth-child(19) td:nth-child(6) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column7-border1-bottom-solid tr:nth-child(19) td:nth-child(7) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column8-border1-bottom-solid tr:nth-child(19) td:nth-child(8) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal
.row19-column9-border1-bottom-solid tr:nth-child(19) td:nth-child(9) {
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .column19-border2-bottom-solid-head th:nth-child(19) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column0-border2-bottom-solid tr:nth-child(19) td:nth-child(0) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column1-border2-bottom-solid tr:nth-child(19) td:nth-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column2-border2-bottom-solid tr:nth-child(19) td:nth-child(2) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column3-border2-bottom-solid tr:nth-child(19) td:nth-child(3) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column4-border2-bottom-solid tr:nth-child(19) td:nth-child(4) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column5-border2-bottom-solid tr:nth-child(19) td:nth-child(5) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column6-border2-bottom-solid tr:nth-child(19) td:nth-child(6) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column7-border2-bottom-solid tr:nth-child(19) td:nth-child(7) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column8-border2-bottom-solid tr:nth-child(19) td:nth-child(8) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal
.row19-column9-border2-bottom-solid tr:nth-child(19) td:nth-child(9) {
  border-bottom: 2px solid var(--solarized-base01);
}

.reveal .column19-border-left-dashed th:nth-child(19),
.reveal .column19-border-left-dashed td:nth-child(19) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column19-border-right-dashed th:nth-child(19),
.reveal .column19-border-right-dashed td:nth-child(19) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .row19-border-top-dashed tr:nth-child(19) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .row19-border-bottom-dashed tr:nth-child(19) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column19-border1-left-dashed-head th:nth-child(19) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border1-left-dashed tr:nth-child(19) td:nth-child(0) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border1-left-dashed tr:nth-child(19) td:nth-child(1) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border1-left-dashed tr:nth-child(19) td:nth-child(2) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border1-left-dashed tr:nth-child(19) td:nth-child(3) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border1-left-dashed tr:nth-child(19) td:nth-child(4) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border1-left-dashed tr:nth-child(19) td:nth-child(5) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border1-left-dashed tr:nth-child(19) td:nth-child(6) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border1-left-dashed tr:nth-child(19) td:nth-child(7) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border1-left-dashed tr:nth-child(19) td:nth-child(8) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border1-left-dashed tr:nth-child(19) td:nth-child(9) {
  border-left: 1px dashed var(--solarized-base01);
}

.reveal .column19-border2-left-dashed-head th:nth-child(19) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border2-left-dashed tr:nth-child(19) td:nth-child(0) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border2-left-dashed tr:nth-child(19) td:nth-child(1) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border2-left-dashed tr:nth-child(19) td:nth-child(2) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border2-left-dashed tr:nth-child(19) td:nth-child(3) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border2-left-dashed tr:nth-child(19) td:nth-child(4) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border2-left-dashed tr:nth-child(19) td:nth-child(5) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border2-left-dashed tr:nth-child(19) td:nth-child(6) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border2-left-dashed tr:nth-child(19) td:nth-child(7) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border2-left-dashed tr:nth-child(19) td:nth-child(8) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border2-left-dashed tr:nth-child(19) td:nth-child(9) {
  border-left: 2px dashed var(--solarized-base01);
}

.reveal .column19-border1-right-dashed-head th:nth-child(19) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border1-right-dashed tr:nth-child(19) td:nth-child(0) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border1-right-dashed tr:nth-child(19) td:nth-child(1) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border1-right-dashed tr:nth-child(19) td:nth-child(2) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border1-right-dashed tr:nth-child(19) td:nth-child(3) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border1-right-dashed tr:nth-child(19) td:nth-child(4) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border1-right-dashed tr:nth-child(19) td:nth-child(5) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border1-right-dashed tr:nth-child(19) td:nth-child(6) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border1-right-dashed tr:nth-child(19) td:nth-child(7) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border1-right-dashed tr:nth-child(19) td:nth-child(8) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border1-right-dashed tr:nth-child(19) td:nth-child(9) {
  border-right: 1px dashed var(--solarized-base01);
}

.reveal .column19-border2-right-dashed-head th:nth-child(19) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border2-right-dashed tr:nth-child(19) td:nth-child(0) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border2-right-dashed tr:nth-child(19) td:nth-child(1) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border2-right-dashed tr:nth-child(19) td:nth-child(2) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border2-right-dashed tr:nth-child(19) td:nth-child(3) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border2-right-dashed tr:nth-child(19) td:nth-child(4) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border2-right-dashed tr:nth-child(19) td:nth-child(5) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border2-right-dashed tr:nth-child(19) td:nth-child(6) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border2-right-dashed tr:nth-child(19) td:nth-child(7) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border2-right-dashed tr:nth-child(19) td:nth-child(8) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border2-right-dashed tr:nth-child(19) td:nth-child(9) {
  border-right: 2px dashed var(--solarized-base01);
}

.reveal .column19-border1-top-dashed-head th:nth-child(19) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border1-top-dashed tr:nth-child(19) td:nth-child(0) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border1-top-dashed tr:nth-child(19) td:nth-child(1) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border1-top-dashed tr:nth-child(19) td:nth-child(2) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border1-top-dashed tr:nth-child(19) td:nth-child(3) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border1-top-dashed tr:nth-child(19) td:nth-child(4) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border1-top-dashed tr:nth-child(19) td:nth-child(5) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border1-top-dashed tr:nth-child(19) td:nth-child(6) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border1-top-dashed tr:nth-child(19) td:nth-child(7) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border1-top-dashed tr:nth-child(19) td:nth-child(8) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border1-top-dashed tr:nth-child(19) td:nth-child(9) {
  border-top: 1px dashed var(--solarized-base01);
}

.reveal .column19-border2-top-dashed-head th:nth-child(19) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border2-top-dashed tr:nth-child(19) td:nth-child(0) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border2-top-dashed tr:nth-child(19) td:nth-child(1) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border2-top-dashed tr:nth-child(19) td:nth-child(2) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border2-top-dashed tr:nth-child(19) td:nth-child(3) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border2-top-dashed tr:nth-child(19) td:nth-child(4) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border2-top-dashed tr:nth-child(19) td:nth-child(5) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border2-top-dashed tr:nth-child(19) td:nth-child(6) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border2-top-dashed tr:nth-child(19) td:nth-child(7) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border2-top-dashed tr:nth-child(19) td:nth-child(8) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border2-top-dashed tr:nth-child(19) td:nth-child(9) {
  border-top: 2px dashed var(--solarized-base01);
}

.reveal .column19-border1-bottom-dashed-head th:nth-child(19) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border1-bottom-dashed tr:nth-child(19) td:nth-child(0) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border1-bottom-dashed tr:nth-child(19) td:nth-child(1) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border1-bottom-dashed tr:nth-child(19) td:nth-child(2) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border1-bottom-dashed tr:nth-child(19) td:nth-child(3) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border1-bottom-dashed tr:nth-child(19) td:nth-child(4) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border1-bottom-dashed tr:nth-child(19) td:nth-child(5) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border1-bottom-dashed tr:nth-child(19) td:nth-child(6) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border1-bottom-dashed tr:nth-child(19) td:nth-child(7) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border1-bottom-dashed tr:nth-child(19) td:nth-child(8) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border1-bottom-dashed tr:nth-child(19) td:nth-child(9) {
  border-bottom: 1px dashed var(--solarized-base01);
}

.reveal .column19-border2-bottom-dashed-head th:nth-child(19) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column0-border2-bottom-dashed tr:nth-child(19) td:nth-child(0) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column1-border2-bottom-dashed tr:nth-child(19) td:nth-child(1) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column2-border2-bottom-dashed tr:nth-child(19) td:nth-child(2) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column3-border2-bottom-dashed tr:nth-child(19) td:nth-child(3) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column4-border2-bottom-dashed tr:nth-child(19) td:nth-child(4) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column5-border2-bottom-dashed tr:nth-child(19) td:nth-child(5) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column6-border2-bottom-dashed tr:nth-child(19) td:nth-child(6) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column7-border2-bottom-dashed tr:nth-child(19) td:nth-child(7) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column8-border2-bottom-dashed tr:nth-child(19) td:nth-child(8) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal
.row19-column9-border2-bottom-dashed tr:nth-child(19) td:nth-child(9) {
  border-bottom: 2px dashed var(--solarized-base01);
}

.reveal .column19-border-left-dotted th:nth-child(19),
.reveal .column19-border-left-dotted td:nth-child(19) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column19-border-right-dotted th:nth-child(19),
.reveal .column19-border-right-dotted td:nth-child(19) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .row19-border-top-dotted tr:nth-child(19) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .row19-border-bottom-dotted tr:nth-child(19) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column19-border1-left-dotted-head th:nth-child(19) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border1-left-dotted tr:nth-child(19) td:nth-child(0) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border1-left-dotted tr:nth-child(19) td:nth-child(1) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border1-left-dotted tr:nth-child(19) td:nth-child(2) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border1-left-dotted tr:nth-child(19) td:nth-child(3) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border1-left-dotted tr:nth-child(19) td:nth-child(4) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border1-left-dotted tr:nth-child(19) td:nth-child(5) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border1-left-dotted tr:nth-child(19) td:nth-child(6) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border1-left-dotted tr:nth-child(19) td:nth-child(7) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border1-left-dotted tr:nth-child(19) td:nth-child(8) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border1-left-dotted tr:nth-child(19) td:nth-child(9) {
  border-left: 1px dotted var(--solarized-base01);
}

.reveal .column19-border2-left-dotted-head th:nth-child(19) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border2-left-dotted tr:nth-child(19) td:nth-child(0) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border2-left-dotted tr:nth-child(19) td:nth-child(1) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border2-left-dotted tr:nth-child(19) td:nth-child(2) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border2-left-dotted tr:nth-child(19) td:nth-child(3) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border2-left-dotted tr:nth-child(19) td:nth-child(4) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border2-left-dotted tr:nth-child(19) td:nth-child(5) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border2-left-dotted tr:nth-child(19) td:nth-child(6) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border2-left-dotted tr:nth-child(19) td:nth-child(7) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border2-left-dotted tr:nth-child(19) td:nth-child(8) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border2-left-dotted tr:nth-child(19) td:nth-child(9) {
  border-left: 2px dotted var(--solarized-base01);
}

.reveal .column19-border1-right-dotted-head th:nth-child(19) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border1-right-dotted tr:nth-child(19) td:nth-child(0) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border1-right-dotted tr:nth-child(19) td:nth-child(1) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border1-right-dotted tr:nth-child(19) td:nth-child(2) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border1-right-dotted tr:nth-child(19) td:nth-child(3) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border1-right-dotted tr:nth-child(19) td:nth-child(4) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border1-right-dotted tr:nth-child(19) td:nth-child(5) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border1-right-dotted tr:nth-child(19) td:nth-child(6) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border1-right-dotted tr:nth-child(19) td:nth-child(7) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border1-right-dotted tr:nth-child(19) td:nth-child(8) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border1-right-dotted tr:nth-child(19) td:nth-child(9) {
  border-right: 1px dotted var(--solarized-base01);
}

.reveal .column19-border2-right-dotted-head th:nth-child(19) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border2-right-dotted tr:nth-child(19) td:nth-child(0) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border2-right-dotted tr:nth-child(19) td:nth-child(1) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border2-right-dotted tr:nth-child(19) td:nth-child(2) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border2-right-dotted tr:nth-child(19) td:nth-child(3) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border2-right-dotted tr:nth-child(19) td:nth-child(4) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border2-right-dotted tr:nth-child(19) td:nth-child(5) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border2-right-dotted tr:nth-child(19) td:nth-child(6) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border2-right-dotted tr:nth-child(19) td:nth-child(7) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border2-right-dotted tr:nth-child(19) td:nth-child(8) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border2-right-dotted tr:nth-child(19) td:nth-child(9) {
  border-right: 2px dotted var(--solarized-base01);
}

.reveal .column19-border1-top-dotted-head th:nth-child(19) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border1-top-dotted tr:nth-child(19) td:nth-child(0) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border1-top-dotted tr:nth-child(19) td:nth-child(1) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border1-top-dotted tr:nth-child(19) td:nth-child(2) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border1-top-dotted tr:nth-child(19) td:nth-child(3) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border1-top-dotted tr:nth-child(19) td:nth-child(4) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border1-top-dotted tr:nth-child(19) td:nth-child(5) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border1-top-dotted tr:nth-child(19) td:nth-child(6) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border1-top-dotted tr:nth-child(19) td:nth-child(7) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border1-top-dotted tr:nth-child(19) td:nth-child(8) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border1-top-dotted tr:nth-child(19) td:nth-child(9) {
  border-top: 1px dotted var(--solarized-base01);
}

.reveal .column19-border2-top-dotted-head th:nth-child(19) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border2-top-dotted tr:nth-child(19) td:nth-child(0) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border2-top-dotted tr:nth-child(19) td:nth-child(1) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border2-top-dotted tr:nth-child(19) td:nth-child(2) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border2-top-dotted tr:nth-child(19) td:nth-child(3) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border2-top-dotted tr:nth-child(19) td:nth-child(4) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border2-top-dotted tr:nth-child(19) td:nth-child(5) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border2-top-dotted tr:nth-child(19) td:nth-child(6) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border2-top-dotted tr:nth-child(19) td:nth-child(7) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border2-top-dotted tr:nth-child(19) td:nth-child(8) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border2-top-dotted tr:nth-child(19) td:nth-child(9) {
  border-top: 2px dotted var(--solarized-base01);
}

.reveal .column19-border1-bottom-dotted-head th:nth-child(19) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border1-bottom-dotted tr:nth-child(19) td:nth-child(0) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border1-bottom-dotted tr:nth-child(19) td:nth-child(1) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border1-bottom-dotted tr:nth-child(19) td:nth-child(2) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border1-bottom-dotted tr:nth-child(19) td:nth-child(3) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border1-bottom-dotted tr:nth-child(19) td:nth-child(4) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border1-bottom-dotted tr:nth-child(19) td:nth-child(5) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border1-bottom-dotted tr:nth-child(19) td:nth-child(6) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border1-bottom-dotted tr:nth-child(19) td:nth-child(7) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border1-bottom-dotted tr:nth-child(19) td:nth-child(8) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border1-bottom-dotted tr:nth-child(19) td:nth-child(9) {
  border-bottom: 1px dotted var(--solarized-base01);
}

.reveal .column19-border2-bottom-dotted-head th:nth-child(19) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column0-border2-bottom-dotted tr:nth-child(19) td:nth-child(0) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column1-border2-bottom-dotted tr:nth-child(19) td:nth-child(1) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column2-border2-bottom-dotted tr:nth-child(19) td:nth-child(2) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column3-border2-bottom-dotted tr:nth-child(19) td:nth-child(3) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column4-border2-bottom-dotted tr:nth-child(19) td:nth-child(4) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column5-border2-bottom-dotted tr:nth-child(19) td:nth-child(5) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column6-border2-bottom-dotted tr:nth-child(19) td:nth-child(6) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column7-border2-bottom-dotted tr:nth-child(19) td:nth-child(7) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column8-border2-bottom-dotted tr:nth-child(19) td:nth-child(8) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal
.row19-column9-border2-bottom-dotted tr:nth-child(19) td:nth-child(9) {
  border-bottom: 2px dotted var(--solarized-base01);
}

.reveal .column19-bold td:nth-child(19) {
  font-weight: 800;
}

.reveal .head-highlight-19 th:nth-child(n + 19) {
  background-color: var(--solarized-base2);
}

.reveal .row19-column0-base03 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base02 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base01 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base00 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base0 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base1 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base2 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column0-base3 tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column0-yellow tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column0-orange tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column0-red tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column0-magenta tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column0-violet tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column0-blue tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column0-cyan tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column0-green tr:nth-child(19) td:nth-child(0) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base03 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base02 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base01 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base00 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base0 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base1 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base2 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column1-base3 tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column1-yellow tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column1-orange tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column1-red tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column1-magenta tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column1-violet tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column1-blue tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column1-cyan tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column1-green tr:nth-child(19) td:nth-child(1) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base03 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base02 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base01 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base00 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base0 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base1 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base2 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column2-base3 tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column2-yellow tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column2-orange tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column2-red tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column2-magenta tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column2-violet tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column2-blue tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column2-cyan tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column2-green tr:nth-child(19) td:nth-child(2) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base03 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base02 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base01 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base00 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base0 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base1 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base2 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column3-base3 tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column3-yellow tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column3-orange tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column3-red tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column3-magenta tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column3-violet tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column3-blue tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column3-cyan tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column3-green tr:nth-child(19) td:nth-child(3) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base03 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base02 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base01 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base00 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base0 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base1 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base2 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column4-base3 tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column4-yellow tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column4-orange tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column4-red tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column4-magenta tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column4-violet tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column4-blue tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column4-cyan tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column4-green tr:nth-child(19) td:nth-child(4) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base03 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base02 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base01 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base00 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base0 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base1 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base2 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column5-base3 tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column5-yellow tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column5-orange tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column5-red tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column5-magenta tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column5-violet tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column5-blue tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column5-cyan tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column5-green tr:nth-child(19) td:nth-child(5) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base03 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base02 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base01 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base00 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base0 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base1 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base2 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column6-base3 tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column6-yellow tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column6-orange tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column6-red tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column6-magenta tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column6-violet tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column6-blue tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column6-cyan tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column6-green tr:nth-child(19) td:nth-child(6) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base03 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base02 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base01 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base00 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base0 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base1 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base2 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column7-base3 tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column7-yellow tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column7-orange tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column7-red tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column7-magenta tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column7-violet tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column7-blue tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column7-cyan tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column7-green tr:nth-child(19) td:nth-child(7) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base03 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base02 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base01 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base00 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base0 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base1 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base2 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column8-base3 tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column8-yellow tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column8-orange tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column8-red tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column8-magenta tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column8-violet tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column8-blue tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column8-cyan tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column8-green tr:nth-child(19) td:nth-child(8) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base03 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base02 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base01 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base00 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base0 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base1 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base2 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column9-base3 tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column9-yellow tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column9-orange tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column9-red tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column9-magenta tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column9-violet tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column9-blue tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column9-cyan tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column9-green tr:nth-child(19) td:nth-child(9) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base03 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base02 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base01 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base00 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base0 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base1 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base2 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column10-base3 tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column10-yellow tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column10-orange tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column10-red tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column10-magenta tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column10-violet tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column10-blue tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column10-cyan tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column10-green tr:nth-child(19) td:nth-child(10) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base03 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base02 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base01 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base00 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base0 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base1 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base2 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column11-base3 tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column11-yellow tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column11-orange tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column11-red tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column11-magenta tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column11-violet tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column11-blue tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column11-cyan tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column11-green tr:nth-child(19) td:nth-child(11) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base03 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base02 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base01 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base00 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base0 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base1 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base2 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column12-base3 tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column12-yellow tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column12-orange tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column12-red tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column12-magenta tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column12-violet tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column12-blue tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column12-cyan tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column12-green tr:nth-child(19) td:nth-child(12) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base03 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base02 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base01 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base00 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base0 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base1 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base2 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column13-base3 tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column13-yellow tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column13-orange tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column13-red tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column13-magenta tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column13-violet tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column13-blue tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column13-cyan tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column13-green tr:nth-child(19) td:nth-child(13) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base03 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base02 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base01 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base00 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base0 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base1 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base2 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column14-base3 tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column14-yellow tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column14-orange tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column14-red tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column14-magenta tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column14-violet tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column14-blue tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column14-cyan tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column14-green tr:nth-child(19) td:nth-child(14) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base03 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base02 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base01 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base00 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base0 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base1 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base2 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column15-base3 tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column15-yellow tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column15-orange tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column15-red tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column15-magenta tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column15-violet tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column15-blue tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column15-cyan tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column15-green tr:nth-child(19) td:nth-child(15) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base03 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base02 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base01 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base00 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base0 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base1 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base2 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column16-base3 tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column16-yellow tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column16-orange tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column16-red tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column16-magenta tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column16-violet tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column16-blue tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column16-cyan tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column16-green tr:nth-child(19) td:nth-child(16) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base03 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base02 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base01 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base00 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base0 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base1 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base2 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column17-base3 tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column17-yellow tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column17-orange tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column17-red tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column17-magenta tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column17-violet tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column17-blue tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column17-cyan tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column17-green tr:nth-child(19) td:nth-child(17) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base03 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base02 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base01 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base00 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base0 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base1 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base2 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column18-base3 tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column18-yellow tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column18-orange tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column18-red tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column18-magenta tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column18-violet tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column18-blue tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column18-cyan tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column18-green tr:nth-child(19) td:nth-child(18) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base03 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base03);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base02 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base02);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base01 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base01);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base00 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base00);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base0 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base0);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base1 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base1);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base2 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base2);
  color: var(--solarized-base3);
}

.reveal .row19-column19-base3 tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-base3);
  color: var(--solarized-base3);
}

.reveal .row19-column19-yellow tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-yellow);
  color: var(--solarized-base3);
}

.reveal .row19-column19-orange tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-orange);
  color: var(--solarized-base3);
}

.reveal .row19-column19-red tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-red);
  color: var(--solarized-base3);
}

.reveal .row19-column19-magenta tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-magenta);
  color: var(--solarized-base3);
}

.reveal .row19-column19-violet tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-violet);
  color: var(--solarized-base3);
}

.reveal .row19-column19-blue tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-blue);
  color: var(--solarized-base3);
}

.reveal .row19-column19-cyan tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-cyan);
  color: var(--solarized-base3);
}

.reveal .row19-column19-green tr:nth-child(19) td:nth-child(19) {
  background-color: var(--solarized-green);
  color: var(--solarized-base3);
}

.reveal .fullborder th,
.reveal .fullborder td {
  border:1px solid var(--solarized-base01) !important
}

.reveal .row1-5-column2-10-fullborder tr:nth-child(n + 1):nth-child(-n + 5) td:nth-child(n + 2):nth-child(-n + 10) {
  border: 1px solid var(--solarized-base01);
}

.reveal .row1-2-column2-10-fullborder tr:nth-child(n + 1):nth-child(-n + 1) td:nth-child(n + 2):nth-child(-n + 10) {
  border: 1px solid var(--solarized-base01);
}

.reveal .row0-2-column2-11-fullborder tr:nth-child(n - 0):nth-child(-n + 1) td:nth-child(n + 2):nth-child(-n + 11) {
  border: 1px solid var(--solarized-base01);
}

.reveal .threelines th {
  border-top: 2px solid var(--solarized-base01);
  border-bottom: 1px solid var(--solarized-base01);
}

.reveal .threelines tbody tr:nth-last-child(1) {
  border-bottom: 2px solid var(--solarized-base01);
}
