div.slide.cover.title h1 {
    color: #ee0;
    text-shadow: #aaa 2px 2px 2px;
    filter: Shadow(Color=#aaaaaa, Direction=135, Strength=2);
}
div.slide.cover p.author {
  position: absolute;
  bottom: 3.3em;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: #aaa 2px 2px 2px;
  filter: Shadow(Color=#aaaaaa, Direction=135, Strength=2);
}

div.slide.cover p.event {
  position: absolute;
  bottom: 4.5em;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: #AAA 2px 2px 2px;
  filter: Shadow(Color=#aaaaaa, Direction=135, Strength=2);
}

div.slide.cover p.attribution {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  font-size: 50%;
  color: FFF;
}

div.slide.cover p.attribution a {
    color: #FFF;
}

#results { display: none }

div.slide blockquote {
  margin-left: 5%;
  margin-right: 4%;
}

.small { font-size: smaller }
.center { text-align: center }
.vspace { margin-top: 6em }
