.tweet {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    color: #222;
    background-color: #bab9b3
    }
.tweet .tweet_list {
    -webkit-border-radius: 0.5em;
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.tweet .tweet_list li {
    overflow: none;
    padding: 1em;
    padding-left: 18px;
    border-bottom: dotted;
    border-bottom-color: #444;
    border-bottom-width: 1px;
    min-height: 49px
    }
.tweet .tweet_list li a {
    color: #104054;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold
    }
.tweet .tweet_list .tweet_avatar {
    padding-right: 0.5em;
    float: left
    }
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle
    }
.tweet_list {
    width: 300px;
    overflow: hidden
    }