.gitbook-link{
display:none !important;
}
.font-settings{
	display:none;
}
.book-summary{
width:250px;
border:none;
background-image:url('/images/styles/bg1.png');
background-repeat:repeat;
}
.book-summary,#book-search-input{
background-color:transparent;
color:#fff;
}
.book-summary ul.summary li a, .book-summary ul.summary li span{
color:rgba(255,255,255,.7);
}
.book-summary ul.summary li a{
border-left:5px solid transparent;
}
.book-summary ul.summary li a:hover{
border-left:5px solid #009688;
text-decoration:none;
background-color:#4E5465;
color:#fff;
}
.book-summary ul.summary li.active>a{
border-left:5px solid #009688;
background-color:#009688;
color:#fff;
}
.book.with-summary .book-body{
left:250px;
}
.book-body{
background-color:#e2e2e2;
}
.body-inner{
margin:12px 12px 52px 12px;
background-color:#fff;
box-shadow:0 0px 3px 2px rgba(0,0,0,.1);
background-image:url('/images/styles/bg4.png');
background-repeat:repeat;
}
.page-wrapper{
}
.custom-link img:hover {
    content: url('/images/site/logo_hover.png');
}
.logo{
	height:40px;
	background:url('/images/site/logo.png') no-repeat;
}
.logo:hover{
	background:url('/images/site/logo_hover.png') no-repeat;
}
.logo_disable{
	height:0;
	background:url('/images/site/logo_hover.png') no-repeat;
}
code{
color:#e96900 !important;
}
thead,thead th{
background-color:#60626A;
color:#fff;
}
table{
width:97% !important;
margin:0 5px 0 5px;
box-shadow:0 0px 3px 2px rgba(0,0,0,.1);
}
.markdown-section table td{
padding: 5px 10px;
}
.markdown-section table th{
padding: 10px 10px;
}
.page-footer{
position:fixed;
left:0;
right:0;
bottom:0;
height:40px;
text-align:center;
background-color:#eee;
color:#666;
margin-top:0;
}