@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.google.com") {
/* fixed navigation */

/* side navbar */
HTML > BODY > DIV:first-child > DIV:last-child > DIV > DIV:last-child > DIV:first-child > DIV:first-child {
    position: fixed;
    width: 100px !important; }

/* message list */
HTML > BODY > DIV:first-child > DIV:last-child > DIV > DIV:last-child > DIV:first-child > DIV:last-child {
    position: relative !important;
    left: 100px !important;
    width: 91% !important; }

/* differentiate Compose & Contacts links

.nH.CX.pp { 
    font-size: 120% !important; 
    font-weight: bold;
    width: 110%; } */

.z0 { margin-left: -10px !important; }

}