.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #fff; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even {
      background-color: #fff; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
        
        
        .query {
	        width: 268px;
	        margin-left: 1px;
  font-family: Arial, serif;
  font-size: 90%;
  color: #000; }
  .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff; }
    .query .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .query .tweet_list li a {
	     font-size: 8pt;
        color: #0065BF; 
        text-decoration: underline;
        cursor: pointer;
        
        }
    .query .tweet_list .tweet_even {
      background-color: #fff; }
    .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }
        
        li {
        list-style-type: square; 
        margin-left: 0;}
