jhm:before {
    content: "jh";
}

jhm:after {
    content: "@hazardex.com";
}
h1 {line-height: 120%;}

#chapter h1 {color:blue; font-size:2rem; }
.flt-l {
	float: left;
 	border-right: 2rem solid transparent; 
}
.flt-r {
	float: right;
	border-left: 2rem solid transparent; 
}

.w40-400 {
	max-width:40%;
	min-width:400px;
}
.w40-200 {
	max-width:40%;
	min-width:200px;
}
.dbl {
	max-width:340px;
	min-width:200px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
.clearfixa {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.bwhite {
	background: white;
}
.s1 {
   box-shadow: 6px 6px 9px 1px rgba(10,10,10,0.50);
    }
    
#body img, #body .video-container {
    margin: 0 auto;
}
/*  above reduced from 3 rem*/
.comment {
	background: lightblue ;  
}

.searchbox-hidden {
      max-width: 100rem;
}  /* Page Width Control */

#body-inner h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
#body-inner {
	background: url(/user/images/logo-hazs.webp);
	background-position: bottom center;
 	background-repeat: no-repeat;
}
	
#body-inner h1 {
	font-size: 2rem;
} 
#body-inner h2{
	font-size: 1.8rem;
}

#body-inner h3 {
	font-size: 1.4rem;
} 
#body-inner h5 {
	text-align: center;
	font-size: 1.4rem;
} 
#body-inner h4 {
	text-align: center;
	font-size: 1.2rem;
}
#body-inner h6 {
	font-size: 1.2rem;
}

#body-inner p {
	text-align: justify;
	text-justify: inter-word;
	padding-right: 1rem; 
	margin: 0 0.5 0 0;
} /* justify text  */

#body-inner .footnotes {
	background: linen;
	padding-bottom: 1rem;
}

.up2 {
	position: relative;
	top: -2rem;	
} /* move up */
.up6 {
	position: relative;
	top: -6rem;	
} /* move up */

#up-bak {
	position: relative;
	top: -8rem;
	z-index: -1;	
} /* move up behind*/

.bg-books {
	background-size: 100%;
	background-repeat: no repeat;
    }

.bg-scroll {
	background: url("user/images/scroll.gif") center no-repeat;
	background-size: 100%;
	background-repeat: no repeat;
.bg-book {
	background: url("/user/images/book.gif") center no-repeat;
	background-size: 100%;
	background-repeat: no repeat;
    }

/* not used 

.inlineLeft, .inlineRight {
    display: inline-block;
}

.inlineRight {
   display: inline-block;
    position:absolute;
    right:0;
    margin-right:8px;
}
*/
