.citehelp .citehelp-citation-text,
.citehelp .citehelp-citation-html {
  width: 100%;
  background-color: #fff;
  cursor: text;
  box-sizing: border-box;
  resize: vertical;
}

.citehelp .citehelp-citation-text {
  height: 7em;
}

.citehelp .citehelp-citation-html {
  height: 8em;
  font-family: monospace;
}

.citehelp p {
  margin: 0.5em 0;
}
