|  |  | 
 |  |  |     <style> | 
 |  |  |         .io-mode-box { | 
 |  |  |             float: left; | 
 |  |  |             width: 25%; | 
 |  |  |             /*width: 25%;*/ | 
 |  |  |             text-align: center; | 
 |  |  |         } | 
 |  |  |         .io-mode-box label { | 
 |  |  | 
 |  |  |         } | 
 |  |  |         .ioModeBtn { | 
 |  |  |             vertical-align: middle; | 
 |  |  |             width: 50%; | 
 |  |  |             width: 25%; | 
 |  |  |             height: 30px; | 
 |  |  |             left: 0; | 
 |  |  |             top: 0; | 
 |  |  | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>1#</label> | 
 |  |  |                                 <button id="io-mode-1" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>2#</label> | 
 |  |  |                                 <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                             <div class="io-mode-box"> | 
 |  |  |                                 <label>3#</label> | 
 |  |  |                                 <button id="io-mode-3" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button> | 
 |  |  |                             </div> | 
 |  |  |                         </fieldset> | 
 |  |  |                     </div> |