.gbc-std {
  /* background: #f2f2f2; */
  font-size: 12pt;
  color: #000;
  line-height: 1.3em;
  padding: 10px;
  min-height: 300px;
}

.gbc-std p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: pre-wrap;
  tab-size: 4;
  line-height: 1.3em;
}
.gbc-std ol {
  margin-block-start: 0.3em;
  *margin-top: 5px;
}
.gbc-std .test {
  white-space: pre-wrap;
  *white-space: pre;
  *word-wrap: break-word;
}
.gbc-std img {
  max-width: 90%;
}
