/* Wide tables in landscape divs - expand to full available width in HTML */
.landscape {
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

.landscape .cell-output-display {
  width: 100%;
  max-width: none;
  overflow-x: auto;
}

.landscape table {
  width: 100%;
}
