
table.form {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.form th {
  font-weight: normal;
  text-align: right;
  padding: 7px 0.5em 3px 0.5em;
  width: 25%;
}

table.form th label {
  margin-bottom: 0.25em;
  display: block;
  white-space: nowrap;
}

table.form td {
  padding: 6px 0.5em 5px 0;
}

table.form tr td, table.form tr th {
  border-bottom: 1px solid #ccc;
}

table.form tfoot tr td {
  border-bottom: 0;
}

table.form td p {
  font-size: 90%;
  color: #444;
  font-style: italic;
  margin: 0.3em 0 0 0;
  clear: both;
}
