.quotedtweet {
	padding:0px;
	text-align:left;
	color:#666
}

.quotedtweet a, .quotedtweet a:visited {
	color:#000000;
	text-decoration: none;
}

.quotedtweet a:hover {
	color:#333;
}

.quotedtweet div {
	margin:0;
	padding:0;
}

div.tw_content-bubble-arrow{
	height:20px;
	background-repeat:no-repeat;
	background-position:25px 0;
	background-image:url('arrow.gif');
	clear:both;
}

div.tw_content{
	background-color:#f8f8f8;
	word-wrap:break-word;
	width:100%;
}

div.tw_content.tw_wide{
	width:100%;
}

div.tw_wrapper{
	padding:0;
	margin:0 ;
	width:100%;
	margin-top:-10px
}

.tw_listable{
	cursor:pointer;
	position:relative;
}

.tw_listable:hover .tw_list-controls{
	display:block;
}

.tw_status-body{
	display:block;
	font-size:1.2em;
	padding:15px;
}

.tw_entry-content{
	font-weight: 400;
	display: block;
	background-color: #f8f8f8;
	font-size: 18px;
	font-family: georgia;
	line-height: 1.25em;
	padding: 0;
	overflow: hidden;
}

div.tw_user-info{
	line-height: 1;
	margin: 0;
	padding: 10px 0px 0px 10px;
	line-height: 1em;
	width: auto;
}

.tw_clear {
	clear:both
}

div.tw_thumb {
	float:left;
	margin:0;
	padding:0 5px;
}

div.tw_thumb img {
	max-width:48px;
	width:48px;
	height:48px;
	vertical-align:middle;
	margin:0;
	float:left;
	border:none
}

.tw_screen-name{
	font-size: 22px;
	position: relative;
	top: 8px;
	left: 6px;
}

.tw_full-name{
	font-size: 10px;
	margin: 0;
	position: relative;
	top: 18px;
	left: 6px;
}

.tw_meta{
	display:block;
	font-size:1em;
	margin-top:.5em;
	line-height:1.25em;
	font-family:georgia;
	font-style:italic;
	color:#999;
}

.tw_status-body .tw_meta{
	font-family:'Lucida Grande';
	font-size:.75em;
	font-style:normal;
}

