  .query,.query2,.query3,.query4,.query5,.query6, .tweet {

  font-size: 90%;
  }


#main .tweet_list li {
    background-image: none;
    list-style: none;
    list-style-type: none;
  }
.tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
   }
.tweet_list li {
      overflow: hidden;
      padding: .5em;
       white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  width:255px;
       }

.tweet_list li .hr-dotted { height: 1px; *margin-bottom:-5px; margin-top:6px; }
.tweet_list .tweet_even { background-color: #ffffff; }
.tweet_list { padding-right: .5em; float: left; }
.tweet_list { vertical-align: middle; }
.tweet_outro{ padding:0 3px 0 8px; }

 /*For Home Page*/
.two-column-pr .query,.two-column-pr .tweet { font-family:Verdana;font-size:70%;color:#666666;line-height:110%; }
.two-column-pr .tweet_list ul{list-style:none}
.two-column-pr .tweet_list li { width:345px; }
.two-column-pr .tweet_list li a{ color:#0860a8; text-decoration:none; }
.two-column-pr .tweet_list .hr-dotted { height: 1px; margin-bottom:2px; margin-top:2px; }


