@charset "UTF-8";
@namespace mml url(http://www.w3.org/1998/Math/MathML);

mml|math[display='block'] {
  text-align: left;
}

.reveal .left {
  text-align:left;
}


.reveal .wider {
  width: 101%;
}
.reveal p.wide img {
    width:80%;
}
.reveal .green {
    background-color:#cfc;
}
.reveal .red {
    background-color:#ecc;
}

.reveal table {
  font-size:94%;
  line-height: 1.4;
  border:none;
}
.reveal table td {
  border: none;
  vertical-align:middle
}

.reveal .right {
  text-align:right;
}
th.right {
  text-align:right; 
  padding-right:1em;
}
.reveal table .hide {
    display: none
}

.reveal table td, .reveal table th {
  padding:0.1em 1em;
  font-size:.9em;
}