/*twst-tweets*/
.twst-tweets {
	position: relative;
	clear: both;
}
.twst-tweets .twst-tweet {
	clear: both;
	padding: 5px;
	min-height: 48px;
}
.twst-tweets .twst-even {
}
.twst-tweets .twst-odd {
	background-color: #E9E9E9;
}
.twst-tweets .twst-avatar {
	float: left;
}
.twst-tweets .twst-avatar .twst-img {
	padding-right: 5px;
}
.twst-tweets .twst-avatar .twst-img img {
	width: 48px;
	height: 48px;
}
.twst-tweets .twst-text {
	margin-left:53px;
}
.twst-tweets .twst-user a {
	color: #444;
	font-weight:bold;
}
.twst-tweets .twst-user span {
	color: #999;
}
.twst-tweets .twst-body a {
	color: #497BB6;
}
.twst-tweets .twst-foot {
	padding-top:2px;
}
.twst-tweets .twst-foot a {
	color: #777777;
}
.twst-intro {
	margin-bottom: 15px;
}
