@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.com/reader"), url-prefix("https://www.google.com/reader") {

/* Action background and Radius fix */
#entries.cards #current-entry .card .entry-actions {
 -moz-border-radius-bottomleft:5px !important;
 -moz-border-radius-bottomright:5px !important;
 background: #9EA7B4 !important;}

/* Orange and bottom border, shadow in card  */
#entries.cards #current-entry .card {
 border: none !important;
 border-bottom: #BEC3CA 1px solid !important;
 -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;}

/* Light color of title */
#current-entry .entry-container .entry-title a {
 opacity: 1.0 !important;}

/* Title size */
.entry-title {
 font-size: 14px !important;}
}