@-moz-document url-prefix(http://www.google.com/reader),
               url-prefix(https://www.google.com/reader) {

/* make the font a little larger */
/* use the Georgia serif font */
/*  with a WhiteSmoke background */
/* use most of the available space for the body */
/*  and a little less for the title */
#entries .entry-body {
  font-size: 120% !important;
  font-family: georgia !important;
  background: #f5f5f5 !important;
  max-width: 95% !important;
 }

#entries .entry-title {
  max-width: 90% !important;
 }

}