#twitter-feed {
    width:310px;
    font-family: Arial, Helvetica, sans-serif;
    padding:8px 10px 5px 10px;
    border-radius:12px;
    color:#333;
    overflow:auto;
}

#twitter-feed h1 {
    color:#5F5F5F;
    margin:0px;
    padding:9px 0px 9px 0px;
    font-size:20px;
    font-weight:lighter;
}

.twitter-article, #loading-container {
    width: 300px;
    float:left;
    padding:8px 0px 8px 0px;
}

#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;
}

.twitter-pic {
    float:left;
}
 
.twitter-pic img {
    float:left;
    border-radius:7px;
    border:none;
}

 img  {
     border:none;
 }

.twitter-text p {
    margin:0px;
    line-height: 15px;
}

.twitter-text a,  h1 a {
    color: #17a2db;
    text-decoration: none;
}

.twitter-text a:hover,  h1 a:hover {
    text-decoration: underline;
    color: #17a2db;
}
 
.twitter-text {
    width:204px;
    float:left;
    font-size:11px;
    padding-left: 11px;
}
 
.tweet-time {
    font-size:10px;
    color:#878787;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#17a2db;
}
.tweetprofilelink a {
    color:#17a2db;
}
.tweetprofilelink a:hover {
    color:#17a2db;
}
.backlink {
    font-size:11px;
    text-align:center;
}
 
.backlink a {
    color:#17a2db;
}
