@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.google.co.jp/reader/"),
url-prefix("http://www.google.com/reader/view/"),
url-prefix("https://www.google.co.jp/reader/view/"),
url-prefix("https://www.google.com/reader/view/") {

#current-entry .collapsed {
  background: none !important;
}

#current-entry .collapsed * {
  color: #000 !important;
  text-shadow: 0 1px 0 #fff !important;
  text-decoration: underline !important;
}

#current-entry.read .collapsed {
  background: none repeat scroll 0 0 #eee !important;
}

.collapsed:hover,
#current-entry .collapsed:hover {
  background-color: #ffffcc !important;
}

.read .collapsed:hover,
#current-entry.read .collapsed:hover {
  background-color: #dbe8ff !important;
}

}