@charset "utf-8";
/* CSS Document */



webform-component.webform-container-inline {
width:100%;
}

.webform-container-inline label{
float:left;
width:18em;
	
}

.webform-component h2 {
clear: left;
}

.webform-container-inline input:type[text]{
float:left;
margin-left:25em;
}

/* Open Access Fund page */

.section-oa-fund .webform-container-inline label{
width:24em;
}

.section-oa-fund .webform-component--is-the-applicant-also-the-lead-author-on-the-publication {
margin: 0 0 2.5em 0;
clear: left;
}

.section-oa-fund .webform-component--was-the-majority-of-the-scholarly-work-conducted-by-lsu-faculty-staff {
margin: 0 0 2.5em 0;
clear: left;
}

.section-oa-fund .webform-component--how-much-of-the-publication-costs-is-covered-by-the-grant-or-another-source {
margin: 0 0 2.5em 0;
clear: left;
}

.section-oa-fund .webform-component--was-grant-funding-used-to-produce-the-research-this-article-is-reporting{
margin: 0 0 2.5em 0;
clear: left;
}

.section-oa-fund .webform-component--have-you-exhausted-all-other-possible-funding-sources{
margin: 0 0 2.5em 0;
clear: left;
}
/* Dave added to style buttons 03-30-2016 */

.form-actions input[type="submit"], .views-exposed-form .views-exposed-widget .form-submit  {
    float: left;
    background-color: #fc6;
    font-size: 1em;
    font-weight: bold;
    margin: 1.2em 0 1em 1em;
    padding: .5em;
    border-radius: .5em;
}
.webform-container-inline .form-type-radio label{
float:none;
width:100%;
}

.webform-container-inline .form-checkboxes label{
float:none;
width:100%;
}

fieldset {
  border: 1px solid #c0c0c0; 
    margin: 0 3em 2em 0;
    padding: 0.5em 0.625em 1em;
}

fieldset.no-border {
	border: none;
    margin: 0 3em 0 0;
    padding: 0;	

}

fieldset.no-border .fieldset-legend{
	font-size:1em;
}

.fieldset-wrapper hr {
    width: 660px;
}

.fieldset-title, .fieldset-legend {
font-size:1.2em;
font-weight:bold;
}

fieldset.no-border .form-item {
margin:0;
}

fieldset.no-border .fieldset-wrapper{
margin:.5em 0 .5em 1em;
}

.webform-component--position-applying-for {
font-size:1.2em;
}

/* Views form items */
