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

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

#stullStage {
  display: none;
}

.legendEntry {
  margin-right: 5px;
  margin-left: 5px;
}

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

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

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

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

