/*!
 * Add custom css for this site here:
 */
blockquote { font-size: 15px; }
 
.nav.navbar-nav.main > li:last-child{
    background-color:#cc0000;
}


/* News Feed */
 .rss-box ul {
	 padding: 0;
	 list-style-type: none;
}
 .rss-box li {
	 padding: 10px 10px 10px 0px;
	 border-bottom: 1px dotted #ccc;
}
 .rss-box li a {
	 font-weight:600;
 }