#home {
width :100%;
}
#mainContent{
width:100%;
}
#sideBar {
    margin: 0;
    top: 100px;
    right: 10px;
overflow:scroll;
}
#navigator {
    position: inherit;
}

#cnblogs_post_body h1,h2,h3,h4,h5,h6{
color:#2866bd;
}
#aside_markdown_navigator {
font-family:Source Code Pro;
    background-color:#f1f1f1;
    position: fixed;
    right: 5px;
   border: 2px solid #ebebeb;
    color: #2c3546;
width:300px;
top:5px;
z-index:100;
}

#aside_markdown_navigator_release_button {
text-align: center;
    box-sizing: border-box;
    background-color: lightslategrey;
    font-weight: bold;
    font-size: initial;
}
#originalSideBar {
    background-color:white;
    position: fixed;
    right: 5px;
   border: 2px solid #ebebeb;
   top:36px;
width:300px;
font-family: Source Code Pro;
 color: #2c3546;
}
#originalSideBarButton {
text-align: center;
    box-sizing: border-box;
    background-color: lightslategrey;
    font-weight: bold;
    font-size: initial;
}
#originalCommentForm{
    background-color:white;
    position: fixed;
    right: 5px;
   border: 2px solid #ebebeb;
   top:67px;
width:300px;
font-family: Source Code Pro;
 color: #2c3546;
}
.commentbox_title {
width: 100%;
    display: flex;
    justify-content: space-between;
}
#tbCommentBody{
width:100%;
height:100px;
}
#tbCommentAuthor{
width:99%;
}
#originalCommentFormButton {
text-align: center;
    box-sizing: border-box;
    background-color: lightslategrey;
    font-weight: bold;
    font-size: initial;
}
.aside_markdown_navigator_li{
    padding: 1px 10px 1px 2px;
overflow: hidden;
border-left: 1px solid #999;
}

.aside_markdown_navigator_li:hover{
    list-style: none;
    background-color: white;
    color: #175199;
}