/* Normal view */

.tableshrink-wrapper {
  position: relative;
}

.tableshrink-wrapper > .tableshrink-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tableshrink-wrapper > .tableshrink-view-link {
  margin-top: 0.3em;
  display: block;
}

/* Full-size view */

html.tableshrink-fullsize,
html.tableshrink-fullsize body {
  background-color: white;
}

html.tableshrink-fullsize body > * {
  display: none;
}

html.tableshrink-fullsize #tableshrink-view {
  display: block;
  padding: 2em 1em;
}

#tableshrink-view > .tableshrink-overlay {
  position: static;
  display: none;
}

#tableshrink-view > table {
  margin: 0;
}

#tableshrink-view > .tableshrink-view-link {
  display: inline-block;
  margin-bottom: 1.5em !important;
}
