@namespace url(http://www.w3.org/1999/xhtml);

/*
* Gmail - Khoi Edition
*
* Author			: Mike Bingaman (bingaman@gmail.com)
* Updated			: June 21 2008
* Website			: http://mikebingaman.com
* Description		: Based on Khoi Vihn's redesign of GMail (http://www.subtraction.com/archives/2008/0617_spacing_is_e.php)
* Usage			: Use with the 'Stylish' Firefox extension (http://userstyles.org/)
* 
* Adds some badly needed negative space to gmail's interface.
* TODO: 
* Rework left hand navigation to make hit areas bigger
* Pad 'Compose Mail'
* Comment styles
*/

@-moz-document domain("mail.google.com") {
  table.N2mZ7b td {
    padding: 4px 0 !important;
  }
  #gbar, #guser {
    padding: 8px 16px 0 !important;
  }
  .gbh {
    top: 28px !important;
  }
  /* selected */
  .jkeV8e .Y8alid {
    top: -2px !important;
  }
  .Em3Oie {
    width: 35px !important;
  }
  table td.mka4te, table td.kR4gzc {
    text-align: center !important;
  }
  .LYZ5re {
    margin-top: 6px !important;
  }
  .ybaOyc .yyT6sf {
    padding: 1px 0 2px !important;
  }
  .qWFFaf {
    padding: 0 !important;
  }
  .diLZtc .qWFFaf {
    margin: 7px 7px 0 7px !important;
    padding: 3px 6px 4px !important;
  }
  /*Message list moved up */
  .oi23Hf {
    margin: -9px 0 0;
  }
  .tYBwhe button {
    margin: 0 0 0 6px !important;
  }
  .SUicbd {
    margin: 0 0 0 8px;
  }
  .bKmyId {
    padding-top: 6px !important;
  }
  .oggeve {
    padding: 3px 0 !important;
  }
  .e8kn7c input {
    width: 97% !important;
  }
  .AQ39oe, .dj7gf {
    line-height: 1.1 !important;
  }
}