.hidden {
  display: none;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.reveal ul {
  list-style-type: square;
}

.reveal pre code {
  padding: 10px;
  max-height: 530px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.attribution {
  font-size: 60%;
  font-style: italic;
  background: #eee;
}

table.borders td,
table.borders th {
  border: 2px solid black !important;
}

.no-border {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

div.attribution {
  font-style: italic;
  font-size: 40%;
}

.note {
  font-style: italic;
  font-size: 80%;
}

div.footer {
  font-family: initial;
  z-index: 1;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  bottom: 1em;
  text-align: center;
  background: #ddd;
  box-shadow: 5px 5px #888;
  border-radius: 5px;
  padding: 10px !important;
}

div.boosties {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-family: "Courier New", Courier, monospace;
}

div.boosties div {
  padding: 0.3em;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0.3em 1.4em;
}

div.boosties div.cpp11 {
  background: linear-gradient(to bottom, #f0f0f0, #ccc);
}

div.boosties div.cpp14 {
  background: linear-gradient(to bottom, #e0e0f0, #ccc);
}

div.boosties div.cpp17 {
  background: linear-gradient(to bottom, #d0d0f0, #ccc);
}

div.boosties div.cpp23 {
  background: linear-gradient(to bottom, #c0c0f0, #ccc);
}

div.wgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 90%;
}

div.wgs > div {
  padding: 0.2em;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0.2em 0.6em;
}

div.wgs div.disbanded {
  filter: blur(1.5px);
  transform: scale(0.9);
  background: linear-gradient(to bottom, #f0f0f0, #ccc);
}

div.wgs div.active {
  background: linear-gradient(to bottom, #a5e0aa, #84c48c);
}

div.wa {
  font-weight: bold;
}
div.wg {
  font-size: 80%;
  font-style: italic;
}

.oohme {
  z-index: 1;
}

.oohme.visible {
  transform: scale(2.4);
  color: #822;
  font-weight: bold;
  box-shadow: 0 0 40px rgba(161, 253, 152, 1);
}

div.org {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  padding-bottom: 1.5em;
}

tr.highlight-line {
  text-shadow: 0px 0px 10px #ccc !important;
  filter: brightness(1.15);
}

div.iso {
  background: linear-gradient(to bottom, #db9c9c, #5e4444);
}

div.iso img {
  padding: 0 4em;
}

div.isoiec {
  background: linear-gradient(to bottom, #8b94e6, #40446b);
}

div.sc22 {
  background: linear-gradient(to bottom, #e0d5a5, #504b37);
}

div.wg21 {
  background: linear-gradient(to bottom, #a5e0aa, #84c48c);
  padding-bottom: 0;
}

div.ag {
  background: linear-gradient(to bottom, #b96a57, #643b30);
}

div.cg {
  background: linear-gradient(to bottom, #f1a490, #643b30);
}

div.eg {
  background: linear-gradient(to bottom, #6b8ca7, #656980);
}

div.sg {
  background: linear-gradient(to bottom, #88a76b, #738065);
}

div.org div.name {
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-weight: bold;
}

div.org div.name img {
  height: 80px;
}

.blur-edges {
  mask-image:
    linear-gradient(to right, transparent, black 2%, black 98%, transparent),
    linear-gradient(to left, transparent, black 2%, black 98%, transparent),
    linear-gradient(to top, transparent, black 2%, black 98%, transparent),
    linear-gradient(to bottom, transparent, black 2%, black 98%, transparent);
  mask-size: 100% 100%;
  mask-composite: intersect;
}

.chart-container {
  height: 500px;
}

.legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.drop-shadow {
  filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.6));
}

table.registers {
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: auto;
  width: 60%;
}

div.registerlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}

div.registerlist > div {
  padding: 0.1em;
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0em 0.2em;
}

table.registers th {
  font-size: 30px;
  text-align: center;
}

table.registers td {
  text-align: center;
}

.registers td.register {
  border: 1px solid black;
}

.register {
  font-family: "Courier New", Courier, monospace;
}

.sse {
  background: linear-gradient(
    to bottom,
    rgb(245, 149, 213),
    rgb(184, 128, 199)
  );
}

.rax {
  background: linear-gradient(
    to bottom,
    rgb(184, 255, 243),
    rgb(128, 199, 187)
  );
}

.eax {
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 179),
    rgb(255, 255, 255)
  );
}

.ax {
  background: linear-gradient(
    to bottom,
    rgb(190, 186, 218),
    rgb(255, 255, 255)
  );
}

.ah {
  background: linear-gradient(
    to bottom,
    rgb(251, 128, 114),
    rgb(255, 255, 255)
  );
}

.al {
  background: linear-gradient(
    to bottom,
    rgb(128, 177, 211),
    rgb(255, 255, 255)
  );
}

.registers td.regnote {
  font-size: smaller;
  font-style: italic;
}

.libs,
.meets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

div.lib {
  padding: 0.2em;
}

.lib .name {
  font-family: "Courier New", Courier, monospace;
}

div.vs {
  padding: 0 2em;
}

.lib img {
  width: auto;
  height: 280px;
  max-width: 350px;
  margin: 0 0.3em;
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.6));
}

.lots img {
  height: 120px;
  max-width: 220px;
}

.lots .name {
  font-size: 70%;
}

.checkmark {
  font-size: 5em;
  filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.6));
}

.meet img {
  padding: 0.1em;
  height: auto;
  width: auto;
  max-width: 300px;
  max-height: 150px;
}

div.asmtab {
  display: grid;
  grid-template-columns: auto auto;
}

img.vendor {
  height: 100px;
  max-width: 300px;
  margin: auto;
}

table.abi {
  border: 2px solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

table.abi th {
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  vertical-align: middle;
}

table.abi td {
  text-align: center;
  border: 1px solid black;
  vertical-align: middle;
}

.top-right {
  position: absolute;
  top: 0.5em;
  right: -0.1em;
}
