/* Make the section headers a bit smaller and closer to the fields they describe (margin-bottom:0) */

.gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.2em;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gsection {
    margin: 28px 16px 0px 0;
  }

}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    max-width: none;
}