/* Applied only to the Species series table's wrapper. */
.segnisiter-track {
  position: relative;
  display: table;
  margin: 30px 30px 32px;
  overflow: visible;
}
.segnisiter-track > table { margin: 0; }
.segnisiter-creature {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  max-width: none;
  image-rendering: pixelated;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}
