@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://beta.bloglines.com/b/view") {

.fullviewTemplate .templateText {
  font-size: 100% !important;
  font-family: Lucida Grande !important;
  max-width: 40em !important;
  margin-top: 1em !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.fullviewTemplate .bl_byline {
  display: none;
}

.fullviewTemplate .bl_title {
  font-size: 200% !important;
  font-family: Georgia !important;
  padding-top: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.fullviewTemplate .bl_datetime {
  position: static !important;
  display: block !important;
  text-align: center !important;
  float: none !important;
}

.fullviewTemplate .bl_datetime br {
  display:none;
}

.templateText img {
  max-width: 100% !important;
}

}