<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bookIndex{
	text-align: center;	
	overflow: visible;
    display: block;    
}

#bookIndex&gt;DIV{
	display: inline-table;
	cursor: pointer;
	margin: 2px 5px;

	white-space: nowrap;
	text-align: center;
	vertical-align: bottom;

    background-repeat: no-repeat;
	background-position: center top;

	position: relative;

    background-size: initial!important;
}

#scrollWrapper {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

#bookPrint{
	text-align: center;
	overflow: visible;
	display: block;
}

#bookPrint&gt;DIV{
	display: inline-table;
	/*cursor: pointer;*/
	margin: 2px 5px;

	white-space: nowrap;
	text-align: center;
	vertical-align: bottom;

	background-repeat: no-repeat;
	background-position: center top;

	position: relative;

	background-size: initial!important;
}
</pre></body></html>