
#hd {
	margin-top: 1em;
}

.container {
	width: 750px;
}

.tweet img {
	float: left;
	padding-top: 2px;
}
.tweet p {
	margin-left: 60px !important;
	margin-bottom: 0;
	padding: 0 !important;
}
.tweet p.date {
	font-size: 89%;
	font-family: Times;
	font-style: italic;
	color: gray !important;
}
.tweet {
	display: block;
	min-height: 52px;
	padding: 4px;
	border-bottom: 1px dashed #993300;
}

.tweeters {
	margin-left: 0;
}

.tweeters li {
	list-style-type: none;
}

.tweeters li p {
	margin-left: 3em !important;
	padding: 0 !important;
}

.tweeters img {
	float: left;
	margin-left: 1em;
	height: 16px;
	width: 16px;
}

.tweet p a img {
	float: right;
	opacity: .5;
	filter:alpha(opacity=50);
}

.tweet p a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}