/*
-------------------------------------
Title:		Gmail Labels in a box
-------------------------------------
Author:		Moktoipas
-------------------------------------
Description
-------------------------------------
DateFormat:	DD/MM/YYYY
-------------------------------------
Changes:	12/02/2007

*/

@-moz-document url-prefix(http://mail.google.com/),url-prefix(https://mail.google.com/)
{

#tbd tr td {
padding:0px!important;
height:25px!important;
}

#tbd tr td+td+td+td+td{
white-space:nowrap!important;
}


#tb span.ct
{
border-left:1px solid #bbbbbb!important;
border-right:1px solid #bbbbbb!important;
background-color:#F5F8FD !important;
width:75px!important;
color:#000000;
margin-right:5px!important;
float:left!important;
overflow:hidden!important;
height:19px;
padding-top:5px;
padding-left:4px;
margin-bottom:-10px;
margin-top:-4px;
color:#000000!important;
}


#tb span.ct:hover
{
min-width:75px!important;
width:auto!important;
}

#tb span.ct:empty
{
display:none!important;
}



}