<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@ Text View @*/
#readerText {
	position: absolute;
	top: 0px; left: 0px;
	text-align: left;
	overflow: hidden;
	display: none;	
}

#scrollControler&gt;P{
	font-family: inherit;
	white-space: pre-wrap;
    line-height: 20px;
    padding-left: 20px;
    text-align:justify;
	padding-bottom: 50px;
}

#readerText.pop {
	display: block;
}

#readerText.active {
	color: #000;
}</pre></body></html>