div#content table.hasab2,
table.hasab2 {
    border: none ;
    width: 100% ;
}

div#content table.hasab2 td,
div#content table.hasab2 th,
table.hasab2 td,
table.hasab2 th {
    border: none;
    width: 50%;
    vertical-align: top;
}

/* visual aid for borderless table in RTE */
table.hasab2.mceitemtable th ,
table.hasab2.mceitemtable td {
    border: 1px dotted grey;
    border-collapse: collapse;

}
