code {
  background-color: #ccc;
}

pre {
  margin-left: 0;
  margin-right: 0;
}

table {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 1em;
}

td {
  border-width: 0;
}

tr.odd {
  background-color: #e5e5e5;
}

p.error {
  border: 1px solid red;
  color: red;
}

div.label {
  margin-bottom: 2px;
}

div.input {
  margin-bottom: 10px;
}

textarea {
  overflow: scroll;
  font-family: monospace;
  resize: none;
}

div.comment {
  margin-top: 1em;
  border-top: 1px solid #aaa;
  padding-top: 1em;
  margin-right: 1em;
}

pre.detail {
  margin-top: 1em;
  margin-bottom: 1em;
}

