#tweet_scroll_place{
	position: relative;
	height: 50px;
	overflow: hidden;
	border-bottom: 3px solid rgb(63, 63, 63);
	top: -5px;
	-webkit-box-shadow: 0px 3px 3px 0px rgb(49, 49, 49);
	box-shadow: 0px 3px 3px 0px rgb(49, 49, 49);
}

.tweet_bird{
	background: url(../img/twitter_bird.png) no-repeat 10px 13px;
}

#tweet_scroll_place li{
	padding: 14px 0;
	color: #fff;
	font-family: Helvetica Neue, Arial, sans-serif;
}

#tweet_scroll_place li a{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#tweet_scroll_place li a:hover{
	color: #212121 !important;
}

#tweet_scroll_place li img{
	padding-right: 10px;
	margin-top: -2px;
	position: relative;
	float: left;
}
.tweet_avatar{display: none;}
.tweet_text{font-size: 13px;}
.tweet_list{position: relative; left: 48px;}