.light {
	color: #ccc;
}

#tweet-list {
	list-style: none;
}

#tweet-list li {
	background-image: none;
	clear: left;
	margin-bottom: 20px;
}

#tweet-list .tweet-thumb {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	min-height: 50px;
}