.imgcentr {text-align: center !important; margin-bottom: 1rem;} 

/*.tab-content tr td {font-size: 15px;padding-left: 15px;} */
/*.tab-content tr:first-child { font-size: 18px; color:#000; }*/
.form-group {padding: 0;margin: 0;} 
.form-group .col-form-label
{font-size:14px;font-weight:bold;} 
.tabreport {
	background-color: #ebebeb;
	/*border: 1px solid #e9e9f0;*/
	padding:1.5em;
	/*text-align: -webkit-center;*/
}
.tabreport tr td{
    padding-left:.3rem;
}
.tabreport table{
    width:100%!important;
}
/*.tabreport table[rules='rows'] tr:last-of-type, .tabreport table[rules='all'] tr:last-of-type {*/
/*    border-bottom: 0;*/
/*}*/
/*.tabreport table[rules='all'] tr:first-of-type td, .tabreport table[rules='all'] tr:first-of-type th {*/
/*    border-top: 0;*/
/*}*/
/*.tabreport table[rules='all'] td, .tabreport table[rules='all'] th {*/
/*    border: 1px solid #888;*/
/*}*/
/*.tabreport table[rules='cols'] td:first-child, .tabreport table[rules='cols'] th:first-child, .tabreport table[rules='all'] td:first-child, .tabreport table[rules='all'] th:first-child {*/
/*    border-left: 0;*/
/*}*/
/*.tabreport table td, table th {*/
/*    padding: .2em .4em;*/
/*}*/
/*.tabreport table[frame='box'], .tabreport table[frame='border'] {*/
/*    border: 1px solid #888;*/
/*}*/
.small, sup, sub {
    font-size: .8461em;
    line-height: 1.6363em;
}
.default_table thead {
    border: none;
}
/*.tabreport table[rules='all'] tr:last-of-type td, .tabreport table[rules='all'] tr:last-of-type th {*/
/*    border-bottom: 0;*/
/*}*/
/*.tabreport table.rendered td, table.rendered th {*/
/*    padding: .2em .4em;*/
/*}*/
/*.tabreport th[valign='top'], .tabreport td[valign='top'] {*/
/*    vertical-align: top;*/
/*}*/
/*.tabreport th[align='left'], .tabreport td[align='left'] {*/
/*    text-align: left;*/
/*}*/
.head{
	border-bottom: 1px solid #97B0C8;
	font-size: 1.1rem;
}
a.page-toc-label, a.oversions {
	text-decoration: none;
}.content a {
	color: #2f4a8b;
}
.jig-ncbiinpagenav-goto-container {
	float: right;
	text-align: right;
	margin-top: -1px;
}
.goto select{
	border:none;
	background-color:#fff;
	border-bottom: 1px solid #97B0C8;
}
#home a {
    color: #3955de; 
	text-decoration: underline;
}
/*td,th {*/
/*  text-align: left;*/
/*  width:50%;*/
/*}*/
.blink_me {
  animation: blinker 1s linear infinite;
  color:#162447;
  font-size:16px;text-align: center; font-weight:bold;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%; /* Adjust the width as needed */
    background-color: #f7f7f7; /* Add your preferred background color */
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow for visual effect */
    z-index: 1;
}
.noJustify{
        text-align: left;
}


/*.tabreport table{*/
/*    table-layout: fixed;*/
/*    border-collapse: collapse;*/
/*    width:100%;*/
/*}*/

@keyframes blinker {
  100% {
    opacity: 0;
  }
}