.recent-post-container{
	padding: 16px;
	border-top: 5px solid #FF8C22;
	border-bottom: 5px solid #FF8C22;
	background: rgb(250, 250, 250);
}
.recent-post-container tr{
	border-bottom: 1px solid #d4d4d4;
}
.recent-post-container tr td{
	padding-top: 10px;	
}
.widget_sccango_recent_posts_widget .recent-post-container{
	border: 0 !important;
	background: rgb(255,255,255) !important;
}
.widget_sccango_recent_posts_widget tr{
	border-bottom: 0 !important;
}
.widget_sccango_recent_posts_widget td{
	padding-top: 0px !important;
}
.recent-post-container .title{
	color: #333;
	font-weight: bold;
	/*font-size: 1.15em;*/font-size: 1.0em;
	text-align: left;
	/*line-height: 1.15em;*/
	max-width: 80%;
	overflow: hidden;
}
.recent-post-container .date{
	color: #666;
	overflow: hidden;
	display: block;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
	text-overflow: ellipsis;
}
.recent-post-container .text{
	overflow: hidden;
	display: block;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
}
.recent-post-container .read-more{
	display: block;
	color: #888;
	font-size: 13px;
	text-align: right;
}
.recent-post-container .thumbnail_container{
	width: 60px;
	height: 60px;
}
.recent-post-container .thumbnail_container img{
	width: 100%;
	height: 100%;
}