/* This style is inspired by the great style "Gmail Cleaner and Tweaker" <http://userstyles.org/styles/4211>. */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {

  /* Block the ads table in the message window */
  div.diLZtc td[class="Bu"]:first-child + div.diLZtc td[class="Bu"],
  div.diLZtc td[class="Bu"]:last-child > div > div > div:not(:first-child) {
    display: none !important;
  }

  /* Useful link, such as New window, Print all, Expand all, Collapse all, Foward all */
  td[class="Bu"]:last-child > div.nH {
    width: auto !important;
  }
  table.Bs div.hj {
    position: absolute !important;
    left: 0px !important;
    margin-top: 5px !important;
    width: 100% !important;
    text-align: center !important;
    height: 20px !important;
  }
  table.Bs div.hj > div.hk:not([style="display: none;"]) {
    display: inline !important;
    margin: 0 0.5em !important;
  }

  div .nH .if {
    margin-top: 25px !important;
  }

}
