/* Coded by Sinjab Jun 08th 2009 Ver 1.0 */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {

  /* Moves "You are currently using xx MB (x%) of your xxxx MB." to the top right underneath 'Sign Out' */
  .mj { position: absolute !important; top: 2.1em !important; right: 0.2em !important; font-size: 8.5pt !important; }

  /* Moves "Last account activity: xx minutes ago on this computer.  Details" underneath Account Space at the top right */
  .l6 { position: absolute !important; top: 2.2em !important; right: 0.4em !important; font-size: 8.5pt !important; } 

  /* Removes footers */
  .mn { display: none !important; }
  .mp { display: none !important; }
  .ma { display: none !important; }

  /* Show the useful links (New window, Print all, etc.) in a row */
  td[class="tELAdc"]>div[class="nH"] {
    width: 98% !important;
    position: absolute !important;
    text-align: right !important;
    right: 0 !important;
    padding: 12px !important;
  }
  td[class="tELAdc"]>div[class="nH"] div {
    display: inline !important;
  }
  td[class="tELAdc"]>div[class="nH"] span img {
    margin-left: 1em !important;
  }

}