.query {
  font-family: helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #000000; }

.query .tweet_list {
  -webkit-border-radius: .5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #eeee00; }

.query .tweet_list li {
  overflow: auto;
  padding: .5em; }

.query .tweet_list li a {
  color: #0C717A; }

.query .tweet_list .tweet_even {
  background-color: #eeee00; }
      
.query .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }

.query .tweet_list .tweet_avatar img {
  vertical-align: middle;
  border: none;}
