/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
.webform-client-form .webform-component-select,
.webform-client-form .webform-component-phone,
.webform-client-form .webform-component-textfield,
.webform-client-form .webform-component-textarea,
.webform-client-form .webform-component-email {
	display: block;
	width: 400px;
}
.webform-client-form .webform-component-email input,
.webform-client-form .webform-component-link input,
.webform-client-form .webform-component-textfield input {
	width: 200px;
}
#page .webform-client-form .webform-component--diamond-booth-options--small-booth--3rd-choice,
#page .webform-client-form .webform-component--diamond-booth-options--small-booth--2nd-choice,
#page .webform-client-form .webform-component--diamond-booth-options--small-booth--1st-choice,
#page .webform-client-form .webform-component--large-booth-options--large-booth--3rd-choice,
#page .webform-client-form .webform-component--large-booth-options--large-booth--2nd-choice,
#page .webform-client-form .webform-component--large-booth-options--large-booth--1st-choice,
#page .webform-client-form .webform-component--small-booth-options--small-booth--3rd-choice,
#page .webform-client-form .webform-component--small-booth-options--small-booth--2nd-choice,
#page .webform-client-form .webform-component--small-booth-options--small-booth--1st-choice {
	width: 100px;
}
.webform-component--bronze-sponsorship,
.webform-component--silver-sponsorship,
.webform-component--gold-sponsorship,
.webform-component--platinum-sponsorship,
.webform-component--diamond-sponsorship {
	padding: 20px;
}
#webform-client-form-786 .webform-container-inline div, 
#webform-client-form-786 .webform-container-inline div.form-item {
    display: inline;
}
/*speakers*/
.content .paragraphs-item-speaker .field-name-field-speaker-picture {
	float: left;
	margin-right: 40px;
}