/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/

form.formtastic fieldset ol li p.inline-hints { 
  font-style: italic;
  font-size: 16px;
}
form.formtastic fieldset ol li.boolean label { 
  width: 74%; 
}
form.formtastic fieldset ol li label {
  padding-top: 0;
}
form.formtastic fieldset ol li {
  padding-top: 0.2em;
}

form.formtastic fieldset ol li.string input[type="checkbox"] {
  width: auto;
}

form.formtastic fieldset ol li div#recaptcha_widget_div {
  margin-left: 25%;
}
