#payment-information-form { > dl { > dt, > dd { //max-width: 500px; //margin-left: auto; //margin-right: auto; &#submitGroup-element { max-width: none; } } } } #naicsCodes-label {display: none} .group-list { height: 375px; overflow-y: scroll; overflow-x: hidden; margin-left: 0; border: 1px solid #000; padding: 15px 0 0; ul { &:first-child{ border-right: 1px solid #000000; } //&:last-child{ // margin: auto; //} li { left: 2em; padding-right: 4em; color: #000; line-height: 24px; position: relative; input { position: relative; top: -2px; } span.number { width: 60px; padding: 0 8px; display: inline-block; } &.checked { color: #008752; } &.title { font-weight: bold; color: $accent; } label{ display: inline; &.number{ width: 60px; padding: 0 8px; display: inline-block; } } } } } .chosen-codes { ol li{ color: #008752; font-weight: 400; line-height: 24px; } .remove-all{ font-size: 12px; font-weight: 400; line-height: 24px; } } .notice { color: #767676; font-size: 12px; } #naicsCodes-choose.loading {overflow: hidden}; .subtotal-price, .admin-fee-price, .total-price { @include clearfix(); margin-top: 10px; padding-top: 10px; } .admin-fee-price { border-top: 1px solid #d4d4d4; clear: both; } .total-price { border-top: 1px solid #d4d4d4; clear: both; } // Payment Information #paymentMethod-label {display: none}