/*
-------------------------------------
Title:		Gmail Labels in a box FOR GMAIL 2
-------------------------------------
Author:		Moktoipas
-------------------------------------
Description
-------------------------------------
DateFormat:	DD/MM/YYYY
-------------------------------------
Changes:	30/10/2007

*/

@-moz-document url-prefix(http://mail.google.com/),url-prefix(https://mail.google.com/)
{

table col ~ tbody tr td {
height:23px!important;
}




table tr td:first-child +td+td+td+td  span.C5uTre:first-child
{
border-left:1px solid #bbbbbb!important;
border-right:1px solid #bbbbbb!important;
background-color:#F5F8FD !important;
width:75px!important;
color:#000000!important;
margin-right:5px!important;
float:left!important;
overflow:hidden!important;
height:18px;
padding-top:4px;
padding-left:1px;
margin-bottom:-4px;
margin-top:-2px;
}


table tr td:first-child +td+td+td+td span.C5uTre:first-child:hover
{
min-width:75px!important;
width:auto!important;
}

table tr td:first-child +td+td+td+td span.C5uTre:first-child:empty
{
display:none!important;
}






}