.twitted {
	margin-bottom: 1.5em;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #333333;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span { /* tweet content */
	display: block;
	line-height: 16px;
}

.twitted ul#twitter_update_list li span a {
	color: #333333;
	font-weight: 700;
}

.twitted ul#twitter_update_list li a {
	color: #333333;
	font-weight: 700;
}
.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.3em 1em;
	color: #FFFFFF;
	background-color: #015267;
	text-align: center;
	font-weight: 900;
}
.twitted p.profileLink a {
	color: #FFFFFF;
}