	.twitter-feed{
		font-family:helvetica; 
		width:100%;
		margin-top:10px;
		//overflow:hidden;
		position:relative;
		margin-left:-10px;
		//display:inline-block;
		padding:0px 10px 0px 10px;
	}
	.single-tweet{
		border-bottom:4px solid #f47d30;
		margin-bottom:10px;
		padding-bottom:10px;
		margin-right:-20px;
		padding-right:5px;
	}
	.tweet-info{
		font-size:13px;
		width:100%;
		overflow:hidden;
		padding-bottom:15px;
		white-space:nowrap;
		text-overflow:ellipsis;
		margin-bottom:-8px;
	}
	.twitter-profile-pic img{
		height:22px;
		width:22px;
		border-radius:5px;
		position:relative;
		bottom:-3px;
		margin-right:5px;
		border:1px solid #ddd;
	}
	.tweet-poster-username{
		color:#999;
		margin-left:5px;
	}
		
	.tweet-info  div{
		display:inline;
	}
	.tweet-info .tweet-poster-name a{
		color:inherit;
		font-size:12px;
		text-decoration:none;
	}
	.tweet-time{
		color:#f47d30;
	}
	.tweet-poster{}
	.twitter-follow{
		padding:5px;
	}
	.tweet-body{
		font-size:17px;
		margin-left:30px;
		margin-bottom:10px;
		line-height:19px;
	}
	/*
	.single-tweet:last-child{
		border-bottom:none;
	}*/
	.tweet-actions-bar{
		margin-left:5px;
	}
	.tweet-actions-bar div{
		display:inline-block;
		font-size:12px;
	}
	.tweet-action{
		margin-left:5px;
	}
	.twitter-feed-header{
		border-bottom:4px solid #f47d30;	
		margin-bottom:10px;
		padding-bottom:10px;
		margin-right:-20px;
		font-size:20px;	
		color:#f47d30;
	}
	.twitter-feed-header img{
		padding:5px;
		border-radius:2px;
		margin-bottom:-5px;
	}
	.twitter-feed-header > a{
		display:inline-block;
	}
	.twitter-feed .twitter-feed-header a{
		font-size:20px;
		text-decoration:none;
	}
	.twitter-feed .twitter-feed-header .twitter-username{
		font-size:17px;
		text-decoration:none;
		font-style:italic;
		display:inline-block;
		margin-top:7px;
	}
	.tweet-time{
		margin-left:5px;
	}
	.twitter-feed .tweet-time a{
		text-decoration:none;
		font-size:14px;
	}
	.twitter-logo{
		height:25px;
		background:#837970;
		margin-right:8px;
	}
	.twitter-feed a{
		color:#f47d30;
		font-size:14.5px;
	}
	.retweeted{
		font-size:12px;
		color:#999;
		padding-top:5px;
		margin-left:30px;
		font-style:italic;
	}
	.retweeted a {
		color:inherit;
		text-decoration:inherit;
		font-size:inherit;
	}
	.tweet-actions-bar .tweet-action a{
		color:inherit;
		font-size:inherit;
		text-decoration:inherit;
	}
	#sample{
		display:nne;
	}
	
	
	
	/* logo addition */
	
	img.logo {
		max-height: 80px;
		width: auto;
	}