.tweetable_follow, .tweetable_follow{
	display: block;
	font-weight: bold;
	text-align:left;
	margin-top:5px;
	padding-left:12px;
}

.tweetable_latest_tweets {
	padding:0;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

.tweetable_latest_tweets li {
	margin: 0;
	list-style:none;
	border-bottom:1px dashed #9a9898;
	padding: 6px 0 6px 0;
}

.twitter_status {
	display:block;
	margin: 0;
	padding: 0;
}

.twitter_meta {
	font-size: 0.8em;
	color: #9a9898;
}