/**
 *  @file
 *  Filename:   twitter_db.css
 *  Author  :   dhavyd@dhavyd.com
 *  Date    :   Mars 8, 2012
 *
 */
#twitter-db .tweet-list {
  display: block;
  padding: 0;
  width: 100% !important;
}
#twitter-db .tweet-list li {
  clear: both;
  display: block;
  font-size: 1em;
  margin: 0;
  width: 100% !important;
}
#twitter-db .tweet-list li .tweet {
  width: 100%;
}
#twitter-db .tweet-list li .tweet .created {
  font-weight: bold;
  margin-right: 10px;
}
#twitter-db .tweet-list li .profile-pic .created,
#twitter-db .tweet-list li .profile-pic .text {
  line-height: 20px;
}
#twitter-db .tweet-list li .profile-pic img {
  float: left;
  max-height: 30px;
  margin-right: 10px;
}
