#cfFacebookGroupWidget .clr{
	clear: both;
}

.fbtitle a{
	font-size: 16px;
	font-weight: bold;
}

.fbpost{
	margin: 0;
	padding: 5px 5px;
	color: #666666;
	clear: both;
}
.fbpost .image-div{
	float: left;
	overflow: hidden;
	width: 48px;
	height: 48px;
	background: #FFF;
	border: 1px solid #C4C4C4;
	display: block;
	margin: 0 5px;
	padding: 3px;
}
.fbpost .text-div{
	font-size: 14px;
	line-height: 20px;
	width: auto!important;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 25px;
}
.fbdate{
	font-size: 10px;
}
.fbpost  .text-div span a{
	font-size: 14px;
	line-height: 20px;

}
.fbpost .text-div a:hover{
	color: #22b8f0;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.fbpost .text-div br{
	display: none !important;
}
@media(max-width: 408px){
	.fbdate {
	margin: 0;
	}

}