/* ---------------------------------
 * Webkit Fixes
 * Created by Easy! Designs, LLC
 * http://easy-designs.net
 * --------------------------------- */

@media screen {
  input[type=radio] {
    position: static;
  }
  
  #nav-main a
  {
    padding-bottom: 7px;
  }

  form.multistep legend span
  {
    left: 0;
  }
  
  .your-footprint h1
  {
    padding-bottom: 5px;
  }
}