/*
CSS Name: Default Styles
Description: FBF - Facebook Page Feed Widget Stylesheet
Author: Lakshmanan PHP
Version: 1.2.1

You can add your own styles according to your theme - 25-aug-2012
Few styles are changed - container bg color and width removed - 7 feb 2013
*/

/* ----------- List style -------------*/

.fbf_facebook_page_widget_container {
	border-bottom: 1px #ccc; 
	/* -add your own styles -*/
}

.fbf_facebook_page_widget li {
	border-bottom: 1px dashed #f00;
	list-style-type: none;
	margin-bottom: 5px;
	padding: 5px;	width: 45%;float: left;min-height: 315px;
}.fbf_facebook_page_widget li:nth-child(odd) {float:left; clear:both;}.fbf_facebook_page_widget li:nth-child(even){float:right; }
.fbf_facebook_page_widget h4 {
	font-size: 14px;
	/* -add your own styles -*/
}
.fbf_facebook_page_widget a, .fbf_facebook_page_widget a:hover{ 
	text-decoration:none;
	/* -add your own styles -*/
}
.facebook_page-avatar img { 
	border:none;
	float:left;
	padding:5px;
	/* -add your own styles -*/
}.fbf_facebook_page_widget .img 		{ height:auto !important; }
@media (max-width: 599px) {	.fbf_facebook_page_widget li {		width: 100% !important;	}	.fbf_facebook_page_widget li:nth-child(odd) {		float:left; 		clear:both;	}	.fbf_facebook_page_widget li:nth-child(even){		float:left; 		clear:both;	}}
