/*@ Text View @*/
#readerText {
	position: absolute;
	top: 0px; left: 0px;
	text-align: left;
	overflow: hidden;
	display: none;	
}

#scrollControler>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;
}