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

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.boolean label {
  padding-left: 0;
}
form.formtastic fieldset ol li label {
 width: 45%;
}
form.formtastic fieldset {
  display:block;
}

form.formtastic fieldset.buttons {
  padding-left: 0;
}

form.formtastic select {
	margin-left:1em;
}

form.formtastic fieldset > ol > li.date fieldset ol li label, form.formtastic fieldset > ol > li.time fieldset ol li label, form.formtastic fieldset > ol > li.datetime fieldset ol li label {
	display:inline-block;
}
form.formtastic fieldset > ol > li fieldset ol {
	width:100%;
}