@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://uus.vabrik.com/") {

/* 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 { height: auto !important;}

/* This section fixes ?data container */
HTML > BODY > DIV > TABLE > TBODY > TR:first-child + TR > TD:first-child { height: 31px !important; vertical-align: middle !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 { background-image: none !important; }

/* This section displays your factory name */
#firm_name { text-align: left !important; padding: 0px 0px 0px 30px !important; display: block !important; align: left !important; font-size:20px !important; color:#ffffff !important; font-weight: bold !important;  }

/* This section removes topic */
HTML > BODY > DIV > TABLE > TBODY > TR:first-child + TR > TD > FORM > TABLE > TBODY > TR:first-child { display:none !important; }

/* This section removes logo_bottom.png image with it's container */
HTML > BODY > DIV > TABLE > TBODY > TR:first-child + TR + TR {display:none !important; }
}
