/******************************************
	* CSS DOCUMENT FOR RSS FEED LA FREE
	* @ AV
******************************************/
.feed-items {
	max-width: 270px;
	border: 1px solid #c7c7c7;
}
.feed-title {
	background-color: #FAC303;
	color: #194076;
	font-size: 1.6em;
	margin: 0 0 7px 0;
	padding: 3px 5px;	
}
.feed-item {
	margin: 5px;
}
.feed-item img {
	float: left;
	max-width: 70px;
	max-height: 70px;
}
.feed-item a {
	display: block;
	font-size: 0.9em;
	color: #194076;
	text-decoration: none;
	line-height: 15px;
	margin-left: 75px;
}
.feed-item a:hover, .feed-item a:focus {
	text-decoration: underline;
}
.feed-item a:visited {
	color: #255FAA;
}
.feed-item span {
	float: right;
	font-size: 0.8em;
	color: #FAC303;
}
.clear-float {
	clear: both;
}