.rezervace {
  padding-bottom: 20px;
}

table.autoform {
  margin: 10px 0px 0px 20px;
}

table.autoform th {
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
  
}

table.autoform tr {
  height: 20px;
}

table.autoform input {
  margin-right: 3px;
}

table.autoform tr.autoform_required th {
  text-decoration: underline;
}

.submit_button {
  margin-left: 85px;
}

.autoform_invalid input {
  background-color: red;
  color: white;
}