#tweet {
	font-family: Georgia, serif;
	font-weight: normal;
	line-height:26px;
	font-size: 18px;
}
#tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#tweet_list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-type: none;
	margin: 0;
}

ul {
	list-style-type:none;
	list-style:none;
}

.tweet .tweet_list li a {
	color: #81ae5b;
}
#tweet_list  i {
	font-size: 11px;
	color: #999999;
}

