/*
* Example style!
* You can do whatever the hell you want on your site :-)
*/
#twitterFeed ul,
#twitterFeed li{
	margin:0;
	position:relative;
	padding: 0px;
	list-style-type:none;
	display:block;
	text-align:left;
}
#twitterFeed li{
	padding:5% 0;
}
#twitterFeed li:first-child{
	padding-top:0;
}
#twitterFeed .user:before{
	content:"\f099";
	display:block;
	color:#fff;
	text-align:center;
	font-family:FontAwesome;
	font-size:2em;
	margin-bottom:5px;
}
#twitterFeed .user span{
	display:none;
	font-weight:bold;
}
#twitterFeed .user span:last-child{
	display:block;
	padding:8px 0px;
}

#twitterFeed, 
#twitterFeed a{
	color:#000;
	font-size: 1.05em;
    font-weight: 600;
}

#twitterFeed a:hover{
	text-decoration:underline !important;
}

#twitterFeed .interact a{
	padding:2px 10px;
	display:inline-block;
	font-size:11px;
}
#twitterFeed .interact a:after{
	content:"\f111";
	display:inline-block;
	font-family:FontAwesome;
	color:#fff;
	font-size:6px;
	position:relative;
	right:-8px;
}

/*Custom styles*/
#twitterFeed {
    margin: 0 auto;
    max-width: 85%;
    width: 100%;
}
#twitterFeed li:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 80%;
	bottom:0;
}
#twitterFeed li:last-child:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tweet {
    color: #fff;
}
