.twitted {
	margin-bottom: 0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 5px 10px 5px 0;
	border-bottom: 1px #ccc;
	border-bottom-style: dashed;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	color:#1d1f00;
	line-height:1.5em;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #2f8c00;
	text-decoration:underline !important;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #969696;
	text-decoration:none;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0 10px 0 11px;
	color: #fff;
}
.twitted p.profileLink a {
	color: #98243b;
}