.container { width: 100%; padding:0;  }

.tweet, .query {
	font-size:10px;
    color: #999999;
  /*background-color:#ececec;	 */
}
.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tweet span{
	color:#999999;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
}
.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 {
	overflow-y: auto;
	overflow-x: hidden;
	/*margin: 10px 0px;*/
	display:block;
	
}

.tweet .tweet_list li a, .query .tweet_list li a {
        color: #000;
		font-size:8px;
		line-height:18px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	background-color: #f1f1f1; 
	padding:4px 10px;
}

.tweet .tweet_list .tweet_odd, .query .tweet_list .tweet_odd {
	/*padding:4px 10px;*/
}


.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: 6px;
      float: left; 
}

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

.button {margin-bottom:24px;}
.readmore { background-image: url(images/readmore-left3.png); height: 24px; display: block; float: left; margin-top: 10px; }
.readmore a {background: url(images/readmore-right3.png) no-repeat right;  margin-right: -15px;  height: 21px; display: block; color:#FF0000; text-shadow: 1px 1px 0px #fff; padding: 3px 10px 0 10px; font-family: Arial; font-size: 11px; float: left; text-decoration:none; }

