table.hide {
  display: table;
}
* html table.hide {
  display: block;
}
button.tableToggle {
  display: none;
}

