a.anchor-title{
    color: inherit;
    text-decoration: none;
    /*margin-left: -1em;*/
    /*padding-left: 15px;*/
    background-image: url("/static/images/link.png");
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: left center;
}

a.anchor-title:hover{
    text-decoration: none;
    color: inherit;
    background-size: 15px 15px;
}

div#toc {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

p.toc-H2{
    margin-bottom: 0;
}

p.toc-H3{
    text-indent: 15px;
    font-size: 12px;
}


button.docbtn {
    cursor: default !important;
}

.img-thumbnail {
border: 0;
}
