div.twitter_fail p.error {
	text-align: center;
	font-size: 2.2em;
}

div.twitter_fail {
	height: 400px;
	padding: 20px 0 0 0;
}

div.tweet {
	padding: 20px 0 0 4px;
	border-bottom: 1px dotted #efefef;
}

div.tweet:hover {
	background:#efefef;
}

div.tweet span {
	float: left;
	margin: 0 20px 0 0;
	height: 40px;
}

div.tweet img {
	width: 40px;
}

p.header_text {
	font-size: 2em;
	color: #999;
	line-height: 1.2em;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	margin-left: 47px;
	width: 700px;
}

p.header_text span {
	background: #ea7eb2;
	color: #fff;
	padding: 0 5px;
}

p.meta {
	color: #777;
	font-size:0.8em;
	padding:2px;
}