html {
    height: 100%;
	margin: 0;
	padding: 0;	
	font-size: 125%;
}

body{
    height: 100%;
	/* margin: 0; */
	padding: 0;	
	font-size:1rem;
}


.wrapper{
	margin: 0;
	padding: 0;	
	overflow: hidden;
	display: block;
}


.p_viewer{
	/*margin-bottom: 2.5rem;*/
        
}

.textDiv{
	font-size:1rem;
	/*text-align: center;*/
        font-family: DFKai-sb;
}

.search-selected{
	background: yellow;
}

.search-selected2{
	background: #1aea17;
}

.pageNum{
	cursor: pointer;
        text-align: center;
        padding-left: 4rem;
        padding-right: 4rem;
        background-color: #cfc3b7;
}

.activeText, .activefontsize, .activeimgsize, .activeviewstyle{
	 font-weight: bold;
	 background: #9d9e98;
}
.activeTextAll{
    background: #d3bfa6;
}

.topNav{
	border-bottom: 1px solid #ddd;
	background: white;

	margin: 0;
	padding: 0;
	display: block;	
	width: 100%;
}

.leftNav{
	overflow: hidden; 
	width: 0px; 
	float: left;
	border-right: 2px solid #ddd;	
	text-align: left;
}

.treemapBox, .searchResultBox{
	overflow: hidden; 

	text-align: left;
	padding: 0;
	margin: 0;
}


.searchResultBox>.fa-times, .treemapBox>.fa-times{
	float: right;
	cursor: pointer;
}

li.searchBoxPageNum{
	cursor: pointer;
}

.leftNav>.searchResultBox, .leftNav>.treemapBox{
	//padding-left: 1rem;
        padding-left: 10px;
}


.img{
	width: 100%;
}


#one, #two {
display: block;
overflow: auto;
}



/* split.js */
/*
td {
padding: 8px 10px;
}

td:first-child {
font-family: monospace;
}

h3 {
margin-top: 100px;
}

h5 {
margin-bottom: 0;
}

hr {
margin-top: 2px;
}




#one, #two {
padding: 20px;
margin: 0;
}


#one p {
padding: 0;
}


.split p {
padding: 20px;
}
*/

.split {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;

overflow-y: auto;
overflow-x: hidden;
}

.gutter {
background-color: #eee;

background-repeat: no-repeat;
background-position: 50%;
}

.gutter.gutter-horizontal {
background-image: url('grips/vertical.png');
cursor: ew-resize;
}

.gutter.gutter-vertical {
background-image: url('grips/horizontal.png');
cursor: ns-resize;
}

.split.split-horizontal, .gutter.gutter-horizontal {
height: 100%;
float: left;
}
/* split.js */
