.top,
/* .searchBar, */
.snippets,
.skiptranslate,           /* Google toolbar */
.lectureNav,
aside,
.footnoteText,
footer,
iframe,
#appealButton,
.copy,
.legal,
#additions,
#autoTranslation,
.paragraphMarker,
#original sup span,
#autoTranslation sup span {
	display: none;
}

.footnoteAppeal {
	display: block;
}

@page {
    margin-top: 0.75in;
    margin-bottom: 1in;
    margin-left: 0.75in;
    margin-right: 0.75in;    
}

body {
	/* top: 0px !important    Google translate sets this to 40px */
}

/* Prevent Google translate from messing up footnote numbers */
font {
	vertical-align: unset !important;
}

p {
    font-family: serif !important;
    font-size: 12pt;
    line-height: 1.5;
    color: black !important;
    background-color: white !important;
    background-image: none !important;
	text-align: justify;
  	hyphens: auto; 
}

h2 {
	text-align: center;
	padding-bottom: 1em;
}

h3,h4,h5,h6,
p {
	margin: 1.5em;
}

h4 {
	text-align: center;
	font-size: 1.25em;
}

h5 { /* Same size as h3 but centered */
	font-size: 1.5em;
	text-align: center;
}

h6 { /* Same size as h4 but not centered */
	font-size: 1.25em;
}

.bookImage {
	float: right;
	width: 200px;
	margin-left: 1em;
	box-shadow: 0.1em 0.15em 0.6em #7b693e;
}

blockquote {
    margin: 0 3em 1em 3em;
}

blockquote p,
li {
		font-size: 11pt;
}

.center {
	text-align: center;
}	

.copyright p {
	font-size: 10pt !important;
	padding-bottom: 0;
	text-align: center;
}

.footnoteAppeal {
	font-style:italic;
}

.search-report {
	font-weight: bold;
	text-align: center;
}

.date {
	text-align: right;
	font-style: italic;
}

/* Text in this class should not be in ALL CAPS! */
.sc {
      font-variant: small-caps;
  }

hr {
	display: block;
	margin: 1.5em auto;
	width: 30%;
}

mark {
	color: red;
}

#centralPanel {
	/* margin: 8mm 0; */
}

img {
    max-width: 80%;
    display: block;
    margin: 1em auto 2em;
	break-inside: avoid;
}

.inlineImage {
	display: inline;
	margin: 0;
}

figcaption {
	text-align: center;
	font-size: small;
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0 60px;
}

ul.bullets {
	list-style-type: disc;
}

li {
	margin-top: 0.75em;
}

table {
	  width: 75%;
	  padding: 0 0 0.5em 0;
	  margin: 0 auto;
	  border-spacing: 0;
	  border-collapse: collapse;
}

tr:nth-child(even){
	background-color: #f2f2f2;
}
  
th,
td {
	border: 1px solid #ddd;
    padding: 8px;
	font-size: 0.9em;
	vertical-align: top;
	text-align: left;
}

body {
  counter-reset: pageNumber; /* Set a counter named 'section', and its initial value is 0. */
}

@page {
  /* margin box at top right showing page number */
  counter-increment: pageNumber;
  @bottom-center {
    content: counter(pageNumber);
  }
}
