.authors, .status {
  font-weight: bold;
}
body {
  font-family: sans-serif;
  font-size: 18px;
  max-width: 46em;
}
dt {
  display: block;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
form {
  border: solid 1px lightgrey;
  border-radius: 10px;
  margin: 1px;
  padding: 10px;
}
form input {
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  margin: 0;
  outline: 0;
  padding: 9px;
  width: 18em;
}
form input[type="checkbox"] {
  transform: scale(2, 2);
  width: 2em;
}
form label {
  margin-left: 0.25em;
}
form .submit {
  background: #116611;
  border-radius: 3px;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px 25px 10px 25px;
  text-shadow: 1px 1px 1px #9E3F3F;
}
form .submit:hover {
  text-decoration: underline;
}
form .title {
  color: black;
  font-size: 120%;
  margin-top: 0;
}
label {
  white-space: nowrap;
}
span.antispam {
  display: none;
}
img {
  width: 100%;
  max-width: 46em;
}
.todo {
  color: red;
  font-family: monospace;
  font-weight: bold;
}