/* Bug: input form width contracted. Need to reset max-width */

.views-exposed-widget input.form-text {
max-width: inherit !important;
}


