.head{  
}
.underline{
        border-bottom:1px dotted #000;
        display: inline-block;
    }
table{
    font-size:12px;
    font-family:akshar;
}
.head{
    width:100%;
    margin-bottom:20px;
}
.dataTbl{
    width:100%;
    border-collapse: none;
    
}
.dataTbl td, .footerTbl td{
    padding:5px;
}
.footerTbl{
   margin-top:20px;
   width:100%;
   border-collapse: none; 
}
.footer{
    margin-top:10px;
}
.headTr td{
    text-align:center;
}