.tweet, .query {
	/* add your style here */
}
ul.tweet_list {
	margin-left:0 !important;
}
ul.tweet_list a:link, ul.tweet_list a:hover {
	text-decoration: none;
}
.tweet_list, .query .tweet_list {
	list-style-type: none;
	margin: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase; 
}
.tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}
.tweet_list .tweet_even, .query .tweet_list .tweet_even {
	/* add your style here */
}
.tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	margin-right: 10px;
	float: left; 
}
.tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    -moz-border-radius: 3px 3px 3px 3px;
	/* -moz-transform: rotate(2deg); */
    border: 1px solid #C9C9C9;
    padding: 2px 2px 8px 2px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
.tweet_time {
    display: block;
    font-size: 11px;
}
.tweet_text {
	display: block;
}

.tweet_list div.block-avatar {
	display: block;
	float:right;
}
.tweet_list div.block-tweet {
    border: 1px solid #C9C9C9;
    display: block;
    margin: 10px 10px 10px 0;
    padding: 5px;
	-moz-border-radius: 5px;
}
.tweet_list div.block-tweet  .tweet_time a:link{
    text-decoration: none;
}
p.ztwitter-intro {
	/* add your style here */
}
p.ztwitter-outro {
	/* add your style here */
}
.tweet-controls .next, .tweet-controls .prev {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: inherit;
    cursor: pointer;	
}
.tweet-controls .next:hover, .tweet-controls .prev:hover {
    border: 1px solid #ddd;	
}
.tweet-controls .next[disabled], .tweet-controls .prev[disabled] {
    border: 1px solid #ddd;
	color: #999;
	cursor: auto;
}