.userModal-wrapper{ @include outer-container(); width: 800px; form{ display: table; width: 100%; } .fieldset-main{ @include span-columns(16); input{ height: 30px; line-height: 30px; font-size: 14px; } .error{ height: 20px; line-height: 20px; font-size: 12px; } } .fieldset-child{ @include span-columns(14 of 16); @include shift(1); @include pad(10px 0 0 0); margin-top: 10px; background: rgb(255, 238, 206); border: solid 1px rgb(255, 221, 132); } .account-info{ @include span-columns(12 of 14); @include shift(1); } .account-info-item{ @include span-columns(6 of 12); &:nth-child(2n){ @include omega(); } &.state{ @include span-columns(3 of 12); } &.zip{ @include span-columns(3 of 12); } } .controls{ @include span-columns(14); @include shift(1); margin-top:10px; } }