#twitter-ticker { width: 190px; height: 240px; color: #7C7C7C; display: none; text-align:left; margin:130px 0 0 7px;}

#tweet-container { height: 160px; overflow: hidden; padding: 0px; }

#tweet-container a{ color:#22b9ec; text-decoration:none;}

.tweet{padding-left:0px; margin:0 0 0 10px; width:auto; overflow:hidden; margin-bottom:5px; padding-right:10px; border-bottom-color:#d2d2d2; border-bottom-style:dotted; border-bottom-width:1px;}

.tweet .avatar, .tweet .user, .tweet .time{float:left;}

.tweet .time{
	
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
display: none;
}

.tweet .txt{clear:both; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding-bottom:4px;}

.tweet .user{
	font-weight:bold;
}


#loading{
	margin:100px 95px;
}

