
div#fast-reader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}

#fast-reader {
  height: 120px;
  background: rgba(255,249,235,0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgb(255,249,235);
  border-left: none;
  border-right: none;
  text-align: center;
  font-family: 'Droid Sans Mono', sans-serif;
  font-size: 48px;
  line-height: 110px;
  margin: auto;
}

#fast-reader-text {
  border: 3px solid #A8A7A7;
  border-left: none;
  border-right: none;
  padding-bottom: 10px;
}

#fast-reader-text .fast-reader-pivot { color: red; }

#fast-reader-text .invisible { visibility: hidden; }

#fast-reader-buttons {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

#fast-reader-buttons a {
  margin-left: 10px;
  color: gray;
}
