/* line 4, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs .section-header {
  border-bottom: 1px solid #909090;
  width: 100%;
  margin-bottom: 0px;
}
/* line 8, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs .section-header h2 {
  margin-bottom: 0px;
}
/* line 16, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs #results legend {
  font-weight: bold;
}
/* line 19, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs #results .result-value {
  background: #fcf6db;
  color: #333;
}
/* line 21, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs #results .result-value pre {
  max-width: 100%;
  margin-bottom: 0px;
  word-break: break-all;
}
/* line 25, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs #results .result-value pre .prettyprint {
  font-size: 0.9em !important;
}
/* line 30, ../sass/tq_api_docs.scss */
body.page-api-docs #tq-api-docs-form-docs #results .result-value .error {
  color: red;
}
