/*
 * Hattrick Assistant Remover
 * 
 * Author      : _eNeRGy_ (7397517)
 * Created     : Apr 1th, 2009
 * Updated     : Apr 1th, 2009
 * Version     : 1.0
 * Website     : url(http://nrgjack.altervista.org/)
 * Description : Green Out Red IN
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) 
 */ 

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("hattrick.ws"),
domain("hattrick.interia.pl"),
domain("hattrick.uol.com.br"),
domain("hattrick.org") {

#assistant{display:none!important;}

}