#topbar > img {
  height: 32px;
}

#topbar > h2 {
  display: inline-block;
}

#terms {
  margin: 1em;
  width: 40em;
}
#terms.error {
  color: red;
}

#terms > h1 {
  margin: 0;
  font-size: 1.5em;
}

#terms > p {
  margin-top: 1em;
}

#terms > p > strong {
  text-transform: uppercase;
}

#signing {
  display: none;
}
#signing.visible {
  display: block;
}
