@namespace url(http://www.w3.org/1999/xhtml);


.mgp-base 
{ 
-moz-transform: Scale(-1); 
-webkit-transform: scale(-1); 
-o-transform: scale(-1);
} 

@-moz-document url-prefix("http://www.reddit.com/r/mylittlepony")
{
  a[href], .arrow 
  { 
    -moz-transform: Scale(-1);  
    -o-transform: scale(-1);
  }
  body > * { -webkit-transform: rotate(-180deg) ScaleX(-1); }
}