/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides Labels, Chat, Invite a Friend, and Footer on Gmail version 3
 * Based On:          Google Mail - Remove invites and chat  (http://userstyles.org/styles/37454/google-mail-remove-invites-and-chat)
 * Usage:             Works best with Gmail Redesigned (by Globex Designs) style (http://www.globexdesigns.com/gmail/)
*/

/* +++ changelog +++
May 25th, 2013
- fixed again
April 9th, 2011
- fixed
April 11, 2009
- hide "Move To" & "Labels" buttons, thanks jbpviy for the idea..
March 3, 2009
- complete redo, as google changed css class names, bad google, seems they broke a lot of things.. Ouch!
July 27th, 2008
- better descriptions
July 22th, 2008
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {

/* HIDE CHAT, LABELS, AND INVITE A FRIEND LEFT SITE BAR BOXES */
.nH.pp.ps, .ar.as, .pS.s, .pS.pY { display: none !important; }

/* HIDE LABEL ON EMAIL MESSAGE */
.hR { display: none !important; }

/* HIDE "MOVE TO" AND LABELS" BUTTONS */
.gfqccc>div>div>div:first-child+div,

HTML > BODY > DIV:first-child > DIV:last-child > DIV > DIV:last-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV > DIV > DIV:first-child + DIV > DIV > DIV > DIV > DIV > DIV:last-child > DIV:last-child > DIV > DIV:first-child > DIV > DIV:first-child > DIV > DIV:first-child + DIV + DIV,

HTML > BODY > DIV:first-child > DIV:last-child > DIV > DIV:last-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV > DIV > DIV:first-child + DIV > DIV > DIV > DIV > DIV > DIV:last-child > DIV:last-child > DIV > DIV:last-child > DIV > DIV:first-child > DIV > DIV:first-child + DIV + DIV,

.T-I.J-J5-Ji.aFj.T-I-ax7.L3,

.T-I.J-J5-Ji.ar7.mw.T-I-ax7.L3,

.T-I.J-J5-Ji.T-I-Js-IF.ar7.ns.T-I-ax7.L3

{display:none !important;}

/* HIDE "HANGOUT" */
.akc.lKgBkb, .aeO {display:none !important;}

/* HIDE FOOTER */
.nH.l2.ov, .l2.ov {display:none !important;}

}