@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.smvgroup.com") {

body > table > tbody > tr > td > table > tbody > tr + tr + tr > td:first-child
  { display: none !important; }

body > table, 
body > table > tbody > tr > td > table,
body > table > tbody > tr > td > table > tbody > tr + tr + tr > td + td,
.body
{ 
   width: 100% !important;
   max-width: none !important;
   margin: 0 !important;
   padding: 0 !important;
}

.body
{
   padding: 2% !important;
   width: 96% !important; 
   text-align: justify !important;
   font-size: 12pt !important;
   font-family: arial, sans-serif !important;
   max-width: none !important;
   position: absolute !important;
   left: 0 !important;
}

}