@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix( http://www.google.com/reader/), url-prefix( https://www.google.com/reader/) {

body, html { 
 font-family:Tahoma, Corbel, arial, sans-serif !important;
} 

#nav * {  font-size: small !important; line-height:12px !important;}
#viewer-header { line-height:14px !important; }
#entries.list #current-entry.expanded .entry-actions {
  border: 0px !important;
  border-bottom: 0px solid #ccc !important;
}


/* remove toggler */

#chrome-lhn-toggle {
  display: none !important;
}

/* remove padding at top of chrome */

#chrome {
  padding-top: 0px !important;
}


/* make entry content use full screen width */
#entries .entry-body, #entries .entry-title {
  max-width: none !important;
  padding-right: 9px !important;
}
/* avoid cropping of go-to button */
#entries.list .collapsed .entry-main .entry-original {
  width: 14px !important;
}

/* From Google reader - yellow reading background , style 4136 */
#current-entry.read .entry-container {
background-color: #FFFFCC !important;
}
#chrome {
  margin-left: 170px !important;
}
/* make nav bar narrower */
#nav {
  width: 185px !important;
}
#selectors-container {
  width: 100px !important;
}
/* move nav bar all the way to the left */
#nav {
  margin: -15px !important;
}
/* remove gbar */
#gbar {
  display: none !important;
}
/* Hides the expanded/list view buttons usually found in the top right next to feed/folder settings */
#view-cards , #view-list{
display:none !important
}
/* moves the search text-field to where it'll be */
#search {
 margin:-42px 0px 0px 30px !important; 
} 
/* move the main window up to the top to fill in leftover space */
#main, 
#settings-frame, 
#settings {
    top:0 !important; 
    margin: 0 !important; 
}
#sub-tree li a .unread-count {
	color: red!important;
	font-weight: 900;
	position: absolute;
	right: 0px;
}

}