.tweet,
.query {width: 100%;}

	.tweet_list {
		
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
			float: left; 
			display: block; 
			width: 210px;
			margin-right: 5px;
			min-height: 160px;
			background-color: #f4f4f4;
			
			padding: 10px 5px 5px 5px;
			margin-bottom: 1%;
		}
		
			.tweet_list li a {
				color: #aeaeae;
			}
			.tweet_list li a:hover{
				color: #efec0f;}
		
		
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
		#twitter-weiter{
			float:right;
			margin-top: -250px;
			margin-right: 50px;
			width: 18px;
			height: 119px;
			background-image: url(../img/twitter-dreieck.png);
			background-repeat:no-repeat;}
		#twitter-weiter:hover{
			background-position:bottom;}