@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {
.tweet-full-name{
display:block;
}
.tweet-content .tweet-row:nth-child(2){
direction:rtl ;
text-align:right ;
}
.tweet-text{
font:12px tahoma,sans;
}
.tweet-box textarea{
font:11px tahoma,sans;
direction:rtl ;
text-align:right;
}
.tweet-user-name{
margin-right:20px;
}
}