/* @import url("./reveal.js/css/theme/night.css"); */

/* code span.dt { text-decoration: none; font-style: italic; } */
/* .reveal p { margin-bottom: 1em; text-align: left; } */
/* .reveal pre > code, */
/* .reveal pre { background-color: #111111; margin-bottom: 2em; } */
/* .reveal code { padding-left: 0.1em; padding-right: 0.1em; } */
.reveal h1 { font-size: 140%; line-height: 1.1em; }
/* .reveal pre > code { font-size: 100%; line-height: 160%; } */
/* .reveal table { margin-right: auto; margin-left: auto; } */

.section.only-image p {
  display: block;
  height: 85%;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.reveal table th {
  font-weight: bold;
  font-size: 22px; }
  
.reveal table td {
  font-size: 22px; }