.form-row select { width: 220px;}

.form-row textarea { width: 800px; }

.selector { width: 100% !important;}
.selector .selector-available {width: 45%; }
.selector .selector-chosen {width: 45%; }
.selector .selector-chooser {width: 10%; !important }
.selector input {width: 80% !important; }
.selector select {width: 100% !important; }
.form-row input . checkbox {margin-left: 100px; }

#category_form .product input, #category_form .rank input, #order_form .tabular .product input {
    width: 100px;
}

#order_form .tabular td input {
    width: 60px;
}

#resource_set-group td.title .vTextField {
    width: 300px;
}
#resource_set-group td.chapter .vTextField {
    width: 100px;
}
#option_form select {
    width: auto;
    overflow: scroll;
}

.testimonials.form-row textarea { width: 550px; }

#seriescomponent_set-group .field-product input { width: 50px; }
#seriescomponent_set-group .field-grouped_with input { width: 50px; }
#seriescomponent_set-group .field-subtitle input { width: 100px; }
#seriescomponent_set-group .field-description textarea { width: 370px; height: 75px; }
#seriescomponent_set-group.inline-group .tabular tr.has_original td.field-description td { padding-top: 0px; }

.model-order .field-items,
.model-order .field-billto_,
.model-order .field-shipto_ {
    white-space: nowrap;
}

.model-order #id_shipping_method_id > div > label {
    width: 100%;
}
