.leadModal-wrapper{ width: 620px; ul{ @include pad(10px); border: solid 1px orange; background: $modal_section_color; display: table; zoom: 1; } li{ float: left; width: 290px; margin: 3px; .required-fields{ @include pad(20px 0 0 10px) } } li input{ width: 100%; height: 30px; line-height: 30px; font-size: 14px; } .error_container{ height: 20px; line-height: 20px; font-size: 12px; } li input[name='lead[weight]']{ @include pad(0 0 0 5px); height: 30px; float: left; width: 80%; } .weight_unit{ float: left; line-height: 30px; margin-left: 5px; } li select{ -webkit-appearance: none; width: 100%; height: 30px; font-size: 14px; padding: 6px; } .controls{ margin-top: 20px; display: table; } }