.query {
  font-family: georgia, Arial, serif;
  font-size: 12px;
  color: #ffffff; }
  .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ff2e8e; }
    .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .query .tweet_list li a {
        color: #dddddd; }
    .query .tweet_list .tweet_even {
      background-color: #f02e89; }
    .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
