@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix( http://www.google.com/reader/), url-prefix( https://www.google.com/reader/) {

/* yellow hovering */
#entries.list .entry .collapsed:hover {
    background:#FFFFCC !important
}

/* remove white space on right */
#entries.list {
    padding: 0px !important
}

/* remove top and bottom borders on items to save space */
#entries.list .entry .collapsed  {
    border-top-width:0px !important; 
    border-width:0px !important;
    
    padding:0px !important
}
/* align text properly */
.entry-icons, .entry-source-title, .entry-secondary {
    top:0px !important
}
/* align link properly */
.entry-original {
    top:5px !important
}

/* restore the top and bottom borders on expanded items  */
#entries.list #current-entry .collapsed  {
    border-top-width:2px !important;
    border-bottom-width:2px !important; 
}

/* cover the bottom border after title when expanded */
#entries.list #current-entry .entry-container  {
    margin-top:-2px !important;
}

}