.reveal {
    font-size: 30px;
}

.reveal .title {
    font-size: 1.6em;
}

.reveal .subtitle {
    font-size: 1.4em;
}

.reveal h1 {
    font-size: 1.6em;
}

.reveal h2 {
    font-size: 1.4em;
}

.reveal .title-image {
    margin: 40px auto;
    border-radius: 25px;
    -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3)));
}

.reveal .objective {
    display: none;
}

.reveal .text {
    display: none;
}

.reveal .slides {
}

.reveal section ul {
    display: block; /* For wrapping around right floats*/
}

.reveal section ol {
    display: block; /* For wrapping around right floats*/
}

.reveal section li > p:first-child {
    margin: 0px 0px 10px 0px;
}

.reveal section li {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* alphabetical ordered list */
.reveal ol.alpha {
    counter-reset: list;
}

.reveal ol.alpha li {
    list-style: none;
}

.reveal ol.alpha li:before {
    counter-increment: list;
    content: "(" counter(list, lower-alpha) ") ";
}

img {
    max-width: none !important;
    margin: 0px auto;
    border: 0px;
}

.center {
    margin: 20px auto;
}

.right {
    float: right;
    margin-right: 10px;
    margin-left: 20px;
}

.left {
    float: left;
    margin-right: 40px;
    margin-left: 10px;
}

.clear {
    clear: right;
}

.background {
    background-color: rgba(255,255,255,0.3);
}

figure figcaption {
    text-align: center;
}

.giant {
    height: 360px;
}

.tallest {
    height: 300px;
}

.taller {
    height: 240px;
}

.tall {
    height: 200px;
}

.normal {
    height: 160px;
}

.short {
    height: 120px;
}

.shorter {
    height: 80px;
}

.shortest {
    height: 50px;
}

.dwarf {
    height: 36px;
}

u {
    color: #B41; /* blue */
}

em {
    color: #2B4; /* green */
}

p {
    margin: 15px;
}

.definition {
    counter-increment: definition;
    background-color: rgba(180,180,180,0.1);
    text-align: left;
    padding: 10px;
    margin: 20px 25px;
    width: 80%;
}

/* .definition::before { */
/*   content: 'Definition ' counter(definition) '.'; */
/*   font-weight: bold; */
/*   font-style: normal; */
/* } */

.theorem {
    counter-increment: theorem;
    background-color: rgba(180,180,180,0.1);
    text-align: left;
    padding: 10px;
    margin: 20px 25px;
    width: 80%;
}

/* .theorem::before { */
/*   content: 'Theorem ' counter(theorem) '.'; */
/*   font-weight: bold; */
/*   font-style: normal; */
/* } */

.proof {
    background-color: rgba(180,180,180,0.05);
    text-align: left;
    padding: 10px;
    width: 80%;
}

.proof::before {
  content: 'Proof.' ;
  font-style: italic;
}

.algorithm {
    background-color: rgba(180,180,180,0.1);
    text-align: left;
    padding: 10px;
    margin: 20px 25px;
    width: 80%;
}

.block {
    background-color: rgba(180,180,180,0.2);
    text-align: left;
    padding: 10px;
    width: 80%;
}

.highlight {
    background-color: rgba(180,180,180,0.15);
    text-align: left;
    padding: 10px;
    margin: 20px 25px;
    width: 80%;
}

table {
  border-bottom: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-spacing: 0;
  border-collapse: collapse;
}

table th {
  padding: .2em 1em;
  background-color: #eee;
  border-top: 1px solid #ddd;
}

table td {
  padding: .2em 1em;
  vertical-align: top;
}
