/* Revive tablas si algo las rompió */
table { display: table !important; border-collapse: collapse; }
thead { display: table-header-group !important; }
tbody { display: table-row-group !important; }
tfoot { display: table-footer-group !important; }
tr    { display: table-row !important; }
th, td {
  display: table-cell !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  white-space: normal !important;
  vertical-align: top;
}
