/** Style the tweets */
#twitterfeed {
  overflow: auto;
}

.twitter_text a {
  color:#037687;
}

.twitter_text {
  margin-bottom:1.5em;
}

.twitter_date {
  color:#7AC2D3;
  margin:0 0 0.5em 0;
  display:block;
}