@-moz-document domain(mail.google.com){

   /*** Center Search Bar ***/
table[role="search"]
{margin-left: auto !important; margin-right: auto !important}

   /*** Inbox Message Border Lines ***/
.zt td, .TC {border-bottom:1px solid transparent !important; }
.zs > td[style="text-align: center;"] {color: transparent !important;}
.zs > td[style="text-align: center;"] > a {display: none !important;}

   /*** Message View Right-Pane Links
tr > .Bu:last-child {display: none !important;} ***/

   /*** 'No new messages' Alert ***/
tbody > tr > [style="text-align: center;"]:last-child
 {color: transparent !important;}

   /*** Hide Ads ***/
.nH > .nH.g.id > .nH > .nH:first-child,
[role="main"] > .mq:first-child
 {display: none !important;}

   /*** Remove Logo ***/
[id=":rl"] {width: 0px !important;}
}