#tweets {
	height: 160px;
	overflow: hidden;
}
 
#tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#tweets li {
	padding: 5px 0px 5px 0px; 
	border-bottom: 1px solid #999;
}

