div.tweets-pulled-listing {
  border: 4px solid #27638C;
  font-size: 10px;
}
div.tweets-pulled-listing ul {
  list-style: none;
}
div.tweets-pulled-listing ul li {
  list-style: none;
  background:none !important;
  padding-left:3px !important;
  padding-right:3px !important;
  line-height: 11px;
}
div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 5px 0 0;
  float: left;
}

div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 40px;
  max-width: 40px;
}
div.tweets-pulled-listing div.tweet-title {
  color: #ffffff;
  font-size: 20px;
  background: #27638C;
  text-align:center;
  height:24px;
}
div.tweets-pulled-listing a {
  color: #27638C;
}

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

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

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  border-bottom: 1px solid #27638C;
  margin: 5px 0 5px 0;
}