.twitter_feed {
    width: 970px;
    height: 32px;
    background: #818980;
    overflow: hidden;
}
    .twitter_feed div.follow {
        float: right;
        text-align: right;
        width: 156px;
        padding: 6px 7px 4px 10px;
        margin: 0;
    }
    .twitter_feed p, 
    .twitter_feed marquee, 
    .twitter_feed div {
        float: right;
        width: 781px;
        margin: 0;
        padding: 8px 0 8px 7px;
        line-height: 1;
    }
        .twitter_feed marquee a, 
        .twitter_feed div a, 
        .twitter_feed p {
            text-decoration: none;
            color: #ffffff;
            font-size: 105%;
            line-height: 16px;
            margin: 0 10px 0 0;
        }
        .twitter_feed a i, 
        .twitter_feed a i {
            font-style: italic;
            color: #ffffff;
        }
        .twitter_feed a:hover {
            border: none;
        }