.twitter_list { list-style: none; margin: 0; padding: 0; width: 300px; }
.twitter_list li { margin-bottom: 10px; }
.twitter_list li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.twitter_list .tweet { float: left; padding: 10px 10px 10px 20px; width: 212px; background: #e0f1f9 url(../../images/twitter/notch_left.gif) 0 0 no-repeat; font-size: 13px; line-height: 18px; color: #555; }
.twitter_list .username { color: #18629d; font-weight: bold; }
.twitter_list .avatar { display: block; float: left; margin: 0 10px 0 0; }
.twitter_list .avatar img { display: block; }
.twitter_list .timestamp { font-size: 12px; color: #68a1c6; }

.twitter_list li:nth-child(even) .tweet { float: right; padding: 10px 20px 10px 10px; background-image: url(../../images/twitter/notch_right.gif); background-position: 100% 0; }
.twitter_list li:nth-child(even) .avatar { float: right; margin: 0 0 0 10px; }

.twitter_module { margin-bottom: 20px; }
.twitter_module h3 { margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #39b44a; }