.tweet {
  /*font-family: Georgia, serif;
  font-size: 120%;
  color: #085258;*/
  }
  
	.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-color: #8ADEE2;*/ 
	}
	
		.tweet .tweet_list li {
		overflow: auto;
		/*padding: .5em;*/
		margin-top: 12px;
        padding-top: 12px;
        background: transparent url(../img/global/divider.png) repeat-x left top;
		}
		
			.tweet .tweet_list li a {
			/*color: #0C717A;*/ 
			}
		
		.tweet .tweet_list .tweet_even {
		/*background-color: #91E5E7;*/ 
		}
		
		.tweet .tweet_list .tweet_avatar {
		/*margin-right: 16px;*/
		float: left;
		border: 1px solid #ccc;
		}
		
		.tweet .tweet_list .tweet_avatar img {
		/*vertical-align: middle;*/ 
		}
		
.tweet .tweet-time {
	display: block;
	margin-left: 44px;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	}
	
.tweet .tweet_text {
	display: block;
	margin-left: 44px;
	color: #ccc;
	}
