#tweet2 {
	display: block;
	line-height: 15px;
	padding: 0px 15px 15px 15px;
}
.tweet, .query {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: #353328;
}

.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
    text-transform: uppercase;
}

.tweet .tweet_list li, 
.query .tweet_list li,
#tweet2 .tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
	padding: 5px 0px;
}

.tweet .tweet_list li a, .query .tweet_list li a {
    color: #0C717A;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
    background-color: #91E5E7;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle;
}

.tweet_time {
	font-size: 10px;
	font-style: italic;
	margin-left: 10px;
}
#tweet2 .tweet_avatar {
	float: left;
	margin-right: 10px;
}
.tweet_time a {
	color: #353328;
	text-decoration: none;
}
.tweet_time a:hover {
	color: #353328;
	text-decoration: underline;
}
.tweet_text a {
	color: #e49c1f;
	text-decoration: none;
}
.tweet_text a:hover {
	color: #e49c1f;
	text-decoration: underline;
}
#tweet2 .tweet_text a{
	color:#ad9d80;
	text-decoration:none;
}
#tweet2 .tweet_text a:hover {
	color:#ad9d80;
	text-decoration: underline;
}
.tweet_user {
	color: #e49c1f;
	text-decoration: none;
}
.tweet_user a:hover {
	color: #e49c1f;
	text-decoration: underline;
}