@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
    /* Message line */
    div.nH table tbody tr {
        line-height: 1.6;
    }
        
        /* Space out the star more */
        td.y4 {
            padding: 0 0 0 8px;
            overflow: visible;
        }
        
        /* Move the author's name to compensate */
        td.yX {
            padding: 2px 6px 0 10px;
        }
    
    /* Left-hand-side folders etc. */
    div.nH.pp, div.nH.pZ {
        line-height: 1.3;
    }
    
    /* The account stuff in the top right doesn't align with the content */
    div#guser { padding-right: 9px; }
    
    /* In single-message-view, the author's name is weirdly aligned when expanded */
    .iw .gD span { top: -2px; }
}