
#twitter-feed {
    width:100%;
    padding:0px 10px 5px 10px;
    color:#333;
    overflow:auto;
}
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;
	display: none;
}
.twitter-article, #loading-container {
    width:100%;
    float:left;
    padding:8px 0px 8px 0px;
}
#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;
}
.twitter-pic {
    float:left;
	width:10%;
	margin:0 1% 0 0;
	display: none;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;
    border:none;
	display: none;
 
}
 img  {
     border:none;
 }
.twitter-text p {
    line-height:15px;
}
.twitter-text a,  h1 a {
    color: #FF6600;
    text-decoration: none;
}
.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #FF6600;
}
 
.twitter-text {
    width:80%;
    float:left;
    font-size:11px;
    padding-left: 11px;
}

.tweet-time {
    font-size:10px;
    color:#FF6600;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#878787;
}
.tweetprofilelink a {
    color:#333;
}
.tweetprofilelink a:hover {
    color:#FF6600;
	margin: 0 0 10px 0;
}
.backlink {
    font-size:11px;
    text-align:center;
}
 
.backlink a {
    color:#aaa;
}