.version.index /* version checker */
{
	color: #0000E9;
	background-color: #F7323E;
}

@-ms-viewport
{
	width: 960px;
}

@-webkit-viewport
{
	width: 960px;
}

@-o-viewport
{
	width: 960px;
}

@-moz-viewport
{
	width: 960px;
}

@viewport
{
	width: 960px;
}

.html
{
	background-color: #7F7F7F;
}

#page
{
	z-index: 1;
	width: 0px;
	min-height: 0px;
	border-style: none;
	border-color: #000000;
	padding-top: 128px;
	padding-right: 960px;
	padding-bottom: 792px;
	background: #FFFFFF url("../images/bg_practices.jpg") repeat center top;
}

body
{
	position: relative;
	min-width: 960px;
}

#page .verticalspacer
{
	clear: both;
}

#bookHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 999;
    background: #F7F9FA;
}

#divBookView {
    position: fixed;
    top: 64px;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

#ifmBookView {
    border: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    /* max-width: 960px; */
    transform-origin: 0 0;
    transform: scale(1);
    margin: 0 0 0 -10px;
}

.btnNext {
    text-decoration: none;
    display: inline-block;
    /*padding: 0px 18px 6px 18px;*/
    position: fixed;
    top: 50%;
    font-size: 32px;
    z-index: 9;
    color: black;
    right: 10px;
    background-color: rgba(166, 158, 158, 0.4);
}

.btnPrev {
    text-decoration: none;
    display: inline-block;
    /*padding: 0px 18px 6px 18px;*/
    position: fixed;
    top: 50%;
    font-size: 32px;
    z-index: 9;
    background-color: rgba(166, 158, 158, 0.4);
    color: black;
    left: 10px;
}

.btnBack {
    text-decoration: none;
    display: inline-block;
    /*padding: 0px 18px 6px 18px;*/
    position: fixed;
    top: 50%;
    font-size: 32px;
    z-index: 9;
    background-color: rgba(166, 158, 158, 0.4);
    color: black;
    left: 10px;
}

.btnNext,.btnPrev, .btnBack{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btnNext span, .btnPrev span {
    padding-bottom: 3px;
}

#tocDiv {
    position: fixed;
    height: calc(100% - 114px);
    float: left;
    top: 64px;
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

#tocUL {
    width: 100%;
    padding: 0;
    margin: 0;
}

#tocUL li {
    background-color: #FFFFFF;
    min-height: 44px;
    list-style: none;
    display: block;
    border-bottom: 0.08em solid #8F8E94;
    cursor: pointer;
}

#tocDiv li a {
    background-color: transparent !important;
    padding: 12px 0px 10px 0px;
    line-height: normal;
    width: 256px;
    margin-right: 8px;
    display: inline-block;
    margin-left: 16px;
    background-color: #fff;
    min-height: 44px;
    /*width: 100%;*/
    line-height: 40px;
    /*padding-left: 18px;*/
    text-decoration: none;
    color: #4D4D4D;
    font-size: 14px;
    text-shadow: none;
    position: relative;
    box-sizing: border-box;

}

#tocDiv li a span {
    font-size: 12px;
    color: #A8ABAB;
    position: absolute;
    top: 10px;
    left: 254px;
    text-align: right;
    width: 64px;
}

#btnTOC {
    position: absolute;
    padding: 20px;
    cursor: pointer;
}

#toclink {
    font-family: Verdana, Geneva, sans-serif;
}

.clsTitle {
    text-align:center;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
}

#bookTitle{
    color: #363F4D;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

#pageTitle{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #555353;
    padding-top: 6px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    background: #F7F9FA;
}

#pageNumber {
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #555353;
    padding-top: 14px;
    font-family: Verdana, Geneva, sans-serif;
}

#divCopyRight{
    position: relative;
    text-align: center;
    padding-top: 14px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #555353;
}