.twitterfeed *,
.instagramfeed *,
.facebookfeed * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.twitterfeed,
.instagramfeed,
.facebookfeed {
	padding: 2px;
	margin: 0;
	font-size: 12px;
}
.twitterfeed h2,
.instagramfeed h2,
.facebookfeed h2 {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	background: #999;
	color: #fff;
}
.fb-profile {
	background: rgba(0,0,0,.1);
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}
.fb-profile:after {
  content: "";
  display: table;
  clear: both;
}
.profile-name a,
.profile-name a:hover {
	color: #5c3e80;
}
.profile-info{
    
}
.profile-photo{
    margin:10px 0;
}
 
.profile-photo img{
	width:auto !important; 
	max-width:100%; 
	height: auto !important;
}
.time-ago{
    color:#ffe065;
}
.profile-name{
	font-weight: 600;
}

.profile-message{
	clear: both;
}
.profile-more {
	float: right;
	width: 50%;
	text-align: right;
}
.profile-more a,
.profile-more a:hover {
	color: #fff;
}

.in-post {
	display: inline-block;
	width: 33.3%;
	/* width: 50%; */
	/* width: 100% */
}
.in-post:after {
	content: "";
	display: table;
	clear: both;
}

.in-photo {
	float:left;
	width: 100%;
	padding: 2px;
	background: #efefef;
}
.in-photo img {
	width:auto !important; 
	max-width:100%; 
	height: auto !important;
	max-height: 100px;
}
.in-caption {
	display: none;
	float:left; 
	padding: 0 0 20px 15px;
	/* width: 68%; */
	font-weight: 300;
}

.tw-post {
	width: 100%;
	padding: 5px;
	background: #efefef;
	margin-bottom: 5px;
	font-size: 12px;
}
.tweet-image {
	padding:10px;
}
.tweet-image img {
	width: 100%;
	height: auto !important;
}
.tweet-time {
	color: #999;
}