/*** stylesheet rssreader.css to be imported at the beginning of the sitename.css file when the resource collapsible located in the extension module is used, that is: 
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/rssreader.css);
 ***/
/***  SED RSSreader Element block ***/


.rssreader {}

.headline {

	margin:0px;
	padding:0px;
	border-top:none;
	border-bottom:none
}

.headline h1, .headline h2, .headline h3, .headline h4 {
	border-top:none
	border-bottom:none
}

a.feed_title_link:hover {
	text-decoration:none 
}

a.feed_title_link {
	display:table-cell
}

a.feed_rss_icon  {
	display:table-cell;
	padding-right:4px;
	text-decoration:none;
	color:#f88e23;
}

.rss_h1 {
	font-size:27px
}

.rss_h2 {
	font-size:24px
}

.rss_h3 {
	font-size:20px
}

.rss_h4 {
	font-size:18px
}

a.feed_rss_icon:hover {
	text-decoration:none
}



.feed_title_descr {
	font-size:16px
}

.entry h4 {
margin-bottom:0px;
font-size:16px !important
}

.entry img {
	padding:10px
}

table.entry_table {
	margin-bottom:10px
}

.entry_table tr td:first-child {
	font-weight:700;
	padding-right:4px

}