.tweets-list-container{
width: 100%;
overflow: hidden;
}
.tweet-list {
position: relative;
list-style-type: none;
padding: 0;
}
.tweet-list li {
padding-bottom: 10px;
} .tweet-list.twitter-logo li {
background: url(//www.inficaretech.com/wp-content/plugins/tweetscroll-widget/img/tweet.png) no-repeat;
padding-left: 40px;
background-position-y: 5px;
}
.tweet-list.twitter-logo li.profile-image{
background: none;
}
.tweet-list li.profile-image{
padding-left: 60px;
min-height: 60px;
}
span.hash{
font-style: italic;
}