.rss-box {
	list-style: none;
	margin-left: 20px;
	 width: auto;
	 background-color: #ffffff;
}
	.rss-title, rss-title a {
		list-style: none;
		margin: 0px 0;
		padding: 0;
	}
	.rss-items {
	       list-style: none;
	       margin:0;
	       padding:0;
	}
		.rss-item  {
			list-style: none;
/*		  font-size: x-small;*/
		  margin-bottom: 1em;;
		}
		
		.rss-item-link {
			list-style: none;
/*			color: #000;*/
			text-decoration: none;
			font-weight: bold;
			font-size: 14px;
		}
		.rss-item a:hover {
			list-style: none;
			text-decoration: underline;
		}
		
		.rss-date {
			display: block;
			font-size: 12px;
			margin-bottom: 8px;
		}