/* rs_rss2sample_1 */

table.tabtable-rs_rss2sample_1 {
  border: 1px solid #a0a0a0;
  border-collapse: collapse;
  width: 100%;
}
table.tabtable-rs_rss2sample_1 tr.tabrow { border: none;}
table.tabtable-rs_rss2sample_1 tr.tabrow td.tabcol { 
  font-weight: normal;
  font-style: normal;
  color: #3a3a3a;
  background-color: transparent; 
  padding: 0px;
  border: none;
}

table tr td span.channel_title {
  font-weight: bold; 
  font-style: italic;
  display: block;
  padding: 3px;
}
table tr td span.channel_title a {text-decoration: none; }

table tr td span.item_title { 
  font-weight: bold; 
  background-color: #CACACA;
  display: block;
  padding: 3px;
}
table tr td span.item_title a { text-decoration: none; }

table tr td span.item_description {
  display: block;
  padding: 3px;
  text-align: justify;
}

table tr td span.item_pub_date {
  font-style: italic; 
  background-color: #EAEAEA;
  display: block;
  padding: 3px;
}

table tr td span.item_img {
  float: left;
  vertical-align: middle;
  padding: 3px;
}