/*style for time graph*/ .tweetstream_bar { padding-right: 0.5em; width: 400px; } .tweetstream_bar div { border-top: solid 2px #0077DD; background-color: #004080; border-bottom: solid 2px #002266; text-align: right; color: white; float: left; padding-top: 0; height: 1em; } /*style fix for tweets */ ol.tweets { padding-left: 0; } div.ep_tm_page_content { width: 1100px; } /*style for tweets*/ ol.tweets img.author-thumb { border: none; height: 48px; width: 48px; } ol.tweets { width: 480px; list-style: none outside none; } li.tweet { border-bottom: 1px solid #EEEEEE; position: relative; padding: 10px 0 8px; } span.meta { display: block; font-size: smaller; color: #999; } span.tweet-text-part { margin-left: 60px; display: block; } span.tweet-body { min-height: 48px; display: block; } span.author-thumb { height: 50px; width: 50px; display: block; position: absolute; margin: 0 10px 0 0; }