.query {
  font-family: Arial, serif;
  font-size: 90%;
  color: #2D2D00; }
  .query .tweet_list {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #A7A37E; }
    .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .query .tweet_list li a {
        color: #63604B; }
    .query .tweet_list .tweet_even {
      background-color: #E6E2AF; }
    .query .tweet_list .tweet_avatar {
      padding-right: 0.5em;
      float: left; }
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
