.maximizable-table--show {
  display: none;
}

.maximizable-table.active {
  .maximizable-table--show {
    display: table-cell;
  }
}
