form {
  margin-bottom: 0px;
}

table.form tr {
  /*height: 3em;*/
}
table.form tr.last-row {
  height: 0em;
}

table.form td, table.form th {
  padding: 5px;
}
table.form th {
  vertical-align: top;
}
table.form td {
  vertical-align: bottom;
}

table.form th {
  text-align: right;
  font-weight: normal;
}

table.form td {
  font-size: 75%;
  color: #555;
}
