#note {
  all: revert;
}

#note:not(:last-child) {
  margin-bottom: 2rem;
}

#note > :nth-child(1) {
  font-size: 0.5rem;
}

#note > :nth-child(3) > * {
  display: block;
}

#note > :nth-child(n+4):nth-child(-n+5) {
  margin-right: 4px;
}

#page-list {
  all: revert;
}
