.contentBlock h1 h2 h5 p {
  font-family: 'Open Sans',sans-serif;
	text-align: left;
}

.contentBlock {
		margin: 0em 1em 2em 1em;
}


.contentBlock h2 {
    font-size: 1.875em;
    line-height: 1.267em;
    font-weight: 400;
		margin: 0.25em 0em 1em;
}

.contentBlock h4 {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 400;
		margin: 0em 0em 1em;
		color: #045080;		
}

.contentBlock h5 {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: 600;
		margin: 0em 0em 0em;
			text-align: left;
}

.contentBlock p {
    font-size: 1em;
		text-align: left;
    line-height: 1.5em;
		margin: 0em 0em 0em;		
    &:not(:last-child)  {
        margin-bottom: 1em;
    }		
}

.contentBlock a {
    font-weight: 600;
		color: #045080;
}

.contentBlock li {
		text-align: left;
}

.contentBlock ul {
    list-style-type: disc;
		margin: 1em;
}

.contentBlock ol {
    list-style-type: decimal;
		margin: 1em;
}

.bb_warn {
	text-transform:uppercase;	
}

ul.papers {
	margin-top:-1em;
	list-style: none;
	list-style-type: none;
	margin-left: 1em;
    margin-bottom: 1em;	
	font-size: 0.95em;
}

.incidence {
  font-weight: 600;
	margin-left:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

.journal{
	color:#A30000;
	font-style: italic;
}

.search_header {
    border-bottom: 1px solid #dfdfdf;
    padding: 0px;
}
.search_header>div:first-child {
    padding-left: 0px;
}
.search_header>div:last-child {
    padding-right: 0px;
        padding-top:10px;
}

.search_input {
    border: none;
    box-shadow: none !important;
    background: none;
    font-size: 1.5em;
    color: #000;
    line-height: 1em;
    padding: 0.5em 0 0.5em 0;
    padding-bottom: 0.5em;
		padding: 0px;
    height: 2em;
}

.search_page_header .search_header{
    border-bottom: 1px solid black;
}

.text_content a{       
    cursor: pointer;
}

.search_az{
    clear:both;
}

.search_az ul {	
	list-style-image: none;
	clear: both;
	display: block;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.search_az li {
	float: left;
	list-style-type: none;
	font-size: 1.25em;
	line-height: 1em;
  margin-right: 0.5em;
	height:1.5em;
	font-weight:600;	
}

.search_az>ul>li a {
	color: black;
	padding-bottom: 0.25em;
	display: inline-block;
}

.search_az>ul>li a:hover{
    color: black;
}

.search_az>ul>li .disabled{
    color: #757575; 
    cursor: default;
}

.search_az>ul>li a:after{
    width:100%;
}


.contentBlock th {
    font-weight: 600
    border-top: 0px solid #fff;		
}

.contentBlock td {
		vertical-align: top;
    border-top: 1px solid #dee2e6;
}		

.contentBlock td a {
    font-weight: 600;
		color: #ffffff;
}


.btn-primary {
  background-color: #0d669f;
  border-color: #0d669f;
}

.search_button {
    font-size:1.25em;    
}

.search_button:focus {
    outline: none;
}

.search_button:active {
     box-shadow: none; 
}

/* Style the button that is used to open and close the collapsible content */
.collapsible-d {
  background-color: #dbe8f1;;
  color: #444;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 1em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
	font-weight:600;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-d, .collapsible-d:hover {
  background-color: rgb(194 217 231);
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 1em;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.Xcollapsible-d:after
{
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.Xactive-d:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.collapsible-icon{
    font-size: 17px;
    color: black;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}

.collapsible-icon:before{
	content: "\f067"; /* Unicode character for "plus" sign (+) */
}

.active-d .collapsible-icon:before {
	content: "\f068"; /* Unicode character for "minus" sign (-) */
}

.infoBox {
	background-color: #dbe8f1;
  padding-top: 0.2em;	
}

.infoBox ul {
	list-style-type: none;
}

.infoBox li {
    padding-bottom: 0.2em;
}

#symbols {
margin-left: 10%;
text-align: left;
margin-right: 10%;
}

#symbols h3 {
background-color: #0d669f;
color: white;
font-size: 1.1em;
padding-left: 0.5em;
}

#symbols h4 {
font-size: 1em;
padding-left: 0.5em;
font-weight: bold;
	margin-top: 0.5em;
}

#symbols p {
font-size: 1em;
padding-left: 0.5em;
}

.box {
	padding-bottom: 0.5em;	
}	

.boxX {
margin-left: -1em;
padding-left: 1em;
padding-right: 1em;
margin-right: -1em;
margin-top: -1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
	}

.boxX:nth-of-type(odd)
{
background:#f9f9f9;
}

.boxX:nth-of-type(even)
{
background:#eaeaea;
}
