.book {
	height: 100%;
	width: 100%;
	/*position: relative;*/
}

.book .book-index {
    background: none repeat scroll 0 0 #fafafa;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    bottom: 0;
    color: #364149;
    font-family: "Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    left: -300px;
    position: absolute;
    top: 0px;
    transition: left 250ms ease 0s;
    width: 300px;
    z-index: 1;
}

.book.with-index .book-index {
	left: 0px;
}

.book-info {
    background: none repeat scroll 0 0 transparent;
    left: 0px;
    padding: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: top 0.5s ease 0s;
}

.book-catalog {
	bottom: 0px;
    left: 0px;
    list-style: outside none none;
    margin: 0px;
    overflow-y: auto;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 30px;
    transition: top 0.5s ease 0s;	
}

.book .book-content {
	background: none repeat scroll 0 0 #fff;
    bottom: 0px;
    color: #000;
    left: 0px;
    overflow-y: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: left 250ms ease 0s;
}

.book.with-index .book-content {
	left: 300px;
}

.book .book-index a {
    color: #364149;
	text-decoration: none;
}

.book .book-wrapper {
	background: none repeat scroll 0 0 #fff;
    bottom: 0px;
    color: #000;
    left: 0px;
    overflow-y: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: left 250ms ease 0s;
}

.book-body {
	bottom: 0px;
    left: 0px;
    overflow-y: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.book-body-inner {
	margin: 0 auto;
    max-width: 80%;
    padding: 20px 0 40px;
}

.book .book-header {
	position: absolute;
	z-index: 99;
	width: 100%;
}

blockquote, pre {
	background-color: #F7F7F7;
	padding: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
}

blockquote blockquote {
	border: 1px solid #DDDDDD;
}

table, th, td {
	border: 1px solid black;
}

img {
	max-width: 100%;
}

.navigation-prev {
	align-content: center;
    bottom: 0;
    color: #ccc;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    justify-content: center;
    margin: 0;
    max-width: 150px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    top: 50px;
    transition: all 350ms ease 0s;
	left: 0px;
	text-decoration: none;
}

.navigation-next {
	align-content: center;
    bottom: 0;
    color: #ccc;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    justify-content: center;
    margin: 0;
    max-width: 150px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    top: 50px;
    transition: all 350ms ease 0s;
	right: 0px;
	text-decoration: none;
}
