#ticker ul.tweet_list {
        height:80px;
        overflow-y:hidden;
      }
      #ticker .tweet_list li {
        height: 80px;
      }

.demo a.num {
  color: white;
}
code, .example {
  padding: .5em;
  display: block;
  overflow-x: auto;}
code {}
code, .code, .example {
  display:none;
  color: #fff;}
  
code a, .code a {
    color: #fff; }
.show-code {
  display: none;
  color:#FFF;
}

.show-code a {color:#FFF;}
  
  
  /* +++++++++++++++++ */


.tweet,
.query {
	line-height:17px; color:#969696;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			display:none;
		}
		
			.tweet_list .tweet_avatar img {
			}