
body {
	margin: 0;
	font-size: 0.9em;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
table {
	border-collapse: collapse;
}
.table-wrapper {
	max-width: 100%;
	overflow-x: auto; 
}
table, tr, td, th {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
td, th {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap !important;
}
td {
	vertical-align: top;
}
th {
	font-size: 0.9em;
	font-weight: normal;
	background: whitesmoke;
}
td.cell-with-code {
	text-align: center;
	background-color: #e6ffe6;
}
td.cell-disabled {
	text-align: center;
	background-color: lightgray;
}
td.cell-has-alternative {
	text-align: center;
	background-color: lemonchiffon;
}
td.cell-without-code {
	text-align: center;
	background-color: gainsboro;
	color: darkgray;
}
td.not-localized {
	background-color: #fff3ff88;
}
div.breadcrumb {
	background-color: whitesmoke;
	border-bottom-color: lightgray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 7px;
}
div.content {
	margin: 10px;
}
ul {
	padding-left: 1.5em;
}

.page-legend-detail {
  margin-bottom: 8px;
}
.legend summary {
  /*font-size: 0.9em;*/
  opacity: 0.5;
  cursor: pointer;
  padding-bottom: 8px;
}
.legend[open] summary {
  opacity: 1;
}

.langref-footer {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.langref-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.langref-footer__center {
  flex: 1;
  text-align: center;
}

.langref-footer__left,
.langref-footer__right {
  white-space: nowrap;
}

.langref-footer a {
  text-decoration: none;
  color: gray;
}

.langref-footer a:hover {
  text-decoration: underline;
}

.ad-label {
  margin-right: 0.25em;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .langref-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .langref-footer__center {
    text-align: left;
    width: 100%;
  }
}

.footer-icon {
	height: 1.2em;
	padding-right: 0.2em;
}
