@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
url-prefix("http://mail.google."),
url-prefix("https://mail.google.") {
    /*Remove term of use and so on*/
    .ft, .fv, .fcs {
        display:none;
    }

    /*Memory used/left*/
    .fq {
        margin:0 !important;
        padding:0!important;
        position:absolute !important;
        top:65px !important;
        right:10px !important;
        color: #336699 !important;
    }
}