/* bookstyle.css matches bookstyle-r.css 2023-03-28 
   an attempt to make it simpler for responsive use
*/
.auth {
 display: none;
 }
 .bem {
   font-weight: bold;
   font-style: italic;
.box {
  font-family: "DejaVu Sans", Helvetica, FreeSans, Geneva, Arial, sans-serif;
  padding:1em;
  border: solid black 2px;
}  
.note {
  background-color: #eee;
  font-family: "DejaVu Sans", Helvetica, FreeSans, Geneva, Arial, sans-serif;
  padding:1em;
  float:right;
  border: solid black 2px;
}
.note:first-line {
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
}
 .pagecount {
 display: inline;
 }
.spoil {
  background-color:#ececec;
  padding:1em;
}
.spoilb {
  padding:.5em;
  /*font-weight:bold; */
  font-family: sans-serif;
  border: 1px solid red;
  background-color: #eee;
}
#bookCt {
 display:none; 
 margin-left: 50px;
 /*text-align:center; */
 font-family:sans-serif; 
 font-size:.8em; 
 font-weight:bold; 
 color:black
 }
#total {
 text-align: center;
 font-family: sans-serif;
 font-size:  .7em;
 }



