.tweet,
.query {
	font: 100% Georgia, serif;
        color: #30190a;
        margin:5px;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
                background-color: #fbece1;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
                            color: #8f3a0a;
			}
		
		.tweet_list .tweet_even {
                    background-color: #fadecc;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
                        
#ticker ul.tweet_list {
        height:2em;
        overflow-y:hidden;
      }
      #ticker .tweet_list li {
        height: 16em;
      }