	
	
	#jstwitter {
		position: relative;

		width:280px;
		height:40px;
padding-bottom:5px;
padding-top:5px;
	}
	
		#jstwitter .item {
								
			overflow:hidden;
			
		}
		
			#jstwitter .tweet-wrapper {
				
list-style: none;
padding-bottom:15px;
padding-top:10px;
border-bottom: dotted 1px #ccc;

color: #666;
font-family: sans-serif;
line-height: 1.4;
font-size: 0.9em;
			}
	 
		#jstwitter .item a {
		    color:#631891;
text-decoration: none;
		}
		#jstwitter .item a:hover {
			color: #257ade;
		}
		
		#jstwitter .item img {
				display:none;
		}	
		 

		 
		#jstwitter .item .text {
		   

		}
		 
		#jstwitter .item .time, #jstwitter .tweet .user {
		    font-style: italic;
		    color: #666666;		    
		}