
a.plugin-anchor {
    color: inherit !important;
    display: none;
    margin-left: -30px;
    padding-left: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

a.plugin-anchor span {
    margin-left: -25px;
    font-size: 15px;
}

h1:hover a.plugin-anchor, h2:hover a.plugin-anchor, h3:hover a.plugin-anchor,
h4:hover a.plugin-anchor, h5:hover a.plugin-anchor, h6:hover a.plugin-anchor {
    display: inline-block;
}


#theo-nav{
    position: fixed;
    right: 100px;
    bottom: 50px;
    z-index: 9999999;
}
#theo-nav .theo-content{
    display: none;
    margin: 0;
    padding: 5px 12px 10px 10px;
    background: #5f5f5f;
    color: white;
    list-style: none;
    overflow-y: scroll;
    max-height: 600px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 0;
    bottom: 58px;

    position: relative;
}
#theo-nav .theo-content a{
    color: white;
}
#theo-nav #theo-nav-btn,#theo-nav #theo-top-btn{
    position: absolute;
    right: 0;
    bottom:0;
    display: inline-flex;
    background: #5f5f5f;
    color: white;
    padding: 5px;
    text-decoration: none;
}
#theo-nav #theo-nav-btn{
    bottom: 32px;
}
::-webkit-scrollbar {
    height: 10px;
    overflow: visible;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    background-clip: padding-box;
    border: solid transparent;
    min-height: 28px;
    padding: 100px 0 0;
    @include box-shadow(inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07));
    border-width: 1px 1px 1px 6px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
@media (max-width: 600px){
    #theo-nav{
        display: none;
    }
}
