@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(chrome://sage/content/feedsummary.html) {

body,
html {
	color: darkslateblue !important;
	background-color: black !important;
}

div.item-desc,
.item div:hover {
	border: 1px solid #DCDCDC !important;
	border-left: 1px solid #DCDCDC !important;
	padding-left: 10px !important;
	background-color: rgba(127, 127, 127, .25) !important;
	color: darkslateblue !important;
}

div.item-pubdate:hover {
	border: none !important;
	background-color: black !important;
	padding: 0 !important;
}

#rss-header {
	border: 1px solid rgba(127, 127, 127, .5) !important;
	background-color: rgba(127, 127, 127, .25) !important;
}

}