body {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

nav {
  font-family: sans-serif;
  position: fixed;
  width: 28%;
  height: 100%;
  overflow: auto;
  margin-right: 2em;
  margin-bottom: 2em;
  border-right: 3px solid rgba(102, 102, 102, 0.4);
}
nav ul {
  list-style: none;
}

content {
  display: block;
  margin-left: 30%;
}

pre {
  overflow: scroll;
  width: 100%;
  border: 1px solid #666;
}

code, pre {
  font-size: 118%;
  color: #272;
}

@media screen and (max-width: 800px) {
  nav {
    width: 100%;
    height: auto;
    position: relative;
  }
  content {
    margin-left: 0;
  }
}
#results-container {
  border: 1px solid #666;
  padding: 0.5em;
  margin: 1em;
}
#results-container ul {
  list-style: square;
}
#results-container ul li {
  display: block !important;
}

/*
.image-in-content {
  max-width: 20vw;
  margin: 1em;
  cursor: pointer;

  @media (max-width: 3000px) {
    max-width: 30vw;
  }
  @media (max-width: 2000px) {
    max-width: 40vw;
  }
  @media (max-width: 1280px) {
    max-width: 60vw;
  }
  @media (max-width: 800px) {
    max-width: 80vw;
  }
  @media (max-width: 500px) {
    max-width: 90vw;
  }
}

.image-in-content-link {
  text-decoration: none;
}

.image-in-content-label {
  text-decoration: none;
  color: #000;
}

#image-lightbox-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 255;
  border: none;
  background: #00000044;
  backdrop-filter: blur(10px) grayscale(90%) contrast(70%);
  text-align: center;
}

#image-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  z-index: 257;
  border: none;

  .image-in-lightbox {
    background: #111;
  }
  .image-in-lb-fit-size {
    max-width: 90vw;
    max-height: 90vh;
  }
  .image-in-lb-zoomed-size {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    cursor: grab;
    &:active {
      cursor: grabbing;
    }
  }
}

#lightbox-fence {
  overflow: hidden;
}

.image-in-content-label {
  text-align: left;
  background: #fff;
  color: #000;
  font-size: 100%;
  width: calc(100% - 0.8em);
  overflow: scroll;
  padding: 0.4em;
  margin: 0 auto;
  border-top: 1px solid #00000066;
}

#image-lightbox-close-btn {
  font-size: 30px;
  cursor: pointer;
  color: #000;
  background: #fff;
  height: 1lh;
  width: 1lh;
  position: absolute;
  top: calc(-1lh - 1px);
  right: 0em;
  border-bottom: 1px solid #00000066;
  z-index: 257;
  text-shadow:
    2px 0 2px #fff,
    0 -2px 2px #fff,
    -2px 0 2px #fff,
    0 2px 2px #fff;
}

#lightbox-killing-floor {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 256;
}
*/
.image-in-content {
  max-height: 25rem;
  max-width: 100%;
  cursor: pointer;
}

td .image-in-content {
  max-width: 100%;
}
@media (min-width: 3000px) {
  td .image-in-content {
    max-width: 30vw;
  }
}
@media (min-width: 2000px) {
  td .image-in-content {
    max-width: 20vw;
  }
}

.image-in-content-link {
  text-decoration: none;
}

.image-in-content-label {
  text-decoration: none;
  color: #000;
}

#image-lightbox-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 255;
  border: none;
  background: rgba(0, 0, 0, 0.2666666667);
  backdrop-filter: blur(10px) grayscale(90%) contrast(70%);
  text-align: center;
  animation: fadeIn 0.25s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.shown-to-hide {
  animation: fadeOut 0.25s ease-out forwards;
}

#image-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  z-index: 257;
  box-sizing: initial;
  border: 7px solid #D9D9D9;
  border-radius: 0.3rem 0 0.3rem 0.3rem;
}
#image-lightbox .image-in-lightbox {
  background: #fff;
}
#image-lightbox .image-in-lb-fit-size {
  max-width: 90vw;
  max-height: 90vh;
}
#image-lightbox .image-in-lb-zoomed-size {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  cursor: grab;
}
#image-lightbox .image-in-lb-zoomed-size:active {
  cursor: grabbing;
}

#lightbox-fence {
  overflow: hidden;
}

#lightbox-fence img {
  transition: transform-origin 300ms ease-out, transform 500ms ease-in-out;
}

.image-in-content-label {
  text-align: left;
  position: relative;
  left: -7px;
  background: #fff;
  color: #000;
  width: calc(100% + 14px);
  max-width: initial;
  font-size: 100%;
  overflow-y: scroll;
  padding: 0.4em;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0.3rem 0.3rem;
}

#image-lightbox-close-btn, #zoom-in-btn, #zoom-out-btn, #zoom-reset-btn {
  font-size: 30px;
  cursor: pointer;
  color: #14205F;
  background: #D9D9D9;
  height: 1lh;
  width: 1lh;
  position: absolute;
  top: -1lh;
  z-index: 257;
  border-radius: 0.3rem 0.3rem 0 0;
  user-select: none;
}

#image-lightbox-close-btn {
  right: -7px;
}

#zoom-in-btn {
  left: -7px;
  border-radius: 0.3rem 0 0 0;
}

#zoom-out-btn {
  left: calc(1lh - 7px);
  border-radius: 0 0 0 0;
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 0 1px 0 1px;
}

#zoom-reset-btn {
  left: 4em;
  left: calc(2lh - 7px);
  border-radius: 0 0.3rem 0 0;
}

#image-lightbox-close-btn:hover, #zoom-in-btn:hover, #zoom-out-btn:hover, #zoom-reset-btn:hover {
  color: #FF9B05;
}

#lightbox-killing-floor {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 256;
}

#lightbox-zoom-helper-tip {
  position: absolute;
  top: 85%;
  left: calc(50% - 200px);
  z-index: 999;
  width: 400px;
  background: #D9D9D9;
  border: 1px solid #767171;
  color: #14205F;
  font-size: 2em;
  border-radius: 0.3rem;
}

/*# sourceMappingURL=styles.css.map */