@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") 
{
    /* search bar, actions menus */
    form#s input, div.tbc select, div.tbc button, span#rfr, div.cd button, div.chc button, div.chc select, td#st_compose button {
        font-family:   tahoma  !important; 
        font-size:     17px    !important;
    }

    /* selection menus */
    div.tbc {
        font-family:   tahoma  !important; 
        font-size:     11px    !important;
    }

    /* fix button margins on the contacts page */
    div#co div.chc button {
        margin: -6px 0 0 0  !important;
    }

    /* fix background colour on the bottom of the compose window */
    div.cd {
        background-color:  #C3D9FF  !important;
    }

    /* realign items to the left and right of the selection menus on message window */
    div.tbc .tbcp, div.tbc .tbcl {
        padding-top:  6px  !important;
    }

    /* contacts sidebar */
    div#nav div.nl span#comp {
        font-family:   tahoma  !important; 
        font-size:     14px    !important;
    }

    /* compose message sidebar: list item (current) */
    div#nav table.cv tr.an td b.lk {
        font-family:      Trebuchet MS  !important; 
        font-size:        17px          !important;
        font-weight:      normal        !important;
        text-decoration:  none          !important;
        display:          block         !important;
        padding:          8px 0 8px 0   !important;
    }

    /* compose message: toolbar */
    td#st_compose {
        padding:          0 0 7px 0   !important;
    }

    /* folders sidebar: list item (current) */
    div#nds table.cv tr.an td b.lk {
        font-family:      Trebuchet MS  !important; 
        font-size:        17px          !important;
        font-weight:      normal        !important;
        text-decoration:  none          !important;
        display:          block         !important;
        padding:          8px 0 8px 0   !important;
    }

    /* contacts sidebar */
    div#nav div.nl span#cont {
        font-family:   tahoma  !important; 
        font-size:     14px    !important;
    }

    /* folders sidebar: list item */
    div#nds div.nl  {
        font-family:   tahoma  !important; 
        font-size:     11px    !important;
        margin-left:   10px    !important;
        padding-left:  6px     !important;
    }

    /* folders sidebar: list item (hover) */
    div#nds div.nl:hover  {
        background-color:  #e3ebfe  !important;
    }

    /* labels sidebar: wrapper */
    div#nvl {
        margin-top:  10px  !important;
    }

    /* labels sidebar: header */
    div#nvl td.s    {
        padding:      8px 0 8px 0  !important;
        font-family:  tahoma       !important;
        font-size:    17px         !important; 
    }

    /* labels sidebar: list item */
    div#nvl div.lk  {
        font-family:  tahoma  !important; 
        font-size:    11px    !important; 
    }

    /* labels sidebar: list item (hover) */
    div#nvl div.lk:hover  {
        background-color:   #d9f1e2  !important;
    }

    /* labels sidebar: remove edit labels link */
    div#nvl div#prf_l   {
        display:  none  !important; 
    }

    /* invite a friend sidebar */
    div#nvi {
        display: none  !important;
    }

    /* labels appearing in the subject line */
    table.tlc span.ct {
        font-family:  tahoma  !important;
    }

    /* messages */
    table.tlc tr td {
        font-family:  tahoma  !important;
        font-size:    11px    !important;
    }

    /* messages (unread) */
    table.tlc tr.ur td {
        font-size:    13px    !important;
    }

    /* messages (unread - snippet) */
    table.tlc tr.ur td span.p {
        font-size:    11px    !important;
    }

    /* messages (hover) */
    table.tlc tr.rr:hover, table.tlc tr.ur:hover {
        background-color:  #ffeb86  !important; 
    }
}