.leadModal-wrapper{ width: 600px; ul{ display: table; zoom: 1; } li{ float: left; width: 290px; margin: 3px; .required-fields{ @include pad(20px 0 0 10px) } } li input{ width: 100%; } .error{ border: 2px solid red; background: rgba(255, 181, 181, 0.498039); } li input[name='lead[weight]']{ @include pad(0 0 0 5px); height: 40px; float: left; width: 80%; } .weight_unit{ float: left; line-height: 40px; margin-left: 5px; } li select{ -webkit-appearance: none; width: 100%; height: 40px; padding: 6px; } .controls{ margin-top: 20px; display: table; } }