table {display: table;}
tr {display: table-row;}
thead {display: table-header-group !important;}
tbody  {display: table-row-group !important; }
tfoot {display: table-footer-group; }
col {display: table-column; }
colgroup {display: table-column-group; }
td, th {display: table-cell; }
caption {display: table-caption; }
tr.even, tr.odd, td.active {background:#fff !important;}
td p {margin:0;}