@import url("./eb-light.css");
@import url("./eb-dark.css") (prefers-color-scheme: dark);

#container > * {
    width: 1000px;
    margin: 0 auto;
  }
  
@media only screen and (max-width: 1100px) {
  #container > * {
    width: auto;
    margin: 0 1.2em;
  }
}

table.small {
  width: 30%;
}

figure.no-shadow {
  box-shadow: none;
}

figure.no-shadow img {
  box-shadow: none;
}

figure.figure-window-screenshot {
  box-shadow: none;
}

figure.figure-window-screenshot img {
  box-shadow: none;
  margin-bottom: -40px;
}

figure.small img {
  width: 30%;
}

#container main article p code {
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
}