label {
  float: left;
  display: block;
  width: 20%;
  clear: left;
}

.column {
  float: left;
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px dashed black;
}

input, option, textarea {
  font-family: "Courier New", monospace;
}

p {
  margin: 0;
}

td {
  text-align: center;
  width: 10%;
  vertical-align: middle;
}

th {
  text-align: center;
  border-bottom: 1px dashed black;
}
