@charset "utf-8";
/* CSS Document */
#twitter-ticker{
 width:450px;
 height:20px;
 background:#A1BBD3;
 color:#635342;
 display:none;
}

#tweet-container{
 height:20px;
 width:450px;
 overflow:hidden;
}

.tweet{
 padding:6px;
 font:74% sans-serif;
 line-height:100%;
 margin:0 8px 8px;
 border:1px solid #86a8c7;
 width:auto;
 overflow:hidden;
}

.tweet .time{
 margin-top:5px;
 text-align:right;
 text-transform:uppercase;
 font-size:72%;
 color:#AAAAAA;
 white-space:nowrap;
}

.tweet .txt{
 clear:both;
}

#loading{
	margin:100px 95px;
}


