.tweet, .query {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #FFFFFF;
	font-style: normal;
	line-height: 12pt;
}
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #660000; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
	color: #29ABE2;}


