/*
TableExpandModal - CSS Styling
See detailed documentation in Dev/mediawiki
*/

/* ------ */
/* Button */

.expand-table-button {
  position: absolute;
  top: 0;
  left: 3px;
  height: 38px;
  border: none;
  border-radius: 7px 0 0 0;
  background: #dfdfdf;
  cursor: pointer;
  color: #111;
  letter-spacing: 1px;
}

.expand-table-button:hover {
  background: #d8d8d8;
  color: #000;
  text-shadow: 0 0 1px;
  transform: scale(1.05);
  box-shadow: 1px 1px 1px #0005;
}

.expand-table-button > i {
  margin-right: 3px;
}

/* ----- */
/* Modal */

#tableExpandModal > .content {
  max-width: unset;
  background-color: #f8f8f8;
  width: 100%;
  margin-left: 0;
  left: 0;
}

#tableExpandModal > .content > .viewport > .overview > .table-wrapper {
  padding: 3px 15px 0 0;
}

#tableExpandModal > .content > .viewport > .overview > .table-wrapper > .wikitable {
  margin: 0 auto !important;
  width: fit-content;
  max-width: 100%;
}

#tableExpandModal > .content > .viewport > .overview > .table-wrapper > .wikitable > caption {
  padding-left: 12px;
}


/*
[[Category:MultiWiki]]
*/
