label{
  font-weight: bold;
  margin-top: .5rem;
}

label.option{
  display: inline;
}

div.js-form-type-checkbox div.description{
  display: inline;
}

legend{
  font-size: 1rem!important;
  font-weight: bold;
}

.form-required::after {
  content: '*';
  color: maroon;
  margin-left: 3px;
}