
* {
	color: #000 !important;
}
body {
	background-color: #fff !important;
}
header, footer, nav, audio, .noprint {
	display: none !important;
}
.printonly, .print {
	display: revert !important;
}
footer.printonly, footer.print {
	padding: .5rem;
	background-color: #eee;
}

div, div#wrap-root, main, h1, h2, h3, h4, article, section {
	background-color: #fff !important;
	background: none !important;
	color: #000 !important;
	border: 0  !important;
	box-shadow: none !important;
}

#wrap-main section.section-main {
	padding: 1rem 0;
}
section.section-main b, section.section-main i {
	color: #333;
}

article h1 {
	/* margin: 0 1rem 1rem;	 */
}
article h1 > article h2 {
	
}
article.article-series {
	page-break-before: always; 
}
article.sii--series {
	page-break-after: always; 
}

article h1#h {
	/* page-break-before: always;  */
}

section.section-main h2, section.section-main h3 {
	margin-left: 0;
	margin-right: 0;
}
section.section-main h2, section.cat-index h2 {
	page-break-before: always; 
	break-before: always;
	/* background-color: #eee !important; */
	background-color: #e0eef4 !important;
}
section.section-main h3, section.cat-index h3 {
	background-color: #eef4fa !important;
}

section h2:first-of-type {
	margin-top: 1rem;
}

section h2, section h3, section h4 {
	margin: 0 1rem 1rem;
	/* padding: 0; */
}
div.page-break {
	page-break-before: always; 
	break-before: always;
}

section.section-main p {
	margin: 0 .5rem 1rem .5rem;
}

section.section-main ul {
	margin-left: 2rem;
}

section ul.toc.toc--floright {
	float: none;
	width: auto;
	margin: .5rem 1rem 1.5rem;
	max-width: 90%;
}
div.series-toc ul li ul.toc.toc--floright {
	margin: 0;
	/* width: 100%; */
}
div.talks-audio-player-wrap {
	display: none;
}

section ul.toc li {
	/* background-color: #00000011 !important; */
	background-color: #eef;
	color: #333 !important;
}
section ul.toc li:nth-of-type(even) {
	/* background-color: #00000022 !important; */
	color: #333 !important;
	background-color: #eff;
}
div {
	text-align: justify;
}
div.page-legend {
	margin-bottom: 1.5rem !important;
}
div.page-legend p {
	background-color: #f8f8f8 !important;
	margin: 0;
	padding: 1rem 1.5rem 0;
}
div.page-legend p:last-of-type {
	padding-bottom: 1rem;
}
div.page-legend div.pl-meta div {
	text-align: center;
}
div.page-legend div.pl-meta a {
	white-space: nowrap;
}
div.page-legend div.pl-meta div {
	background-color: #f0f0f0 !important;
}
div.page-legend div.pl-meta div:nth-of-type(even) {
	background-color: #e0e0e0 !important;
}

div.vdesc-fold {
	height: auto;
}

.sidx-meta {
	line-height: 2;
}
.sidx-meta-key {
	padding: .1rem .5rem;
	text-transform: uppercase;
	font-size: .8rem;
	background-color: #00000022;
}
.sidx-meta-key, .sidx-meta-val {
	white-space: nowrap;
	padding: .1rem .5rem;
}

h2.h2-cat-sub  {
	page-break-before: always; 
}

section.video_index.vi--video h3 {
	page-break-before: always; 
	break-before: always;
}
span.img-textabst-wrap.img-for-video::after {
	display: none;
}

main#wrap-main {
	width: auto;
}
#wrap-main section {
	padding: 0;
	width: auto;
}
div.txt_verse {
	color: #555 !important;
	break-before: always; 
}
div.txt_notes {
	line-height: 1.7;
}

#debug {
	display: none;
}