@-moz-document domain('mail.google.com') {

/*		Hides           */
/************************/

/* Buttons */ .D.E, 
/* Sidebar */ .Bu:nth-child(3),
/* Top right bar */ #guser,
/* Search field */ #\:re,
/* Search links */ [role="search"] [role="link"],
/* Top navigation bar */ #gb,
rule_to_fade { opacity: 0; -webkit-transition: opacity 1s 0.2s }

/* Buttons */ .D.E:hover,
/* Sidebar */ .Bu:nth-child(3):hover,
/* Top right bar */ #guser:hover,
/* Search field */ #\:re:hover, #\:re:focus,
/* Search links */ [role="search"]:hover [role="link"],
/* Top navigation bar */ #gb:hover,
rule_to_show { opacity: 1 }

/* Compose button */ #\:pd .L3[role="button"],
/* Inbox border */ .pi,
/* Chat box */ /* .nH.s, */
/* Footer */ .l2,
/* Search buttons */ #\:rj, #\:ri, #\:rh, #\:rg,
/* Odd little bit */ table.d .J-K-I-KC .J-K-I-K9-KP,
/* Search options + create a filter, small links */ table.d .bR,
/* Top right bar small elements */ #guser b, #guser img,
/* "Gmail's loading..." */ .msg,
/* X - Y of Z*/ .Dj,
/* Bottom blue bar */ .AY,
/* Bottom buttons */ .AY .nH .Cq div div .J-J5-Ji,
/* Bottom links */ .yV, .yU,
/* Invite box */ #\:rd,
/* "No new mail!" */ .TC,
rule_to_hide { display: none !important; }

/* Inbox border */ .l.m,
/* Sidebar borders */ .T0,
/* Conversations bottom border */ tbody .xY,
rule_to_hide_borders { border: 0 !important }

/* Gmail's logo */ #\:rl,
rule_to_hide_backgrounds { background: none !important; }


/*		Specials        */
/************************/

/* Top right user navigation bar */ #guser
{ display:block; color:transparent; position:absolute; right:1px; top:1px; }

/* Search box */
	td.bN { display:block; float:left; padding:5px; margin-left:10px; }
	td.bN input{ background-color:transparent; border:solid 1px transparent !important; padding:7px; opacity: 0.5; -webkit-transition: opacity 1s; }
	td.bN input:hover, td.bN input:focus { opacity: 1 }
	td.bN input:hover{ background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5)); border-color:#666 !important; }

/* Message row */ tbody .yO:hover
{ background-color:#f3f5f7; }

/* Message */ .nH.q0CeU.z:after
unable_to_hide { content: "No mail."; opacity: 0.1; margin-left:150px; font-size: 400% }

}