.tweet, .query {
  color: #fffcfc;
	width: 300px;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	font: normal 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 202px;
	left: 640px;
	height: 200px;
}
  .tweet .tweet_list, .query .tweet_list {
   
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #d5d5d5;
	color: #fffeff;
}
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase;
	color: #fffcfc;
}
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em;
	color: #5e5e5e;
}
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: black; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: silver;
	color: #5e5e5e;
}

