#widget-community-post-section.widget-community-post-section.widget-content-section
{
	padding: 0;
	border: 1px solid #27d6cc;
}
#widget-community-post-section .widget-header
{
	padding : 10px;
	border-bottom : 0;
	background: #27d6cc;
}
#widget-community-post-section .widget-header .widget-title-wrapper .widget-title
{
	color: white;
}
#widget-community-post-section .widget-body
{
	padding : 10px;
}
#widget-community-post-section .widget-header .widget-more-btn-link .widget-more-btn
{
	color: white;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header
{
	margin-bottom: 5px;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header .slider-btn-wrapper:after
{
	display: block;
	content: " ";
	clear: both;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header .slider-btn-wrapper .move-slider-btn
{
	cursor: pointer;
	display: inline-block;
	width : 50%;
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-sizing: border-box;
	background: white;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header .slider-btn-wrapper .move-slider-btn .slide-title
{
	width: 100%;
    display: inline-block;
    line-height: 16px;
	padding-bottom: 1px;
	border-bottom: 3px solid white;
	color: #aaaaaa;
	font-size: 13px;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header .slider-btn-wrapper .move-slider-btn.current-slide
{
	border: 1px solid #27d6cc;
}
#widget-community-post-section .widget-body .community-post-list-section .list-header .slider-btn-wrapper .move-slider-btn.current-slide .slide-title
{
	color: #27d6cc;
	font-weight: bold;
	border-bottom: 3px solid #27d6cc;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list
{
	display: none;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list.current-list
{
	display: block;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list .post-link
{
	display: inline-block;
	padding: 5px 0px;
	width: 100%;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list .post-link .post-item
{
	padding-left: 15px;
	line-height: 16px;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list .post-link .post-item .post-rank
{
	margin-left: -10px;
	float: left;
}
#widget-community-post-section .widget-body .community-post-list-section .post-list-section .post-list-wrapper .post-list .post-link .post-item .post-content .post-title-wrapper .post-title
{
	font-size: 13px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}