@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.matthewhollett.com/favimon/") {

ul.favactions > li:hover {
  background-color: rgba(255,255,255,0.4) !important;
 }
.favclasses, div#activeconsole.activeturn {
  background: -moz-linear-gradient(300deg, hsla(0,0%,100%,.5) 15%, hsla(0,0%,100%,0) 50%);
 }
/* = positioning = */
#activefavdiv, #wildfavdiv { margin-bottom: -30px !important;}
#wildfavdiv { margin-top: 90px !important;}
#activefavdiv { margin-top: -86px !important;}
#activeconsole, #wildconsole {
  position: relative !important; 
  top: -90px !important;
 }
#landscape {top: 192px !important;}

/* = collected Favimon = */
/* */
#collection {
  z-index: 400 !important;
  margin-top: -56px !important;
  width: 562px !important; height: 135px !important;
  overflow: auto !important;
 }
/* = rounding = */
#head >*,
#activeconsole, #wildconsole,
.favname, .favclasses,
ul.favactions >li,
li.submenu-pals >ul,
li[title^="Heal "]:hover img {
  border-radius: 3px;}
div[class^="ui-tooltip"] {
  border-radius: 6px;
 }
}