/*  Stylesheet for NLM/NCBI  Journal Publishing 3.0 Preview HTML
    January 2009

    ~~~~~~~~~~~~~~
    National Center for Biotechnology Information (NCBI)
    National Library of Medicine (NLM)
    ~~~~~~~~~~~~~~

This work is in the public domain and may be reproduced, published or 
otherwise used without the permission of the National Library of Medicine (NLM).

We request only that the NLM is cited as the source of the work.

Although all reasonable efforts have been taken to ensure the accuracy and 
reliability of the software and data, the NLM and the U.S. Government  do 
not and cannot warrant the performance or results that may be obtained  by
using this software or data. The NLM and the U.S. Government disclaim all 
warranties, express or implied, including warranties of performance, 
merchantability or fitness for any particular purpose.

*/


/* --------------- Page setup ------------------------ */

/* page and text defaults */
.convert-html {
	/* rules */
	/* superior numbers that are cross-references */
	/* generated text */
	/* --------------- Titling levels -------------------- */
	/* titling level 1: document title */
	/* callout titles appear in a left column (table cell) opposite what they head */
	/* text decoration */
	-webkit-hyphens:auto;
   hyphens:auto;
   padding: 50px;
}

.convert-html div {
   margin-top: 0.5em;
}
.convert-html .back, .convert-html .body {
	 font-family: serif;
}
 .convert-html div.metadata {
	 font-family: sans-serif;
}
 .convert-html div.table {
	 display: table;
}
 .convert-html div.metadata.table {
	 width: 100%;
}
 .convert-html div.row {
	display: flex;
	align-items: center;
	margin-top: 0;
 }
 .convert-html div.row > :nth-child(1) {
	 flex: 1 1 25%;
 }
 .convert-html div.row > :nth-child(2) {
	flex: 1 1 75%;
 }

 .convert-html div.cell.author-notes {
	 margin-top: 1.5rem;
	 margin-bottom: 0.5rem;
 }
 .convert-html div.cell.paragraph {
	margin-top: 0;
	width: 100%;
 }
 .convert-html div.one-column div.cell.spanning {
	 width: 100%;
}
 .convert-html div.metadata-group {
	 font-size: 75%;
}
 .convert-html div.metadata-group > p, .convert-html div.metadata-group > div {
	 margin-top: 0.5em;
}
 .convert-html div.metadata-area * {
	 margin: 0em;
}
 .convert-html div.branding {
	 text-align: center;
}
 .convert-html div.document-title-notes {
	 text-align: center;
	 width: 60%;
	 margin-left: auto;
	 margin-right: auto;
}
 .convert-html div.footnote {
	 font-size: 90%;
}
 .convert-html hr.part-rule {
	 border: thin solid black;
	 width: 50%;
	 margin-top: 1em;
	 margin-bottom: 1em;
}
 .convert-html hr.section-rule {
	 border: thin dotted black;
	 width: 50%;
	 margin-top: 1em;
	 margin-bottom: 1em;
}
 .convert-html .xref {
	 color: red;
}
 .convert-html .generated {
	 color: gray;
}
 .convert-html .warning, .convert-html tex-math {
	 font-size: 80%;
	 font-family: sans-serif;
}
 .convert-html .warning {
	 color: red;
}
 .convert-html .tex-math {
	 color: green;
}
 .convert-html .data {
	 color: black;
}
 .convert-html .formula {
	 font-family: sans-serif;
	 font-size: 90%;
}
 .convert-html h1, .convert-html h2, .convert-html h3, .convert-html h4, .convert-html h5, .convert-html h6 {
	 display: block;
	 margin-top: 0em;
	 margin-bottom: 0.5em;
	 font-family: helvetica, sans-serif;
	 font-weight: bold;
	 color: midnightblue;
}

 .convert-html h1.document-title {
	 font-size: 140%;
 }

 .convert-html h2.document-title {
	 font-size: 120%;
	 font-weight: normal;
	 margin-bottom: 1em;
 }

 .convert-html .title.section {
	font-size: 120%;
 }

 .convert-html .title.subsection {
	font-size: 110%;
 }

 .convert-html .title.subsubsection {
	font-size: 100%;
 }

.convert-html .title.subsubsubsection {
	font-size: 90%;
}

 .convert-html div.section, .convert-html div.back-section {
	 margin-top: 1em;
	 margin-bottom: 0.5em;
}
 .convert-html div.panel {
	 background-color: white;
	 font-size: 90%;
	 border: thin solid black;
	 padding-left: 0.5em;
	 padding-right: 0.5em;
	 padding-top: 0.5em;
	 padding-bottom: 0.5em;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .convert-html div.blockquote {
	 font-size: 90%;
	 margin-left: 1em;
	 margin-right: 1em;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .convert-html div.caption {
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .convert-html div.speech {
	 margin-left: 1em;
	 margin-right: 1em;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .convert-html div.verse-group {
	 margin-left: 1em;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
}
 .convert-html div.verse-group div.verse-group {
	 margin-left: 1em;
	 margin-top: 0em;
	 margin-bottom: 0em;
}
 .convert-html div.note {
	 margin-top: 0em;
	 margin-left: 1em;
	 font-size: 85%;
}
 .convert-html .ref-label {
	 margin-top: 0em;
	 vertical-align: top;
}
 .convert-html .ref-content {
	 margin-top: 0em;
	 padding-left: 0.25em;
}
 .convert-html h5.label {
	 margin-top: 0em;
	 margin-bottom: 0em;
}
 .convert-html p {
	 margin-top: 0.5em;
	 margin-bottom: 0em;
}
 .convert-html p.first {
	 margin-top: 0em;
}
 .convert-html p.verse-line, .convert-html p.citation {
	 margin-top: 0em;
	 margin-bottom: 0em;
	 margin-left: 2em;
	 text-indent: -2em;
}
 .convert-html p.address-line {
	 margin-top: 0em;
	 margin-bottom: 0em;
	 margin-left: 2em;
}
 .convert-html ul, .convert-html ol {
	 margin-top: 0.5em;
}
.convert-html .ref-list ul, .convert-html .ref-list ol {
  list-style-type: none;
  padding-left: 0;
}
.convert-html .ref-list li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
}
 .convert-html li {
	 margin-top: 0.5em;
	 margin-bottom: 0em;
}
 .convert-html li > p {
	 margin-top: 0.2em;
	 margin-bottom: 0em;
}
 .convert-html div.def-list {
	 vertical-align: top;
	 border-bottom: thin solid black;
	 padding-bottom: 0.5em
}
 .convert-html div.def-list div.def-list-head {
	 text-align: left;
}
 .convert-html .label {
	 font-weight: bold;
	 font-family: sans-serif;
	 font-size: 80%;
}
 .convert-html .monospace {
	 font-family: monospace;
}
 .convert-html .overline {
	 text-decoration: overline;
}
 .convert-html a {
	 text-decoration: none;
}
 .convert-html a:hover {
	 text-decoration: underline;
}


/* ---------------- End ------------------------------ */
