div#terms {
  background-color: #2A2A2C;
  background-color: rgba(42, 42, 44, 0.95);
  color: #fff;
  position: fixed;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  overflow-y: scroll;
  padding: 1em;
  z-index: 1050; }
  div#terms h1 {
    padding-bottom: 32px;
    margin-bottom: 32px;
    background: url("../img/stripes.png") repeat-x right bottom; }
  div#terms .close-terms {
    font-size: 150%;
    position: fixed;
    top: 20px;
    right: 30px;
    cursor: pointer; }

/*# sourceMappingURL=terms.css.map */
