@import url(/elements/infobox.css);
@import url(/elements/toc.css);
@import url(/elements/ref.css);

.references ol {
  padding: 0;
  margin: 0;
  padding-left: 2em;
}

.doc-injected p {
  margin: 0;
  margin-bottom: 0.5em;
}

.doc-injected h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.75em;
  font-weight: 400;

  margin-bottom: 0px;
  margin-top: 4px;
}

.doc-injected h3 {
  margin-bottom: 0px;
}

.doc-injected ul, .doc-injected ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
  padding-left: 2em;
}

.doc-injected code {
  background-color: #ddd;
  padding: 2px 5px;
  border-radius: 5px;
  font-family: monospace;
}

.doc-injected .table-wrapper:not(.sgw-no-format) {
  overflow-x: auto;
  max-width: 100%;
}

.doc-injected table:not(.sgw-no-format) {
  border-collapse: collapse;
  border: 1px solid #a2a9b1;
}

.doc-injected table:not(.sgw-no-format) th,
.doc-injected table:not(.sgw-no-format) td {
  border: 1px solid #a2a9b1;
  color: #202122;
  padding: 0.2em 0.4em;
}

.doc-injected table:not(.sgw-no-format) th {
  background: #eaecf0;
}

.doc-injected table:not(.sgw-no-format) td {
  background-color: #f8f9fa;
}
