@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://uus.vabrik.com/") {

/* This section displays your factory name */
#firm_name { text-align: left !important; padding: 0px 0px 0px 30px !important; display: table !important; align: left !important; font-size:20px !important; color:#ffffff !important; font-weight: bold !important;  }

/* This section fixes topic's height */
#topic { height:auto !important; }

/* This section removes logo_middle image and fixes height according to factory name */
HTML > BODY > DIV > TABLE > TBODY > TR:first-child + TR > TD:first-child { height:auto !important; background-image: none !important; }

/* This section should remove logo_top2.png image and fix it's container height */
IMG[src="images/logo_top2.png"] { height:auto !important; display: none !important;}
HTML > BODY > DIV > TABLE > TBODY > TR:first-child > TD:first-child { height: auto !important;}
HTML > BODY > DIV > TABLE > TBODY > TR:first-child > TD:last-child { height: auto !important;}
}