apply class distinction to two flip buttons

apply class distinction to two flip buttons

It must be very simple, but I somehow can't progress with it. Pls help.

I want to make the rightmost switcher slightly wider

  1. <select name="flip-1" id="flip-1" data-role="slider" >
  2.             <option value="off">convex</option>
  3.             <option value="on"> concave</option>        </select>
  4.         

  5.         <select name="flip-2" id="flip-2" data-role="slider" class="bigga">
  6.             <option value="off">parallel</option>
  7.             <option value="on"> perpendicular</option>
  8.         </select>
     


  1. div.ui-slider-switch { width: 7em }
  2. /* this is the normal width, applies to more switchers*/
  3.  
  4. .bigga.ui-slider-switch { width: 9em }
  5. /*this one is for "classified" switcher which contains longer words