Changes
width: 100%;
}
div.table99 {
display: table;
}
div.tablerow99 {
display: table-row;
width: 100%;
}
div.tableHeading, .tableBody, .tableFoot, .tableRow {
clear: both;
margin-top: -1px;
margin-right: -1px;
background-color: whitesmoke;
}
div.tableCell99 {
display: table-cell;
border: 1px solid #999999;
overflow: hidden;
background-color: whitesmoke;
}