
#greader{
  margin: 0 2em 10px 100px;
  padding: 5px 0;
  font-size: 100%;
  color: #999;
  border-top: dotted #eee 1px;
  border-bottom: dotted #eee 1px;
  
  background-color: #fcfcfc;
  background-image: url('img/rssbg.png');
  background-repeat: no-repeat;
  background-position: 14px 10px;
}

.reader-publisher-module {
  padding: 0;
}

.reader-publisher-module ul {
  margin: 0;
  padding: 5px 0 0 55px;
}
.reader-publisher-module li {
  margin: 0 0 0 6px;
  padding: 0 0 0 10px;
  list-style: none;
  background-image: url(img/dash.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.reader-publisher-module a {
  xcolor: #888 !important;
}

.reader-publisher-module a:hover {
   color: #222 !important;
}

.reader-publisher-module .f {
  text-align: right;
  line-height: 100%;
  padding: 2px 20px;
  font-size: 90%;
}

.reader-publisher-module .f a{
  font-weight: normal !important;
}

.reader-publisher-module h3 {
	display: none;
}

