@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://friendfeed.com/realtime?embed=1") {
    div.logo a.nonew,
    div#title {
        display: none;
    }

    body {
        background-image: none !important;
    }

    #rtdialog .rtentry {
        border-top: 2px solid #ccc;
        padding-top: 0.5em;
        font-size: 90%;
    }

    .updates .bubble .r,
    .updates .bubble .l,
    .updates .bubble .t,
    .updates .bubble .b,
    .updates .bubble .tr,
    .updates .bubble .tl,
    .updates .bubble .br,
    .updates .bubble .bl {
        background-image: none !important;
    }

    .updates .bubble .bl {
        padding: 0 !important;
    }

    .updates .rtentry .body {
        margin-left: 34px !important;
    }

    a.l_person img.picture {
        width: 25px !important;
        height: 25px !important;
    }
}
