div.main-div-hab-toc {
    overflow-x: auto;
    height: 500px;
    width: 400px;
    border: 1px solid grey;
    top: 20px;
    bottom: auto;
    left: 20px;
    position: fixed;
    z-index: 101;
    background-color: white;
    padding: 5px;
}

div.main-div-hab-toc-up {

    height: 30px;

}

div.main-div-hab-toc ul {
    list-style: none;
}

div.main-div-hab-toc form {
    display: inline;
}

li.class-toc-modified {
    border: 1px solid #999;
}

li.hab-toc-there, span.hab-toc-there {
    background-color: #fc7f22;
    color: white !important;
}

li.hab-toc-there a, span.hab-toc-there a {
    color: white !important;

}

div.main-div-hab-toc a {
    text-decoration: none;
}

div.main-div-hab-toc a:hover {
    text-decoration: underline;
}

#hab-toc-title {
    cursor: pointer;
    cursor: hand;
    margin: 5px;
}

@media print {
    .main-div-hab-toc, .main-div-hab-toc * {
        display: none !important;
    }
}