.tweet {
  font-family: Arial, Helvetica, sans-serif;
  font-style:normal;
  font-size: 11px;
  color: #12b6e3;
  width:173px;
  margin:2px 0 0px 31px; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #4e4e4e; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #cccccc; }
    .tweet .tweet_list .tweet_even {
      background-color: #;
	  border-top:#CCCCCC solid 1px; border-botom:#CCCCCC solid 1px; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
