.step-selector-number{ display: block; width: 100%; font-weight: bold; text-align: center; } .step-selector-title{ display: block; width: 100%; font-size: 14px; } .step-selector-subtitle{ display: block; width: 100%; } .step-selector-button{ display: inline-block; font-weight: bold; margin: 8px 5px; } .step-selector-horizontal{ width: 100%; display: block; } .step-selector-horizontal .step-selector-number, .step-selector-horizontal .step-selector-title, .step-selector-horizontal .step-selector-buttons{ display: inline-block; width: auto; } .step-selector-horizontal .step-selector-number{ font-weight: 700; padding: 0px 5px; } .step-selector-horizontal .step-selector-title{ padding: 0 5px; width: 100px; } .step-selector-horizontal .step-selector-button{ margin: 0 5px; background: #fff; }