/* @override http://simonfurlonger.co.uk/jquery-twitter-feed/twitter-styles3.css */

/* @override http://www.simonfurlonger.co.uk/jquery-twitter-feed/twitter-styles.css */

/* CSS Document */



#twitter-feed {
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding: 8px 0 5px;
	border-radius:12px;
	overflow:auto;
	
}
#twitter-feed h1 {
	margin:0px;
	padding:9px 0px 9px 0px;
	font-size:18px;
	font-weight:lighter;
	display: none;
}

#twitter-feed img {
	margin:0px;
	padding:9px 0px 9px 0px;
	font-size:18px;
	font-weight:lighter;
	display: none;
}
.twitter-article, #loading-container {
	border-top:1px dotted #CCC;
	float:left;	
	padding:8px 0px 8px 0px;
}
#loading-container {
	padding:16px 0px 16px 0px;
	text-align:center;	
}
.twitter-pic {
	float:left;
	display: none;
}

.twitter-pic img {
	float:left;
	border-radius:7px;	
	border:none;
	display: none;
}
.twitter-text p {
	font-weight: 400;
	color: #888888 !important;
	font-size: 14px;
	line-height: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}




.twitter-text a,  h1 a {
	color: #a5d41e;
	text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
	text-decoration: underline;
	color: #a5d41e;
}


.twitter-text p a {
	color: #a5d41e;
	text-decoration: none;
	font-weight: 400 !important;	
}


.twitter-text:before {
	margin-left: -18px;
    position: absolute;
    content: "\f099";
	color: #888888;
	font-family: fontawesome;
}


.twitter-text {
	float:left;
	font-size:11px;
	padding-left: 0;
	margin-left: 18px;
}







.list-tweets li:before {
    margin-left: -18px;
    position: absolute;
    font-family: fontawesome;
    content: "\f099";
}



.tweet-time {
	font-size:10px;
	color:#878787;
	float:right;
}
.tweet-time a, .tweet-time a:hover {
	color:#878787;
}

.backlink {
	font-size:11px;
	text-align:center;
}
.tweetprofilelink a {
	color:#444;
}
.tweetprofilelink a:hover {
	color:#444;
}
.backlink a {
	color:#aaa;
}