div.tweets-pulled-listing {
	padding: 8px 8px 0;
	border-top: 2px solid #fed457;
}

div.tweets-pulled-listing ul {
  list-style: none;
  font-size: 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 a {
  color: #264d62;
}

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

div.tweets-pulled-listing .tweet-time a {
  color: #444444;
  white-space: nowrap;
}

div.tweets-pulled-listing  div.tweet-divider {
  clear: left;
  margin: 7px 0 7px 0;
}