@-moz-document domain("kingdomofloathing.com") {
/* Kingdom of Loathing: draw a border around items in inventory and combat drops */

* > .item { 
 border: thin solid; 
 border-color: silver !important;
 margin: 1px !important;
 box-shadow: 0px 4px 5px -4px #244 !important;
 border-radius: 3px !important; 
 font-size: 11pt !important; 
}
.item .ircm { font-size: 9pt !important;}
.item img { margin-bottom: 0.1em !important;}

}