div .listDiv{
  width:99%;  
  margin-left : auto;
  margin-right : auto;
  margin-top : 10px;
  margin-bottom : 10px;
  text-align:center;
}
table .listTbl {
  width : 100%;
  font-size : 90%;
  border-collapse: separate;    
  background-color:#FAFAFA;
}
table .listTbl tr.title , 
table .listTbl tr.header, 
table .listTbl tr.footer {
  background-color:#E6E6E6;
  padding : none;
  text-align:center;
}
table .listTbl th {

  border:none;
  text-align:center;

}
table .listTbl td {
  border:none;
  text-align:left;
}




