/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Hides ads on Gmail version 3
*/

/* +++ changelog +++
Dec 16, 2010
- no ad under every email
July 18, 2009
- fixed once again
July 11, 2009
- fixed once again
March 28, 2009
- fixed right side-bar entires, no longer hides everything, perfect! :)
March 10, 2009
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mail.google.com) {

DIV[class="nH OH0apf"][style=""] { display: none !important }

div.mn { display: none !important }

.u5, .u8 { display: none !important }

table.iY > tr > td:first-child + td > div { width: auto !important }

table.iY > tr > td:first-child + td + td > div { width: 0 !important; position: relative !important }

table.iY > tr > td:first-child + td + td > div > div { position: absolute !important; right: 0 !important; top: 0 !important }

table.iY div.hj { width: auto !important; }

table.iY div.hj div.hk { display: inline !important; padding-right: 10px !important }

table.iY div.hj div.hk span img { display: none !important }

table.iY div.hj div.hk span {
padding: 0px 6px 1px 6px !important;
border-top-width: 0 !important;
-moz-border-radius: 0 0 4px 4px !important}

}