* {
  padding: 0;
  margin: 0;
}
html {
  background: #fff;
}
body {
  font: normal small/1.5 "Helvetica Neue", "Arial", sans-serif;
  color: #000;
  margin: 1em;
}
a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
  a:hover {
    color: #f60;
  }
h1 {
  font-size: 150%;
}
p {
  margin: 1em 0;
}
dl {
  margin: 1em 0;
}
  dl dt {
    font-size: 125%;
    border-bottom: solid 1px #808080;
    margin-top: 1em;
  }
    dl dt span {
      margin-left: 1em;
    }
  dl dd.date,
  dl dd.price,
  dl dd.tickets,
  dl dd.book {
    display: inline;
    margin-right: 1em;
  }
fieldset {
  line-height: 2.0;
  border: solid 1px #808080;
  padding: 1em;
  margin: 1em 0;
}
  fieldset p {
    padding-left: 7em;
  }
    fieldset p label {
      position: absolute;
      width: 6em;
      text-align: right;
      margin-left: -7em;
    }
    fieldset p input {
      width: 95%;
    }
    fieldset p input[type="submit"] {
      width: auto;
    }
table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
  table tr {
    border-bottom: solid 1px #808080;
  }
    table tr.reservation {
      font-size: smaller;
      color: #404040;
      border-bottom-color: #bfbfbf;
    }
    table tr th,
    table tr td {
      text-align: left;
      vertical-align: top;
      padding-right: 1em;
    }
      table tr td.approved a {
      color: #090;
      }
      table tr td.not-approved a {
      color: #c00;
      }
p.success {
  color: #090;
}
p.error {
  color: #c00;
}