  /*!
 * Add custom css for this site here:
 */

 
/* News Feed for HRS News Feed content */
 .rss-box ul {
	 padding: 0;
	 list-style-type: none;
}
 .rss-box li {
     list-style-type: none;
	 padding: 5px 5px 5px 0px;
	 border-bottom: 1px dotted #ccc;
}
 .rss-box li a {
	 font-weight:bold;
	 font-size: 14px;
    line-height: 10px;
    overflow: hidden;
	 
}