@-moz-document url-prefix("http://www.google.com/reader"),
               url-prefix("https://www.google.com/reader") {

/* :: HEADLINE :: */
/* width */
.entry .entry-body,         /* body of posting (with the subscription column visible) */
.entry-main .entry-body,    /* body of posting (with the subscription column collapsed) */
.entry .entry-title,        /* headline of posting (with the subscription column visible) */
.entry-main .entry-title    /* headline of posting (with the subscription column collapsed) */
{
max-width:999999px !important;  /* note: this value also controls the width of the entry body.
                                   It can be set to to your particular screen resolution OR to
                                   something ridiculously high, in order to cover all
                                   likelihoods (as done here) */
}

/* remove silly button at end of headline */
.entry-title-go-to
{display:none !important;}


/* :: BODY :: */

/* justification */
.entry-main
{text-align:justify !important;}

/* add padding to images (for easier readability) */


[class="item-body"] img [align="right"]
{padding-left:8px !important;}

[class="item-body"] img
{padding-right:8px !important;}


/* add padding to the left of the timestamp, to accommodate a long headline */
.entry-date
{padding-left:8px !important;}

}