label, input, select, textarea {
  display: block;
  margin-bottom: 3px;
}
select, input, textarea {
  margin-bottom: 1em;
}
form br {
  display: none;
}
.required {
  color: red;
}
.required-container input, .required-container select, .required-container textarea {
  background-color: #fdd;
}
fieldset .text {
  float: left;
  width: 50%;
}
fieldset td .text {
  float: none;
  width: auto;
}
fieldset {
  padding: 20px;
  margin-bottom: 1em;
}
fieldset p {
  margin: 0 0 1em 0;
}
label {
  color: black;
}
legend {
  font-weight: bold;
  color: black;
  font-size: 1.2em;
}

th, td {
  font-size: 0.83em;
}
th {
  padding-right: 10px;
  text-align: left;
}

fieldset table label {
  float: left;
  text-indent: -99999px;
  overflow: hidden;
}
fieldset table input {
  margin-bottom: 0;
}
.button input {
  padding: 5px;
}

/* Specifics */

.passenger-weight input {
  width: 70px;
}
.confirm-form p, .confirm-form .button {
  text-align: center;
}
.confirm-form .button input {
  margin: 0 auto;
}
.postcode-field input {
  width: 70px;
}
.enamel-pins-field label, .sweatshirts-field label,
.xxl-sweatshirts-field label, .postcards-field label {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.enamel-pins-field input, .sweatshirts-field input,
.xxl-sweatshirts-field input, .postcards-field input {
  width: 30px;
  float: left;
}
.recaptcha_innermost {
  margin: 1em auto;
  width: 300px;
}
.recaptcha {
  text-align: center;
}
.recaptcha input {
  margin: 0 auto;
}

.confirm table, .confirm input {
  margin: 0 auto;
}
.confirm table {
  margin-bottom: 1em;
  width: 400px;
}
.confirm th, .confirm td {
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
}
