/* vvv ADJUSTS SPACING ON DROP-DOWN LISTS vvv */
.form-select option {
    padding-bottom: 0.1em;
    padding-top: 0.2em;
    margin-bottom: 0.1em;
    margin-top: 0.05em;
}

#main-content button, 
#main-content input, 
#main-content select, 
#main-content textarea {
    padding: 5px 5px 3px 5px;
}

/* WEBFORM READ-ONLY EMAIL */
.webform-component-email input[readonly="readonly"] {
    border: none;
    color: #777;
}

/* OTHER WEBFORM */

.form-item.webform-component--select-joint-program-publication--publication-type, 
.form-item.webform-component--select-joint-program-publication--publication-number {
    display:inline;
}

#edit-submitted-select-joint-program-publication-publication-type {
    margin-right:15px;
}

#webform-client-form-16345 span.form-required {
    display:none;
}

#webform-client-form-16345 .webform-container-inline label {
    margin-right:5px;
}

/* USER EDIT PAGE */

#content>#block-system-main div#edit-field-user-company {
    display: none;
}

fieldset.form-wrapper {
    margin-top:20px;
}

fieldset.form-wrapper:first-child {
    margin-top:0px;
}

.fieldset-legend {
    font-size:1.25em;
    font-weight:bold;
}