@charset "utf-8";
/* CSS for News Feed */

.titlefield { /*CSS for RSS title link in general*/
	font-size: 13px;
}
.labelfield { /*CSS for label field in general*/
	font-size: 11px;
}
.datefield { /*CSS for date field in general*/
	color:gray;
	font-size: 11px;
	padding-left: 4px;
}
#example1 { /*Demo 1 main container*/
	width:900px;
	height:46px;
	padding:0 0 0 80px;
	margin:-25px 0 0;
	letter-spacing:1px;
	text-align:left;
	vertical-align:bottom;
}
#example2 .titlefield {
	font-size:14px;
}
#example2 ul li{ /*Demo 2 LI that surrounds each entry*/
	margin-bottom: 4px;
}