@-moz-document url-prefix(http://www.google.com/reader/view),
url-prefix(https://www.google.com/reader/view) {

/* Bigger, better font */
body {
font-family:'Verdana' !important;
}
#viewer-container {
font-size: 14px !important ;
}
.item-body  {
line-height: 1.6em !important ;
}

/* Smaller, centered lines */
.entry {
max-width:45em !important;
margin-left: auto !important;
margin-right: auto !important;
border-right: 236px solid transparent;
}
.lhn-hidden #chrome .entry {
border-right: none;
}

}