.tweet, .query 
{
	font-size: 12px;
	color: #FFF; 
}

.tweet_list 
{
	width: 290px;
	height: 40px;
	list-style-type: none;
}

.tweet_list li
{
	width: 290px;
	height: 40px;
}

.tweet_list span.tweet_text
{
	margin: 0;
	display: block;
	white-space: nowrap;
	height: 40px;
	float: left;
	overflow: hidden;
	-o-text-overflow: ellipsis;    /* Opera */
    text-overflow:    ellipsis;    
	width: 280px;
}


.tweet_list a
{
	color: #fff;
}
