@charset "UTF-8";

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {

	div#friends span.vcard a {
		display: block;
		margin-bottom: 5px;
		text-decoration: none!important;
	}
	
	div#friends span.vcard a:hover {
		background: #f9ffb7;
		font-weight: bold;
	}


	div#friends span.vcard a:after {
		content:attr(title);
		margin-left: 10px;
		vertical-align: 7px;
	}

	div#friends span.vcard a img {
		vertical-align: bottom;
	}

}