.reveal h1 {
  color: #75B281;
  font-size: 2.77em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.reveal h1 span {
  font-size: 70%;
}

.reveal h2 {
  font-size: 2.11em;
  color: #75B281;
}
.reveal h3 {
  font-size: 1.55em;
  color: #75B281;
}
.reveal h4 {
  font-size: 1em;
  color: #75B281;
}

.reveal table th,
.reveal table td {
  padding-right: 0.5em;
  padding-bottom: .2em;
  border-bottom: 1px solid;
}

.reveal li {
  margin-bottom: 0.3em;
}

.reveal blockquote {
  margin-top: 2em;
}

.reveal .slide-number {
  top: 0;
  right: 30px;
  width: 60px;
  height: 100px;
  padding: 60px 0 0;
  background: url('../media/ribbon_w3c.svg') no-repeat;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  text-align: center;
}

.globalitv {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

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

.reveal .ack {
  margin-top: 5em;
  font-size: 60%;
  line-height: 1.5em;
}

.reveal figcaption {
  margin-top: -0.5em;
}

.reveal .attribution {
  display: block;
  font-size: 50%;
  text-align: left;
  line-height: 1em;
  margin-top: 2em;
}

.reveal .bigmsg {
  margin-top: 3em;
  font-size: 1.8em;
}

.reveal .bigdate {
  font-size: 1.8em;
  color: #75B281;
}

.reveal .morespace {
  margin-top: 3em;
}

.reveal .part h2 {
  text-align: left;
  margin-top: 2.5em;
  padding-bottom: 1em;
  border-bottom: 30px solid rgb(255,204,0);
}

.reveal .part h2 span {
  font-size: 1.25em;
}

.reveal .no {
  text-decoration: line-through;
}

.reveal .sideleft {
  width: 65%;
}

.reveal .sideright {
  float: right;
  width: 30%;
  font-size: 70%;
  line-height: 1.2em;
}