.twitterbox, .query {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 501px;
}
.twitterbox .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.twitterbox .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase;
}
.twitterbox .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em;
}
.twitterbox .tweet_list li a, .query .tweet_list li {
	color: #06C;
	text-decoration: underline;
}
.twitterbox .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left;
}
.tweet_time {
	color: #06C;
	text-decoration: underline;
}
.tweet_time a:link{
	color: #06C;
	text-decoration: underline;
}
.tweet_time a:visited{
	color: #06C;
	text-decoration: underline;
}
.tweet_time a:active{
	color: #06C;
	text-decoration: underline;
}
.tweet_time a:hover{
	color: #06C;
	text-decoration: underline;
}

.tweet_text a:link{
	color: #00C;
	text-decoration: none;
}
.tweet_text a:visited{
	color: #00C;
	text-decoration: none;
}
.tweet_text a:active{
	color: #00C;
	text-decoration: none;
}
.tweet_text a:hover{
	color: #00C;
	text-decoration: none;
}
