channel > *, item > * { 
  display: block;
}
channel > item {
  margin: 16px 0 16px 0;
}


channel > title:before { 
  content: "Feed Title: ";
}

channel > link:before { 
  content: "Feed URL: ";
}

channel > description:before { 
  content: "Feed Description: ";
} 

channel > language:before { 
  content: "Language: ";
}

channel > copyright:before { 
  content: "Copyright Notice: ";
}

channel > pubDate:before { 
  content: "Published: ";
}

channel > lastBuildDate:before { 
  content: "Last feed update: ";
}

channel > docs:before { 
  content: "RSS Documentation / Read Me: ";
}

channel > generator:before {
  content: "RSS Generator: ";
}

channel > managingEditor:before { 
  content: "Managing Editor: ";
  font-style: normal;
}
channel > managingEditor { 
  font-style: italic;
}

channel > webMaster:before { 
  content: "Feed admin: ";
  font-style: normal;
}
channel > webMaster { 
  font-style: italic;
}

channel > ttl:before { 
  content: "Update Frequency: Every ";
}
channel > ttl:after { 
  content: " minutes";
}





item > Xtitle { 
  font-weight: bold;
}

item > link:before { 
  content: "URL:";
  font-style: normal;
}
item > link {
  font-style: italic;
}

item > description {
}

item > pubDate:before {
  content: "Published: ";
}

item > guid {
  display: none;
}



/* based on
http://www.oreillynet.com/pub/a/network/2005/07/01/rss.html
and
http://interglacial.com/~sburke/stuff/pretty_rss.html
*/



