 @charset "utf-8";
  
 @media screen
  {
  #handheld-content { display: none; }
  }
 @media print
  {
  #handheld-content { display: none; }
  }
 @media handheld
  {
  }