body { font-family: Arial, sans-serif; }
label { display: block; margin-bottom: 5px; }
li label { display: inline-block; }
li { margin-bottom: 5px; }
h3 { margin-bottom: 0; }
h3+ul { list-style: none; padding-left: 0; margin-top: 0 }
h3+ul ul { list-style: none; padding-left: 1.25em }
h3+ul li { margin-bottom: 0 }
table { border: 1px solid black; margin-bottom: 10px; }
caption { font-weight: bold; }
td { text-align: center; }
.spoiler {
  cursor: pointer;
  background-color: #aaa;
  color: #aaa;
  border-radius: 5px;
}
.spoiled { background-color: transparent;
  color: #000;
  border: 0;
}
.sidequest { background-color: pink; }
.companion { background-color: aqua; }
.main { background-color: yellow;  }
.inspiration { background-color: plum;  }
.other { background-color: lightgray; }
