@charset "utf-8";
/*#top_content .container-fluid{
	padding: 0;
	margin: 0;
}*/
#top_content .col-lg-2,
#top_content .col-lg-4,
#top_content .col-lg-8{
  padding: 0;
  margin: 0;
}
#top_content .news_box{
	padding: 10px;
}
.news_box h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_box a{
	font-size:14px;
	color: #4C4C4C;
	text-decoration: underline;
}
.news_box a:hover{
	text-decoration: none;
}
.news_box #feed .rssHeader,
.news_box #feed p{
	display: none;
}
.news_box p#list {
	margin-top:5px;
}
.news_box p#list a{
	color: #FFF;
	background: #000;
	padding: 2px 5px;
	text-decoration: none;
}
.news_box p#list a:hover{
	background: #4c4c4c
}
.rssRow{
	overflow: hidden;
}
.rssRow h4{
	float: left;
	margin-right: 10px;
}
