@-moz-document domain("mail.google.com") {


/*** message list entries ***/
/* .zA=message, .yO=read, .zE=unread, .x7=checked, :hover=highlighted */

.z table.cf.zt tr.zA.yO, 
.B table.cf.zt tr.zA.yO, 
.C table.cf.zt tr.zA.yO {  /*message, read*/
	color:#8898A9 !important;
	background-color:#192129!important;
}
.z table.cf.zt tr.zA.yO:hover, 
.B table.cf.zt tr.zA.yO:hover, 
.C table.cf.zt tr.zA.yO:hover {  /*message, read, highlighted*/
	color:#DDDDFF !important;
	background-color:#192129 !important;
}
.z table.cf.zt tr.zA.zE, 
.B table.cf.zt tr.zA.zE, 
.C table.cf.zt tr.zA.zE {  /*message, unread*/
	color:#D2DDE8 !important;
	background-color:#33485C !important;
}
.z table.cf.zt tr.zA.zE:hover, 
.B table.cf.zt tr.zA.zE:hover, 
.C table.cf.zt tr.zA.zE:hover {  /*message, unread, highlighted*/
	color:#FFFFFF !important;
	background-color:#33485C !important;
}
.z table.cf.zt tr.zA.x7, 
.B table.cf.zt tr.zA.x7, 
.C table.cf.zt tr.zA.x7 {  /*message, checked*/
	color:#222 !important;
	background-color:#91C1D8 !important;
}
.z table.cf.zt tr.zA.x7:hover, 
.B table.cf.zt tr.zA.x7:hover, 
.C table.cf.zt tr.zA.x7:hover {  /*message, checked, highlighted*/
	color:#036 !important;
	background-color:#91C1D8 !important;
}

/*** message list entries: preview text ***/

.z table.cf.zt tr.zA.yO td[role=link] div.y6 span.y2, 
.B table.cf.zt tr.zA.yO td[role=link] div.y6 span.y2, 
.C table.cf.zt tr.zA.yO td[role=link] div.y6 span.y2 {  /*message, read*/
	color:#586879 !important;
}

/*** message list entries: check boxes ***/

.z table.cf.zt tr.zA td.oZ-x3 input.oZ-jc, 
.B table.cf.zt tr.zA td.oZ-x3 input.oZ-jc, 
.C table.cf.zt tr.zA td.oZ-x3 input.oZ-jc{  /*check box*/
	opacity:0.5 !important;
}
.z table.cf.zt tr.zA:hover td.oZ-x3 input.oZ-jc, 
.B table.cf.zt tr.zA:hover td.oZ-x3 input.oZ-jc, 
.C table.cf.zt tr.zA:hover td.oZ-x3 input.oZ-jc{  /*hovering*/
	opacity:0.8 !important;
}
.z table.cf.zt tr.zA.x7 td.oZ-x3 input.oZ-jc, 
.B table.cf.zt tr.zA.x7 td.oZ-x3 input.oZ-jc, 
.C table.cf.zt tr.zA.x7 td.oZ-x3 input.oZ-jc{  /*checked*/
	opacity:1.0 !important;
}

table.cf.zt col.Ci {
	/*width:20px !important;*/
}

/*** message list entries: stars ***/

tr.zA .EqK8f {  /*white star*/
	background:url("https://mail.google.com/mail/pimages/2/labs/superstars_2.png") no-repeat -90px 0 transparent !important;
	opacity:0.2 !important;
}
tr.zA:hover .EqK8f {  /*white star, highlighted*/
	opacity:0.5 !important;
}
tr.zA.x7 .EqK8f {  /*white star, checked*/
	opacity:0.65 !important;
}
tr.zA.x7:hover .EqK8f {  /*white star, checked, highlighted*/
	opacity:0.9 !important;
}

/*** more labels link ***/

.G9 .n4 {
	-moz-border-radius:3px !important;
	background-color:#242E3A !important;
	color:#8095AB !important;
	padding:0.3em 0.4em !important;
}

/*** message star ***/

.f.EqK8f {	/*white star*/
	background:url("https://mail.google.com/mail/pimages/2/labs/superstars_2.png") no-repeat -90px 0 transparent !important;
}


}