
.mathbox {
  border: none;
  margin: 0 auto;
  width: 100%;
}

#loading {
  position: absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  bottom: 50%;
  text-align: center;
  opacity: 0.2;
}

.controls {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10px;
  opacity: 0;
}

.control {
  margin-top: 15px;
  color: #999;
}

.control:hover {
  color: #666;
}

.control > label {
  display: block;
}

.control > input {
  cursor: pointer;
}

.director-nav {
  text-align: center;
  color: #ccc;
  cursor: pointer;
}

.director-nav > *:hover {
  color: #999;
}

#story {
  font-family: Lato,"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
  font-weight:300;
  font-size:14px;
  line-height:1.5em;
  width: 100%;
  text-align: left;
  color: #999;
  padding: 20px 40px;
}

.notice {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 1px
  solid #ddd;
  border-radius: 0;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

code, span.code {
  /*font-family: "Menlo", "Monaco", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Andale Mono", monospace;*/
  font-family: Monaco, Consolas, Inconsolata, 'Deja Vu Sans Mono', 'Droid Sans Mono', 'Andale Mono', 'Lucida Console', monospace;
  color: #666;
  padding: 0 3px;
  border: none;
  outline: 1px solid #ccc;
  background-color: #f9f9f9;
  display: inline-block;
}
