@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
/* Removes "You are currently using xx MB (x%) of your xxxx MB." to the top right underneath 'Sign Out' */
.mj { display: none !important; }
/* emoves "Add your Gmail inbox to the Google homepage." */
.mn { display: none !important; }
/* Removes "Gmail view: standard | turn on chat | basic HTML Learn more" */
.mp { display: none !important; }
/* Removes "2009 Google - Terms - Gmail Blog - Join the Gmail team - Google Home" */
.ma { display: none !important; }
/* Moves "Last account activity: xx minutes ago on this computer. Details" underneath Account Space at the top right */
.l6 { position: absolute !important; bottom: -1em !important; right: 2em !important; font-size: 8pt !important; }
/* Removes "Invite a friend" */
div.pY { display: none !important; }
/* Add Row Highlights */
table.zt tr.yO:hover { background-color: rgb(255,235,134) !important;}
table.zt tr.zE:hover { background-color: rgb(205,243,159) !important;}
}