html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body#backStory,
body#backStory #wrapper {
  overflow: hidden;
}
body {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}
#ajax_loader {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  left: 50%;
  background-image: url(../images/ajax-loader.gif);
}
#intro {
  width: 800px;
  margin: auto;
  max-width: 80%;
  font-size: 1.2em;
}
#intro iframe {
  margin: 5em 0;
  max-width: 100%;
}
#description {
  background: #dddddd;
}
#description .content {
  width: 800px;
  max-width: 80%;
  margin: auto;
  padding: 3em 0;
}
#description p {
  line-height: 1.4em;
}
#description h1,
#description h2 {
  font-family: sans-serif;
  font-weight: 100;
}
#description a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid teal;
}
#description ul li {
  margin: 1em 0;
}
#search_panel {
  text-align: center;
  margin-top: 25%;
}
#search_panel input {
  font-size: 1.4em;
  font-family: "Times New Roman", Times, serif;
  padding: .5em;
  border: 1px solid #dddddd;
}
#search_panel a {
  margin-left: 1em;
  font-size: 1.4em;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
#output {
  position: relative;
}
#output h1 {
  margin-top: 4vw;
  margin-left: 25vw;
  margin-bottom: 0.5em;
  font-weight: 100;
}
#output .menu {
  opacity: 0;
  margin-top: 0;
  margin-left: 25vw;
  padding: 0;
}
#output .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dddddd;
  font-size: 0.8em;
  display: inline;
  padding-right: 1em;
}
#output .menu li a {
  color: #dddddd;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}
#output .menu:hover {
  opacity: 1;
}
#output .new {
  color: #ccc;
}
#output .page {
  margin-left: 25vw;
  width: 50vw;
  height: 80vh;
  line-height: 1.4em;
}
#output .page span {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 1em;
}
#output .page .added {
  font-size: 2em;
}
#output .page .removing {
  font-size: 10em;
  opacity: 0;
  text-align: center;
}
#backStory #wrapper::after {
  content: ".";
  text-indent: -10000px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3vw;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  /* Standard syntax */

}
#pageNum {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #999;
  font-size: 0.8em;
}
.input textarea {
  width: 100%;
  min-height: 10em;
}
.right {
  float: right;
}
