@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("reddit.com") {
 *{ font-size:98% !important; }
 
 .arrow.up,.arrow.down,.numbercol,
 .wide.little,#right,span.little,map,img#header{
   display:none !important;

 }
 .downmod, .upmod{ opacity:0.4 !important; }
 
 #topstrip{
   position:absolute !important;
   left:0 !important;
 }

 a{ color:#555 !important; }

 a:hover, a.sel-menu-item, a.sel-user{
  background-color:#daedff !important;
 }

 #usermenu, #usermenu a{
   border-bottom-color:#daedff !important;
 }
 .username{ color:#849899 !important; }

 #topstrip, .menu-item{
   background-color:#fff !important;
 }
}