div.tweets-pulled-listing ul {
  list-style: none;
  font-size: 11px;
}

div.tweets-pulled-listing ul li { 
  display: block; 
  margin: 5px 10px 10px;
}

div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
  display: none;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}

div.tweets-pulled-listing a {
  /*color: blue;*/
}

div.tweets-pulled-listing .tweet-author a {
  font-weight: bold;
}

div.tweets-pulled-listing .tweet-time a {
  /*color: silver;*/
}