body {
  padding: 20px;
}

body,
* {
  font-family: monospace;
  font-size: 14px;
  line-height: 1.4em;
}

h1 {
  font-size: 2em;
  position: absolute;
  top: 70px;
  font-weight: normal;
  left: 140px;
}

h2 {
  width: 90px;
  text-align: right;
  padding: 50px 5px 5px;
  background: #f0db4e;
  color: #323230;
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
}

h3 {
  font-weight: bold;
}

p,
li,
textarea,
.actions {
  width: 100%;
  max-width: 600px;
}

textarea {
  display: block;
  height: 200px;
  margin: 1em 0;
}

ul.pre li {
  white-space: pre;
}

.checkbox {
  display: inline-block;
}

.actions a {
  float: right;
}

.actions {
  clear: both;
}
