@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader/"), url-prefix("https://www.google.com/reader/") {

#chrome {
  margin-left: 199px !important;
}

/* make entry content use full screen width */
#entries .entry-body, #entries .entry-title {
  max-width: none !important;
  padding-right: 10px !important;
}

/* remove toggler */
#nav-toggler {
  display: none !important;
}

/* make nav bar narrower */
#nav {
  font-size: 9pt !important;
  width: 185px !important;
}
#selectors-container {
  width: 175px !important;
}
#sub-tree {
  width: 177px !important;
}
#add-box{
  font-size: 8pt !important;

}

/* change unselected sub-tree cursor to something much fainter */
#sub-tree .link.cursor {
  background-color: #d8c8f8 !important;
}


/* remove blue line at top of page 
.gbh {
  display: none !important;
}*/

/* hide 'manage friends' (it's in settings anyhow) */
#friends-settings-link {
 display: none !important;
}

/* solid tree font*/
#sub-tree .name {
  color: #0000cc !important;
}

}