.fixed {
  table-layout: fixed;
}

/* when the first cell should be Real Thin (like forcing cn to be verical) */
#oneWidthFirst tr:first-child,
#oneWidthFirst th:first-child {
  width: 2.25em;
}

/* for lyric translations / tables where switching btwn many cells n one fat cell */
#lyricism {
  margin: 5px 2.5%;
  max-width: 100% !important;
}
#lyricism table {
  margin: 0;
  padding: 0;
}
#lyricism .commentary {
  text-align: left;
}
#lyricism .commentary tr,
#lyricism .commentary td {
  border-top: 0;
  border-bottom: 0;
}
#lyricism .commentary tr,
#lyricism .commentary td {
  padding: 5px 15px;
}
#lyricism ol {
  padding-left: var(--indent);
}

/* for build comparisons */
.comparison {
  margin: 5px 2.5%;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
}
.comparison table {
  margin: 0;
  padding: 0;
}
.comparison table + table,
.comparison table + table * {
  border-top: 0;
}
.comparison table tr td:nth-child(odd) {
  font-family: "Josefin Slab", Slab, Jinmei, "Courier New", Courier, monospace;
  font-weight: bold;
  color: var(--main-color);
  background-color: var(--aside-color);
  width: 20%;
  max-width: 25%;
}
.comparison table tr td:nth-child(even) {
  min-width: 25%;
}
.comparison .define {
  color: var(--aside-color);
  text-shadow: none;
}

/* for the flower language long boi */
#flowerChart {
  overflow-x: auto;
  scrollbar-width: thin !important;
  scrollbar-color: var(--detail-box) var(--menu-hover);
}
#flowerChart td > ul,
#flowerChart td > div {
  scrollbar-width: thin !important;
  scrollbar-color: var(--detail-box) var(--menu-hover);
  max-height: 10em;
  overflow-y: auto;
}
#flowerChart td > div > :first-child {
  margin-top: 0;
}
#flowerChart td > div > :last-child {
  margin-bottom: 0;
}
#flowerChart td > .tagline {
  margin-bottom: 0.5em;
}

/* for charts w/a lot of images */
.visualAid tr :first-child img:first-of-type {
  min-width: 100px;
  width: 100px;
  max-width: 100px;
}

/* menus */
#menu,
#textMenu {
  margin: auto 10%;
  border: 10px solid var(--nav-foot-bg);
  table-layout: fixed;
}
#menu svg:hover .btnText,
#menu svg:hover .btnText *,
#menu svg:hover .btnBottom,
#menu svg:hover .btnBottom *, #menu svg:active .btnText,
#menu svg:active .btnText *,
#menu svg:active .btnBottom,
#menu svg:active .btnBottom *,
#textMenu svg:hover .btnText,
#textMenu svg:hover .btnText *,
#textMenu svg:hover .btnBottom,
#textMenu svg:hover .btnBottom *,
#textMenu svg:active .btnText,
#textMenu svg:active .btnText *,
#textMenu svg:active .btnBottom,
#textMenu svg:active .btnBottom * {
  transition-duration: 0.3s;
  fill: var(--link-hover-color);
}
#menu th,
#textMenu th {
  font-size: 1.5em;
  background-color: var(--nav-foot-bg);
  padding: 15px 0 5px;
}
#menu th::-moz-selection, #menu th ::-moz-selection, #textMenu th::-moz-selection, #textMenu th ::-moz-selection {
  color: var(--select-bg);
  background-color: var(--select-text);
}
#menu th::selection, #menu th ::selection,
#textMenu th::selection,
#textMenu th ::selection {
  color: var(--select-bg);
  background-color: var(--select-text);
}
#menu .halves td,
#textMenu .halves td {
  width: 50%;
  max-width: 50%;
}
#menu .thirds td,
#textMenu .thirds td {
  width: 33%;
  max-width: 33%;
}
#menu .thirds + .halves svg,
#textMenu .thirds + .halves svg {
  max-height: 9em;
}
#menu td,
#textMenu td {
  transition-duration: 0.3s;
}
#menu td:hover, #menu td:focus, #menu td:active,
#textMenu td:hover,
#textMenu td:focus,
#textMenu td:active {
  background-color: var(--menu-hover);
  transition: 0.3s;
}
#menu p,
#textMenu p {
  font-size: 1.25em;
}
#menu .button,
#textMenu .button {
  margin-top: 0.1em;
  margin-bottom: -0.25em;
}

#textMenu td {
  width: 50%;
  padding: 0 15px;
}
#textMenu td.index p {
  font-size: 1.33rem;
}
#textMenu td p {
  font-size: 1.15rem;
  margin: 15px auto;
}

#circleBack {
  fill: var(--menu-fill);
  opacity: 0.3;
  stroke: var(--menu-border);
  stroke-width: 5px;
}

.btnText,
.btnText *,
.btnBottom,
.btnBottom * {
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.25;
  stroke: var(--nav-foot-bg);
  fill: var(--link-color);
  inline-size: 100%;
  text-align: center;
  text-anchor: middle;
  overflow: visible;
  transition-duration: 0.3s;
  transform: translateY(0.6em);
}
.btnText:hover, .btnText:active,
.btnText *:hover,
.btnText *:active,
.btnBottom:hover,
.btnBottom:active,
.btnBottom *:hover,
.btnBottom *:active {
  text-decoration: none;
}

.btnSmolTxt {
  font-size: 1.8em;
  stroke-width: 3.3333333333px;
  paint-order: stroke fill markers;
}

.btnPath {
  font-size: 2.5em;
  stroke-width: 5px;
  paint-order: stroke fill markers;
  text-anchor: middle;
}

.table-gap, .table-gap th {
  background-color: var(--main-body);
  border-left: none;
  border-right: none;
  font-size: 1.1em;
  font-style: italic;
  padding: 0.5em 0 0.25em;
}

td * {
  scrollbar-width: thin !important;
  scrollbar-color: var(--detail-box) var(--menu-hover);
}
td > #Dialogue {
  margin: 0;
  max-height: 10em;
}
td .to, td .to *,
td .from,
td .from * {
  color: var(--main-color);
}

.shipIcon {
  vertical-align: middle !important;
  margin-top: -3.3%;
  width: 33%;
  height: auto;
  border: 0.05em solid var(--select-bg);
  border-radius: 0.25em;
}

/* for side-by-side things, like the mandarin play translation */
#sideBySide, #sideBySide * {
  color: var(--main-color);
  background: none;
  border: none;
}
#sideBySide th,
#sideBySide td {
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
#sideBySide th.index,
#sideBySide td.index {
  width: 50%;
  max-width: 50%;
}
#sideBySide th:last-child,
#sideBySide td:last-child {
  border-right: none;
}

@media only screen and (max-width: 650px) {
  #menu {
    margin: auto 2.5%;
  }
  #menu .thirds svg,
  #menu .halves svg {
    font-weight: bold;
    stroke-width: 10px;
  }
  details div#comparison {
    padding: 5px;
  }
  #flowerChart tr ul,
  #flowerChart td ul {
    max-height: 8em;
    overflow-y: auto;
  }
  .visualAid tr :first-child img:first-of-type {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
  }
  .btnSmolTxt {
    font-weight: bold;
    stroke-width: 5px;
    transform: translate(0, 20px);
  }
}
@media only screen and (max-width: 400px) {
  .visualAid tr :first-child img:first-of-type {
    min-width: 50px;
    width: 50px;
    max-width: 50px;
  }
  .visualAid td,
  .visualAid th {
    font-size: 0.9em;
  }
}
@media only print {
  #flowerChart td > ul,
  #flowerChart td > div {
    max-height: 10000em;
  }
  #flowerChart * {
    vertical-align: top;
  }
}/*# sourceMappingURL=tablesupplement.css.map */