.tweet_profile_image img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 0 4px 0 10px;
    border: 0 none;
}
.tweet_logo {
    float: right;
    margin-right: 4px;
}
.tweet_content {
    float:left;
}
.tweet_user_block {
    float:left;
}
.tweet_user_name {
    font-weight: bold;
    float:left;
}
.tweet_user_screen_name {
    font-weight: normal;
    float:left;
    margin-left: 7px;
}
.tweet_text {
    float:left;
}
.tweet_date {
    font-size:0.90em;
    color: #808080;
    clear: left;
    float:left;
    margin-top: 4px;
}
.tweet_action {
    float: right;
    margin-left: 15px;
}
.tweet_action_label {
    vertical-align: bottom;
    color: #888;
}
.tweet_action_icons {
    display: inline-block;
    background-image: url("/images/twitter-actions.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    text-decoration: none;
    text-indent: -999em;
    overflow: hidden;
    vertical-align: middle;
    outline: none;
}
.tweet_action_icons.reply {
    background-position: 0 0;
}
.tweet_action_icons.reply:hover {
    background-position: -16px 0;
}
.tweet_action_icons.favorite {
    background-position: -32px 0;
}
.tweet_action_icons.favorite:hover {
    background-position: -48px 0;
}
.tweet_action_icons.retweet {
    background-position: -80px 0;
}
.tweet_action_icons.retweet:hover {
    background-position: -96px 0;
}

