@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.com/reader/"), url-prefix("https://www.google.com/reader/") {

/* smaller font-size for all elements */
body {
font-size: 85% !important;}

/* make entry content use full screen width */
.entry-body, .entry-title {
max-width: none !important;
padding-right: 10px !important;}

/* hide "People you follow" */
#lhn-friends {
display: none !important;}

/* hide "Refresh" button*/
#viewer-refresh {
display: none !important;}

/* make navbar smaller */
.scroll-tree {
font-size:12px !important;}
#nav {
width: 240px !important;}
#chrome {
margin-left: 240px !important;}

}