/* misc page only */

.misc-page .misc-tools {
  max-width: 360px;
}

.misc-page .misc-tool {
  margin-bottom: 18px;
}

.misc-page .tool-button {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  border: none;
  background: none;
  color: #ddd;
  font-family: "Times New Roman", Times, serif;
  font-size: var(--text-size);
  line-height: 1.15;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}

.misc-page .tool-button:hover {
  color: #fff;
}

.misc-page .tool-output {
  margin: 4px 0 0 12px;
  font-size: var(--text-size);
  line-height: 1.15;
}