/* add body so style sheet can be used on its own.*/
/* Branding for fulltext HTML content when it is displayed within a tab */
/* resets some NLM styles */
.itemFullTextHtml hr.part-rule,
.itemFullTextHtml hr.section-rule {
  color: #666;
  height: 1px;
}
.itemFullTextHtml .li-title,
.itemFullTextHtml .tl-default,
.itemFullTextHtml .tl-lowest-section,
.itemFullTextHtml .tl-section-level,
.itemFullTextHtml .tl-main-part,
.itemFullTextHtml .tl-document,
.itemFullTextHtml h1,
.itemFullTextHtml h2 {
  color: #39392A;
}
.itemFullTextHtml .tl-document,
.itemFullTextHtml h1 {
  font-size: 1.5em;
  text-align: center;
}
.itemFullTextHtml .tl-main-part,
.itemFullTextHtml h2 {
  font-size: 1.1em;
}
.itemFullTextHtml .tl-section-level {
  font-size: 1.2em;
}
.itemFullTextHtml .tl-lowest-section,
.itemFullTextHtml .li-title,
.itemFullTextHtml .tl-default {
  font-size: 1.1em;
}
.itemFullTextHtml .tl-lowest-section {
  padding-top: 10px;
}
.itemFullTextHtml h2 {
  color: gray;
}
.itemFullTextHtml ul.flat,
.itemFullTextHtml ul.flat li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.itemFullTextHtml ul.flat {
  margin-bottom: 13px;
}
.itemFullTextHtml ul.authors li,
.itemFullTextHtml ul.affiliations li,
.itemFullTextHtml ul.keywords li {
  display: inline;
}
.itemFullTextHtml dl.abstract * {
  margin: 0;
  padding: 0;
}
.itemFullTextHtml dl.abstract dd {
  margin-bottom: 10px;
}
.itemFullTextHtml dl.abstract dt {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}
.itemFullTextHtml strong,
.itemFullTextHtml dt {
  color: #39392A;
}
/* Position inline formulae nicely */
.itemFullTextHtml img.inline-formula {
  vertical-align: middle;
}
/* Position other formulae centered on page */
.itemFullTextHtml img.disp-formula {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.itemFullTextHtml .articleSection p sub,
.itemFullTextHtml .articleSection p sup {
  line-height: 0;
}
.itemFullTextHtml .comment {
  display: none;
}
/* additional styles for top branding bar */
.itemFullTextHtml #wrap {
  padding: 15px 100px;
}
.itemFullTextHtml .sectionDivider {
  background-color: #EBEBEB;
  padding: 5px 0px;
  border: none;
}
.itemFullTextHtml .top-section-link {
  display: none;
}
.itemFullTextHtml .dropDownMenu {
  float: right;
  border: 1px solid #EBEBEB;
  color: #808080;
  border-top: none;
  display: none;
  padding: 10px 15px;
  margin-left: 5px;
}
.itemFullTextHtml .dropDownMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.itemFullTextHtml .dropDownMenu a:link {
  text-decoration: none;
  color: #808080;
}
.itemFullTextHtml .dropDownMenu a:visited {
  text-decoration: none;
  color: #808080;
}
.itemFullTextHtml .dropDownMenu a:hover {
  text-decoration: none;
  color: #0000ff;
}
.itemFullTextHtml .menuButton {
  float: right;
  clear: right;
  font-size: 0.9em;
  color: #000;
  padding: 1px 5px;
  cursor: pointer;
  margin: 5px;
  border: none;
  background-color: #fff;
}
.itemFullTextHtml .sectionDivider .title {
  clear: left;
  float: left;
}
.itemFullTextHtml .clearer {
  clear: both;
  line-height: 0;
}
.itemFullTextHtml .figure {
  font-size: 1em;
/*
  	background: #fff none repeat scroll 0 0;
	padding: 5px;
	margin-bottom: 10px;
	border: solid #f2f2f2 10px;
*/
  background: #f2f2f2;
  padding: 15px;  
}
.itemFullTextHtml .figure .image {
  float: left;
  clear: left;
  text-align: center;
}

.itemFullTextHtml .figure .image img{
  max-width: 100%;
}

.itemFullTextHtml .figure .caption, .itemFullTextHtml .figure .figure-footNotes {
    margin-left: 0px;
}

.itemFullTextHtml .figure .caption {
  margin-bottom: 10px;
}
.itemFullTextHtml .figure .figure-footNotes {
  float: left;
  clear: left;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}



.itemFullTextHtml .figure .image a:link {
  text-decoration: none;
}
.itemFullTextHtml .figure .image a:visited {
  text-decoration: none;
}
.itemFullTextHtml .correspondence {
  margin-bottom: 10px;
}
.itemFullTextHtml .caption .captionLabel {
  font-weight: bold;
  display: inline-block;

  margin-right: 10px;
}
.itemFullTextHtml .caption .captionText {
  display: inline;
}
.itemFullTextHtml .caption .captionText p {
  display: inline;
}
.itemFullTextHtml .capture-id .tableLabel {
  background-color: #cccccc;
  padding: 5px 0px;
}

.itemFullTextHtml img {
  vertical-align: middle;
  max-width: 100%;
}
.itemFullTextHtml .article-header-metadata,
.itemFullTextHtml .book-header-metadata {
  display: none;
}
.itemFullTextHtml #article-level-0-front-and-body .article-title-and-authors .articleSection,
.itemFullTextHtml .article-title,
.itemFullTextHtml #article-level-0-front-and-body .article-title-and-authors .authors,
.itemFullTextHtml .article-title-and-authors .au-label,
.itemFullTextHtml .article-title-and-authors .affiliations,
.itemFullTextHtml .book-title-and-authors,
.itemFullTextHtml .correspondence,
.itemFullTextHtml .author-footnote {
  display: none;
}
/* Abstract requested specifically for book */
.itemFullTextHtml .book-abstract {
  display: block;
}
span.references ol.references li {
  list-style-type: none;
  padding-bottom: 4px;
  word-break: break-word;
  overflow-wrap: break-word;
}
span.references ol.references {
  padding-left: 10px;
}
hr.part-rule,
hr.section-rule {
  color: #666;
  height: 1px;
}
.li-title,
.tl-default,
.tl-lowest-section,
.tl-section-level,
.tl-main-part,
.tl-document {
  color: #39392A;
}
.tl-document {
  font-size: 1.5em;
  text-align: center;
}
.tl-main-part {
  font-size: 1.3em;
}
.tl-section-level {
  font-size: 1.2em;
}
.tl-lowest-section,
.li-title,
.tl-default {
  font-size: 1.1em;
}
.tl-lowest-section {
  padding-top: 10px;
}
/* Position inline formulae nicely */
img.inline-formula {
  vertical-align: middle;
}
/* Position other formulae centered on page */
img.disp-formula {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.articleSection p sub,
.articleSection p sup {
  line-height: 0;
}
.articleSection {
  margin-bottom: 10px;
}
.comment {
  display: none;
}
.sectionDivider {
  background-color: #cccccc;
  padding: 5px 0px;
  border-color: 1px solid #ccc;
}
.dropDownMenu {
  float: right;
  border: 1px solid #cccccc;
  color: #808080;
  border-top: none;
  display: none;
  padding: 10px 15px;
  margin-left: 5px;
}
.dropDownMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropDownMenu a:link {
  text-decoration: none;
  color: #808080;
}
.dropDownMenu a:visited {
  text-decoration: none;
  color: #808080;
}
.dropDownMenu a:hover {
  text-decoration: none;
  color: #0000ff;
}
.sectionDivider .title {
  clear: left;
  float: left;
}
.meta-list .correspondence {
  margin-bottom: 10px;
}
/* Additional over-rides for replacement classes in NLM */
.jp-bold {
  font-weight: bold;
}
.jp-italic {
  font-style: italic;
}
.jp-small {
  font-variant: small-caps;
}
.jp-strike {
  text-decoration: line-through;
}
.jp-sub {
  font-size: 0.83em;
  vertical-align: sub;
}
.jp-sup {
  font-size: 0.83em;
  vertical-align: super;
}
.jp-underline {
  text-decoration: underline;
}
.jp-w100 {
  width: 100%;
}
.jp-w60 {
  width: 60%;
}
.jp-border1 {
  border: solid 1px black;
}
.jp-border4 {
  border: solid 4px black;
}
.jp-td1 {
  padding: 1px;
}
.jp-td5 {
  padding: 5px;
}
/* front-matter */
.fm {
  font-size: 9pt;
  line-height: 1.5;
}
/* back-matter */
div.bm span.fn-label {
  background-color: #e5f1f5;
  padding: 3px;
  width: 100%;
  float: left;
  border-bottom: 10px solid white;
}
/* rules */
hr.part-rule {
  color: red;
  width: 50%;
  text-align: center;
  margin-top: 5pt;
  margin-bottom: 5pt;
}
hr.section-rule {
  color: black;
  width: 50%;
  text-align: center;
  margin-top: 5pt;
  margin-bottom: 5pt;
}
/* generated text */
.gen {
  color: gray;
}
/* --------------- Titling levels -------------------- */
/* titling level 1: document title */
.tl-document {
  display: block;
  font-size: 18pt;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
}
/* titling level 2: main document parts */
.tl-main-part {
  display: block;
  font-weight: bold;
  line-height: 130%;
}
/* titling level 3: first-level sections of main parts */
.tl-section-level {
  display: block;
  font-size: 14pt;
  font-weight: bold;
  line-height: 130%;
}
/* titling level 4: lowest designed level */
.tl-lowest-section {
  display: block;
  font-weight: bold;
  line-height: 130%;
}
/* Bug#49339 - tl-default may be second level or third level thanks to the Keton-era content */
/* tl-default at third level - italic */
div > .tl-lowest-section ~ div > .tl-default {
  display: block;
  font-style: italic;
  font-weight: normal;
  line-height: 130%;
  margin-top: 5pt;
}
/* tl-default at second level - bold */
.tl-default {
  display: inline;
  font-weight: bold;
  line-height: 130%;
  margin-top: 5pt;
  font-size: 1em;
  padding-right: 5px;
}
/* text decoration */
.monospace {
  font-family: monospace;
}
.overline {
  text-decoration: overline;
}
.take-note {
  color: red;
}
.au-label {
  vertical-align: super;
  font-size: 10px;
}
/* Hide the au-label on affiliations, as we display our own label */
.affiliations .au-label {
  display: none;
}
/* We need to ensure that the paragraph is displayed on the same line as the label for article notes */
.article-notes .au-label + p {
  display: inline-block;
}
.fn-label {
  vertical-align: super;
  font-size: 12px;
}
.label {
  font-weight: bold;
}
.itemFullTextHtml li .label {
  font-weight: normal;
}
.li-title {
  font-weight: bold;
  font-size: 11pt;
  margin-left: 2em;
}
#chapter div > span.tl-lowest-section + p {
  display: inherit;
}
div.article-section > div.article-section ~ div {
  margin-top: 10px;
}
/* start of changes made for bug 36654 being carefull not to mess things up for other content type's*/
#tableContainer .dialogCitationLabel,
#figureContainer .dialogCitationLabel {
  display: none;
}
#chapter .tableSmallImageContainer,
#chapter .tableSmallImageContainer + .tabDesc,
#chapter .citationinfo {
  float: left;
  clear: both;
}
#chapter .table h5.tabTitle {
  margin-bottom: 0;
  /*margin-top:15px;*/
}
#chapter .tableSmallImageContainer + .tabDesc,
#chapter .citationinfo {
  margin: 5px 0;
}
#chapter .singleTableContainer {
  /*border:none;*/
}
/*#chapter .figureCaptionContainer {
    width:auto; 
}*/
.itemFullTextHtml div.bio-para {
  float: left;
}
/* permissions and reprint links in the figures tab */
img[alt="Permissions and Reprints"] {
  border: none;
}
.permissions {
  float: right;
  width: 70%;
}
input[alt="Download as Powerpoint"] {
  padding-left: 0px;
  margin-left: -12px;
}
.click2view {
  width: 140px;
  text-align: center;
}
#pptdownloadForm {
  padding-bottom: 10px;
}
#pptImageLink {
  color: #2459BE;
}
#pptImageLink:hover {
  text-decoration: underline;
  cursor: pointer;
}
.tabTitle {
  text-transform: uppercase;
}
#html-body .label {
  color: #333;
  font-size: 100%;
}
#html-body a:link .label,
#html-body a:active .label,
#html-body a:visited .label {
  color: #428bca;
  font-size: 100%;
}
.affiliation-details .affiliations {
  display: block;
}
.label {
  white-space: normal;
  padding: 0;
}
.article-title-and-authors,
.article-abstract,
.abstract-section-link {
  display: none;
}
.tl-main-part.title a,
.tl-main-part.title a:link,
.tl-main-part.title a:visited,
.tl-main-part.title a:active,
.tl-main-part.title a:hover {
  font-weight: normal;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  color: #2F2F2F;
  line-height: 1.7em;
}
.capture-id {
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
.articleSection > .articleSection {
  margin: 10px 0;
}
.articleSection > .activemenu {
  position: relative;
  z-index: 100;
}
#article .capture-id {
  margin: 1em 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#article .article-abbreviations .capture-id {
  text-align: left;
}
#article .article-abbreviations .tl-main-part {
  font-size: 16px;
  font-weight: bold;
  width: 60%;
  line-height: 22.85px;
  border-left: 1px solid #2F2F2F;
  border-top: 1px solid #2F2F2F;
  padding-left: 6px;
  border-right: 1px solid #2F2F2F;
}
#article .capture-id > .label {
  position: absolute;
  right: 0;
  top: 0;
}
#multimediadialog .tl-default {
  font-weight: normal;
}
.popover-content {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.popover-content .image {
  display: none;
}
/* start of figure CSS code! */
.itemFullTextHtml .html-fulltext-responsive-figure {
  width: 100%;
}
.itemFullTextHtml .html-fulltext-responsive-figure .image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  .itemFullTextHtml .html-fulltext-responsive-figure .image {
    float: left;
    width: 66.66666667%;
  }
}
.itemFullTextHtml .html-fulltext-responsive-figure .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.itemFullTextHtml .html-fulltext-responsive-figure .caption {
  font-size: 12px;
  margin-left: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 0 auto;
  float: none !important;
}
@media (min-width: 768px) {
  .itemFullTextHtml .html-fulltext-responsive-figure .caption {
    float: left;
    width: 66.66666667%;
  }
}
.itemFullTextHtml .html-fulltext-responsive-figure .caption .captionText {
  text-align: left;
}
.itemFullTextHtml .html-fulltext-responsive-figure .figure-duplicate-label {
  display: none;
}


.itemFullTextHtml blockquote {
    width: 100%;
    color: #00759c;	
    border-left: 0px solid #cccccc;
    font-size: 16px;
}


.itemFullTextHtml blockquote p {
		display: block;
    	width: 65%;
    	margin: auto;
}

/* start Table CSS code! */
.itemFullTextHtml div.tableWrap {
	/*
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	margin-bottom: 10px;
	border: solid #f2f2f2 10px;
	*/
    background: #f2f2f2 none repeat scroll 0 0;
	padding: 15px;
	margin-bottom: 10px;
}

table.html-fulltext-inline-table {
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  overflow-x: auto;
  min-height: 0.01%;
  width: 100%;
}
table.html-fulltext-inline-table > thead > tr > th,
table.html-fulltext-inline-table > tbody > tr > th,
table.html-fulltext-inline-table > tfoot > tr > th,
table.html-fulltext-inline-table > thead > tr > td,
table.html-fulltext-inline-table > tbody > tr > td,
table.html-fulltext-inline-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.html-fulltext-inline-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table.html-fulltext-inline-table > caption + thead > tr:first-child > th,
table.html-fulltext-inline-table > colgroup + thead > tr:first-child > th,
table.html-fulltext-inline-table > thead:first-child > tr:first-child > th,
table.html-fulltext-inline-table > caption + thead > tr:first-child > td,
table.html-fulltext-inline-table > colgroup + thead > tr:first-child > td,
table.html-fulltext-inline-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.html-fulltext-inline-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.html-fulltext-inline-table .table {
  background-color: #ffffff;
}
table.html-fulltext-inline-table > thead > tr > th,
table.html-fulltext-inline-table > tbody > tr > th,
table.html-fulltext-inline-table > tfoot > tr > th,
table.html-fulltext-inline-table > thead > tr > td,
table.html-fulltext-inline-table > tbody > tr > td,
table.html-fulltext-inline-table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
table.html-fulltext-inline-table > thead > tr > th,
table.html-fulltext-inline-table > thead > tr > td {
  border-bottom-width: 2px;
}
table.html-fulltext-inline-table > thead > tr > th,
table.html-fulltext-inline-table > tbody > tr > th,
table.html-fulltext-inline-table > tfoot > tr > th,
table.html-fulltext-inline-table > thead > tr > td,
table.html-fulltext-inline-table > tbody > tr > td,
table.html-fulltext-inline-table > tfoot > tr > td {
  padding: 5px;
}
table.html-fulltext-inline-table > tbody > tr:hover {
  background-color: #f2f2f2;
}
.itemFullTextHtml table.ecdc-ft-table {
  margin-right: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


table.body td {
  padding: 15px;
  border: 5px solid #dedede;
} 

table.ecdc-ft-table td {
  padding: 4px 5px;
  vertical-align: top;
  font-size: 13px;
} 

table.ecdc-ft-table > thead > tr > td,
table.ecdc-ft-table > tbody > tr > td {
  background: #fff none repeat scroll 0 0;
  border: 1px solid black !important;
}

table.ecdc-ft-table > tfoot > tr > td {
  padding: 15px 5px;
  font-size: 13px;
  font-family: "Roboto",sans-serif;
}

.tableWrap table.ecdc-ft-table > tfoot > tr > td {
  border-color:  #f2f2f2;
  background-color: #f2f2f2;
}
 
table.ecdc-ft-table th { 
  text-align: center;
  
} 
table.ecdc-ft-table th a {
  color: #E48BA2;
}

table.ecdc-ft-table th { 
  background: #00759c none repeat scroll 0 0 !important; 
  border: 1px solid #585858 !important;
  color: white; 
  font-size: 13px;
  padding: 5px;
} 
/* overide table cell appearence when cells are embeded in the body of the table*/
table.ecdc-ft-table tbody th {
    background-color: #afd2e3 !important;
    color: #000;
}

table.ecdc-ft-table th:first-child { 
  text-align:left;
} 
table.ecdc-ft-table .tabFoot {
  align: left;
  text-align: left
} 
@media screen and (max-width: 767px) {
  table.html-fulltext-inline-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  table.html-fulltext-inline-table > .table {
    margin-bottom: 0;
  }
  table.html-fulltext-inline-table > .table > thead > tr > th,
  table.html-fulltext-inline-table > .table > tbody > tr > th,
  table.html-fulltext-inline-table > .table > tfoot > tr > th,
  table.html-fulltext-inline-table > .table > thead > tr > td,
  table.html-fulltext-inline-table > .table > tbody > tr > td,
  table.html-fulltext-inline-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  table.html-fulltext-inline-table > .table-bordered {
    border: 0;
  }
  table.html-fulltext-inline-table > .table-bordered > thead > tr > th:first-child,
  table.html-fulltext-inline-table > .table-bordered > tbody > tr > th:first-child,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr > th:first-child,
  table.html-fulltext-inline-table > .table-bordered > thead > tr > td:first-child,
  table.html-fulltext-inline-table > .table-bordered > tbody > tr > td:first-child,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  table.html-fulltext-inline-table > .table-bordered > thead > tr > th:last-child,
  table.html-fulltext-inline-table > .table-bordered > tbody > tr > th:last-child,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr > th:last-child,
  table.html-fulltext-inline-table > .table-bordered > thead > tr > td:last-child,
  table.html-fulltext-inline-table > .table-bordered > tbody > tr > td:last-child,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  table.html-fulltext-inline-table > .table-bordered > tbody > tr:last-child > th,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr:last-child > th,
  table.html-fulltext-inline-table > .table-bordered > tbody > tr:last-child > td,
  table.html-fulltext-inline-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table.html-fulltext-inline-table th[align="center"],
table.html-fulltext-inline-table td[align="center"] {
  text-align: center;
}
table.html-fulltext-inline-table th[align="right"],
table.html-fulltext-inline-table td[align="right"] {
  text-align: right;
}
table.html-fulltext-inline-table tbody td:not([colspan="1"]) {
  background-color: #f9f9f9;
}
table.html-fulltext-inline-table tfoot tr td {
  background-color: #fff;
  text-align: left;
  border: none;
}
table.html-fulltext-inline-table th[valign="top"],
table.html-fulltext-inline-table td[valign="top"] {
  vertical-align: top !important;
}
table.html-fulltext-inline-table th[valign="middle"],
table.html-fulltext-inline-table td[valign="middle"] {
  vertical-align: middle !important;
}
table.html-fulltext-inline-table th[valign="top"],
table.html-fulltext-inline-table td[valign="top"] {
  vertical-align: top !important;
}
/* Don't display caption when table is shown in fulltext tab pane we are displaying it above! */
.tab-pane .table-container table caption {
  display: none;
}
.is-table-copy {
  width: 100%;
}
.is-table-copy caption {
  padding: 10px;
  border: 1px solid #ccc;
  color: #444;
  background-color: #EBEBEB;
  margin-bottom: 20px;
}
.is-table-copy caption .toggle-table {
  font-size: 14px;
  font-weight: 700;
}
.table-caption-container {
  width: 100%;
  color: #444;
  margin-bottom: 10px;
  position: relative;
}
.table-caption-container .toggle-table {
  font-size: 14px;
  font-weight: 700;
}
.table-container {
  overflow: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
.table-container h5 {
  font-size: 16px;
}
@media (max-width: 470px) {
  .open-table-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.itemFullTextHtml p.ecdc-frame-text {
    background: #e5f1f5 none repeat scroll 0 0;
    padding: 15px;
    margin: 5px;
}

.itemFullTextHtml div.bm span.fn-label span.fn-label {
    /* color: #64b5ce; */
    font-weight: normal;
    font-family: 'Conv_MinionPro-Regular';
    font-size: 24px;
    line-height: 30px;
    color: #2681a4;
    border-bottom: 0px solid white;
}

/* ECDC specific patches for bad content.xml plus multi-lingual positional changes*/

/* No Keywords to be displayed */
div.article-keywords {
	display: none;
}


div.article-cover div.row div.col-sm-12 div.pull-right {
    font-size: 14px;
}

div.article-cover div.row div.col-sm-12 div.pull-right span {
    vertical-align: bottom;
}

div.article-cover div.row div.col-sm-12 div.pull-right button#dropdownMenu1 {
    margin-top: 12px;
    padding-bottom: 0;
    padding-top: 1px;
    font-size: 14px;
}

img.disp-formula, img.inline-formula {
  display: none !important;
}

div.articleSection div.sectionDivider {
  background-color: #e5f1f5;
  padding: 3px;
}

div.articleSection div.sectionDivider div.title {
  /* Heading 1 style */
  clear: left;
  float: left;
  font-family: 'Conv_MinionPro-Regular';
  font-size: 24px;
}

div.articleSection div.sectionDivider div.title a {
  /* Heading 1 style */
  padding: 0 0 0 5px;
  line-height: 30px;
  color: #00759c;
}

div.articleSection div span.tl-lowest-section {
  /* Example Heading 2 style */
  color: #64b5ce;
  font-weight: normal;
  font-family: 'Conv_MinionPro-Regular';
  font-size: 24px;
  line-height: 30px;
  color: #2681a4; 
}

div.articleSection div div span.tl-default {
  /* Example Heading 3 style */
  font-weight: bold;
  font-family: 'Conv_MinionPro-Regular';
  font-size: 20px;
  line-height: 28px;
  color: #333; 
  display: block;
  font-style: normal;
}

div.articleSection div div div span.tl-default {
  /* Example Heading 4 style */
  font-weight: bold;
  font-family: 'Conv_MinionPro-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #333; 
  display: block;
}

.itemFullTextHtml table {
    border: medium none;
    margin-bottom: 10px;
    margin: 10px 0;
}

div.table-container table {
	border-collapse: collapse;
}

/* Query for Print media */
@media print {
  .itemFullTextHtml .menuButton, .itemFullTextHtml .dropDownMenu {
    display: none;
  }
}

div#article-level-0-back .bm span.tl-lowest-section {
    color: #00759c;
    background-color: #e5f1f5;
    font-weight: normal;
    padding: 6px;
    line-height: 30px;
    font-family: 'Conv_MinionPro-Regular';
    font-size: 24px;
    border-bottom: 0px solid white;
}

.graphical-abstract .figure {
		font-size: 0.8em
}
.graphical-abstract .figure .image {
	float:left;
	clear:left;
	margin-left: 20px;
	text-align:center;
}
.graphical-abstract .figure .caption {
	margin-left: 200px;
}
.graphical-abstract .figure .image a:link {
	text-decoration:none;
	
}
.graphical-abstract .figure .image a:visited {
	text-decoration:none;	
}

.graphical-abstract .html-fulltext-responsive-figure {
  width: 100%;
  padding: 10px 10px 0;
  background: #f2f2f2;
  margin: 15px 0; 
}
.graphical-abstract .html-fulltext-responsive-figure .image {
  position: relative;
  min-height: 1px;
  margin: 0 auto;
  float: none !important;
}
.graphical-abstract .html-fulltext-responsive-figure .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}
.graphical-abstract .html-fulltext-responsive-figure .caption {
  font-size: 14px;
  margin-left: 0;
  position: relative;
  min-height: 1px;
  margin: 0 auto;
  float: none !important;
}
.graphical-abstract .html-fulltext-responsive-figure .captionLabel {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
}

.graphical-abstract .html-fulltext-responsive-figure .captionLabel span{
  font-size: 100%;
  color: black;
}

.graphical-abstract .html-fulltext-responsive-figure .caption {
	margin-left: 200px;
  font-size: 14px;
}
.graphical-abstract .html-fulltext-responsive-figure .caption .captionText {
  text-align: left;
}
.graphical-abstract .html-fulltext-responsive-figure .figure-duplicate-label {
  display: none;
}

.graphical-abstract .html-fulltext-responsive-figure .figure-duplicate-label {
  display: none;
  text-decoration: none;
}

.graphical-abstract .html-fulltext-responsive-figure .figure-duplicate-label {
  display: none;
  text-decoration: none;
}

.graphical-abstract .html-fulltext-responsive-figure a:hover{
  text-decoration: none;
}

.graphical-abstract .html-fulltext-responsive-figure a p{
  text-align: center;
}

