.tweet, .query {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 100%;
  color: #c76535; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #2d7078; }
    .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;
      padding-top: 7px;
      padding-left: 7px;
      padding-bottom: 7px;
	color: #c76535;
	font-size: 10px;
	line-height: 13px;
	background-color: #f5c559;
}
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #c76535;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
      .tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
        color: #fff;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
}
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #f09a4d; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      margin-right: .5em;
      float: left;
	border-bottom-style: none;
}
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
	border-style: none;
}


