html { font-size: 62.5%; }
html, body { height: 100%; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 140%;
  line-height: 1.4;
  color: #555;
  background: #fff;
}

a {
  text-decoration: none;
  color: #03a;
  font-weight: bold;
}

a:hover, a:focus {
  text-decoration: none;
  color: #36d;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

@media only screen and (min-width: 601px) {
  #wrap {
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

#header {
  text-align: center;
}

#header img#bob {
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: auto;
}

#header img#beat {
  text-align: center;
  max-width: 100%;
  height: auto;
}

.separator {
  border-top: 1px solid #555;
}

.last-separator {
  border-top: 1px solid #555;
  margin-top: 1.5em;
}

.narrower {
  width: 90%;
  margin-top: 0.8em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
}

table.actions {
  text-align: center;
}

table.actions td {
  display: inline-block;
  padding: 2px;
}

table.actions td:hover {
  background-color: #eee;
}

p.credits {
  text-align: center;
  font-size: 80%;
  color: #999;
}

p.credits a {
  color: #69f;
  font-weight: normal;
}

pre.citation {
  border: 1px solid #999;
  padding: 10px;
  background-color: #eee;
  border-radius: 10px;
  display: block;
  word-wrap: break-word;
}
