#tweets{
	list-style: none none outside;
}

#livepage, #alltweets{
	float: left;
	margin-right: 200px;
	margin-bottom: 20px;
}

#prevpage{
	float: left;
	padding-top: 20px;
}
#nextpage{
	float: right;
	padding-top: 20px;
}

.profile-image-span {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.profile-image{
	width: 48px;
	height: 48px;
}

.tweet-text, .tweet-info{
	padding: 0 0 5px;
	width: 500px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

.tweet-info{
	color: #888;
}

.tweet-item{
	clear: both;
	padding: 0 0 18px 0;
}

.last-tweet{
	display: none;
	margin-bottom: 30px;
}

