.tweet {
	border: solid #E6E6E6;
	border-width: 1px 0;
	line-height: 18px;
	min-height: 48px;
	padding: 5px 0;
	width: 600px;
}

.tweet a {
	text-decoration: none;
}

.tweet .icon img {
	border: 0;
	float: left;
	margin-right: 7px;
	vertical-align: middle;
}

.tweet .timestamp {
	color: #999D9D;
	font-size: 10px;
	display: block;
}

.tweet .timestamp a {
	color: #999D9D;
}
