.query {
  font-family: verdana, helvetica;
  font-size: 8pt;
  color: black; }
  .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white; }
    .query .tweet_list li {
      overflow: auto;
      padding: 0px; }
      .query .tweet_list li a {
        color: #024362;
        font-weight:normal;		}
    .query .tweet_list .tweet_even {
      background-color: white; }
    .query .tweet_list .tweet_avatar {
      padding-right: 0px;
      float: left;
		font-weight:bold;}
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
