	body {
		/* [disabled]font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
		background-color: #f2f2f2;
		padding: 0;
		margin: 0;
		color: #000000;
		background-image: url(../assets/paperback4.jpg);
	}
h1 { font-family: "Arial Bold"; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } 
h3 { font-family: "Arial Bold"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
h4 { font-family: "Arial Bold"; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; }
h6 { font-family: "Arial Bold"; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 18.4px; } 
p { font-family: "Arial Bold"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
blockquote { font-family: "Arial Bold"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: "Arial Bold"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
h7 { font-family: "Arial Bold"; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 700;} 
h8 { font-family: "Arial Bold"; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 700;} 
h9 { font-family: "Arial Bold"; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700;}
h30 {
font-family: "Arial Bold"; 
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    font-size: 22px;
    margin: 0 0 0.5rem;
}
h32 {
font-family: "Roboto"; 
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    font-size: 22px;
    margin: 0 0 0.5rem;
}
h33 {
font-family: "Roboto"; 
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    font-size: 22px;
    margin: 0 0 0.5rem;
}
h31 {
font-family: "Roboto"; 
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    font-size: 16px;
    margin: 0 0 0.5rem;
}
h25 {
font-family: "Arial Bold"; 
    font-weight: 700;
    line-height: 1.2;
    color: #242424;
    font-size: 1rem;
    margin: 0 0 0.5rem;	
}
h26 {
font-family: "Arial Bold"; 
    font-weight: 900;
    line-height: 1.2;
    color: #242424;
    font-size: 22px;
    margin: 0 0 0.5rem;
}
h27 {
font-family: "Arial Bold"; 
    font-weight: 900;
    line-height: 1.2;
    color: #0000b3;
    font-size: 22px;
    margin: 0 0 0.5rem;
}
h35 { font-family: "Arial Bold"; font-size: 16px; font-style: bold; font-variant: normal; font-weight: 700; }
.bg{
background-color: rgba(0, 0, 0, 0.5);  
	
}
.bglight{
background-color: rgba(0, 0, 0, 0.1);  
	
}
.bglightpad{
background-color: rgba(0, 0, 0, 0.1);  
 padding-left: 15px;
  padding-right: 15px;	
}
.bright{
border-right: 2mm ridge rgb(88 88 86 / 37%);
}
.anybutton {
       top:4%;
       left:84%;
       width:72px;
       height:72px;
       position: absolute;
       z-index: 2;
       }
	      .anybutton2 {
       top:4%;
       left:85%;
       width:160px;
       height:72px;
       position: absolute;
       z-index: 2;
       }
	   .anybuttonleft {
       top:4%;
       left:85%;
       width:72px;
       height:72px;
       position: absolute;
       z-index: 2;
       }
.pad {
  padding-left: 15px;
  padding-right: 15px;
}
position: relative;
}

/* Hide The disclosure widget: */
.dropdown summary {
  list-style: none;
  cursor: pointer;
}

.dropdown summary::-webkit-details-marker {
  display: none;
}

/* Detache details content */
.dropdown .dropdown-content {
  position: absolute;
  min-inline-size: max-content;
  background-color: transparent;

  /* In case the dropdown should open to the left: */
  /* right: 0; */
}

/* Closing the dropdown on clicking anywhere else */
.dropdown details[open] summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  cursor: default;
}

/* Visual styles for your dropdown: */
.dropdown .dropdown-trigger {
  /* your look and feel here */
}

.dropdown .dropdown-content {
  /* your look and feel here */
}

.inputpad {
  width: 60%;
  padding: 8px 15px;
  margin: 3px 0;
  box-sizing: border-box;
}
.inputpad:focus {
  border: 3px solid #555;
}
.watermarked {
  position: relative;
}

.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../assets/magni.png");
  background-size: 127px 100px;
  background-position: 36px 3px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.watermarked2 {
  position: relative;
}

.watermarked2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../assets/magni.png");
  background-size: 127px 100px;
  background-position: 6px 3px;
  background-repeat: no-repeat;
  opacity: 0.7;
}