@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(mail.google.com)
{
  /* remove extra border thickness */
  div#nb_0 table.nb
  {
    border-spacing: 0px !important;
    padding-right: 4px !important;
  }
  div#nb_0 table.nb tr, div#nb_0 table.nb td
    {padding: 0.0em !important;}

  div#nb_0 table.nb div.lk[id^=sc]
  {
    background-color: #FFFFFF !important;          /*rec bk color*/
    border-bottom: thin solid #EFEFEF !important;  /*rec seperetor*/
    text-decoration: none !important;              /*no text-decoration*/
  }
  div#nb_0 table.nb div.lk[id^=sc]:hover
  {
    background-color: #B5EDBC !important;           /*hover color*/
    border-bottom: thin solid #B5EDBC !important;   /*rec sep hover color*/
  }
  div#nb_0 table.nb div#prf_l                       /*edit labels*/
  {
    padding-bottom: 0.0em !important;               /*remove padding*/
    color: #0000FF !important;                      /*color*/
    background-color: #B5EDBC !important;           /*bk color*/
  }
}