h3.hide_title,
h4.hide_title {
    visibility: hidden;
}

.reveal figcaption {
    color: #fff;
}

body {
  background: #000;
  background-color: #000; }

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #fff; }

.reveal section img {
    border: none;
    box-shadow: none;
}

.reveal .controls button {
    color: #777;
}


@font-face {
  font-family: "CooperHewitt-Book";
  src: url(../fonts/CooperHewitt-Book.woff2) format("woff2");
  font-weight: 400;
}

.reveal section[id^="slide"]:not([aavv="table"]) table {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  border: 0;
  left: 50%;
  table-layout:  fixed;
  transform:  translate(-50%, 0);
}

.reveal section[id^="slide"]:not([aavv="table"]) table td,
.reveal section[id^="slide"]:not([aavv="table"]) table th {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  background: none;
  font-size: 14px;
  font-family: "CooperHewitt-Book";
  border: 0;
}

.reveal section[id^="slide"]:not([aavv="table"]) table th {
  font-variant: small-caps;
  color:  #d47887;
  font-size: 20px;
}

.reveal section table tr:nth-child(2n) {
    background-color: transparent;
}

.reveal section[id^="slide"]:not([aavv="table"]) table td {
  text-transform: uppercase;
}

/* .reveal .org-right, */
/* .reveal .org-left { */
/*     text-align: center; */
/* } */

.reveal aside.notes {
  background: none;
  width: 48px;
  height: 48px;
  position: fixed;
  opacity: 0.7;
  top: 0;
  right: 0;
  display: block;
}

.reveal aside.notes:hover, .reveal aside.notes:active {
  opacity: 1.0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

.reveal aside.notes p, .reveal aside.notes ul, .reveal aside.notes ol, .reveal aside.notes li, .reveal aside.notes table {
    display: none;
}
