/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2018 | 14:05:48 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.blog-page #sidebar {
    position: -webkit-static;
    position: static;
    top: 80px;
}

#sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

#sidebar .toc_widget ul li:after {display : none;}


.toc_widget li.current {
    font-weight: bolder;
}

#sidebar .toc_widget li.current  a {color:#10a4df;}

#sidebar .widget > ul.toc_widget_list > li {
    border-bottom: 0px solid #efefef;
    position: relative;
    padding: 2px 0;
}
