.twitted {
	width: 213px;
	margin-bottom: 1.5em;
	border: 1px solid #a2d61c;
	font-size:15px;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 16px;
	color: #000;
	background-color: #a2d61c;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight:550;
}

.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 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px dashed #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #31abec;
	font-size:15px;
}
.twitted ul#twitter_update_list li span a:hover {
	/* links in tweet content */
	color: #a2d61c;
}
.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #000;
	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.3em 1em;
	color: #fff;
	background-color: #a2d61c;
}.profileLink a {
	/* timestamp link */
	color: #fff;
	text-decoration:none;
}
.profileLink a:hover {
	/* timestamp link */
	color: #000;
	text-decoration:none;
}