/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides Chat, Invite a Friend, and Footer on Gmail version 3
*/

/* +++ changelog +++
May 25th, 2013
- fixed again
April 9th, 2011
- fixed
March 6, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {

/* HIDE CHAT AND INVITE BOXES */
.pS.s, .pS.pY {
  display: none !important;
}

/* HIDE "HANGOUT" */
.akc.lKgBkb, .aeO {display:none !important;}

/* HIDE FOOTER */
.nH.l2.ov, .l2.ov {display:none !important;}

}