@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("jobsdb.com") 
{

body
{
  background-color:#ffffff!important;
}

 div[id="RightPanel"]
,div[id="TBCopyRight"]
,div[id="TBHeader"]
,div[id="TBJSRightPanel"]
,table[id="Testing"]
,iframe[id="TBJSRightContent"]
,div[id="linkalert-box"]
,table[class="content"]
{
  display:none!important;
}

td[class="black8"]
{
  background-color:white!important;
}

div[id="LeftTable"]{
  top:0px!important;
  position:relative!important;
  
}

span[id="DivSaveBtn"]{
  position:relative!important;
  left:0px!important;
  top:0px!important;
  
}

/* for debug purpose */
/*
table{
  border-width:3px;
  border-style:solid;
  border-color:Gray;
}
*/
}