div.inputline.checkbox > a {
  float: none;
}

div.inputline.checkbox input {
  margin: 5px;
}

.inputline {
  /* hyphens */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

label.additional {
  display: inline;
  float: none;
}
