@charset "utf-8";
/* quita los bullets */
.twitterstatus {
	list-style-type:none;
  	padding-left: 0px;
	margin-left: 0em;	
}


ul.NoBulletNoIndent { list-style-type: none; margin-left: 0em; padding-left: 0px }

/*define color de texto y fondo */
#twitter_update_list span {
color: #000000;
}



/*style the links within your last tweet, and style when happens when you hover over them */
#twitter_update_list span a {
display: inline;
color: #185f30;
}
#twitter_update_list span a:hover {
text-decoration: underline;
color: #185f30;
}
