.wizardStull {
  width: 400px;
  height: 300px;
}

.stullStage {
  margin: auto;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background-color: var(--neutral5);
  padding: 10px;
  width: min-content;
}

#stullStage {
  display: none;
}

.legendEntry {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
}

.legendDot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-radius: 5px;
  margin: 2px;
}

.originalColor {
  background-color: rgb(70%, 70%, 70%);
}

.achievedColor {
  background-color: rgb(70%, 0%, 70%);
}

.targetColor {
  background-color: rgb(0%, 70%, 70%);
}

.stullInstructions {
  text-align: left;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 9pt;
}
