/* place your custom CSS overrides here */

div .highlight {
	max-width: 95%;
	max-height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
}
.toc-list-h3 {
    display: none;
    background-color: #1E2224;
}
.toc-h3 {
    padding-left: 35px;
    font-size: 11px;
}
.toc-list-h4 {
    display: none;
    background-color: #1E2224;
}
.toc-h4 {
    padding-left: 45px;
    font-size: 10px;
}
.toc-list-h5 {
    display: none;
    background-color: #1E2224;
}
.toc-h5 {
    padding-left: 55px;
    font-size: 9px;
}
.toc-list-h6 {
    display: none;
    background-color: #1E2224;
}
.toc-h6 {
    padding-left: 65px;
    font-size: 8px;
}
.well {
    background: rgba(0, 0, 0, 0.01);
}

/* Wyzed */

.toc-wrapper {
    padding: 10px 10px 200px 10px;
}

.toc-wrapper .logo {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    max-width: 100%;
}

.content hr {
    /* Change color and size of top border */
    border-top: 1px solid #ccc;
    /* Remove it's second border */
    border-bottom: none;
    /* Prevent it spreading into code area */
    margin-right: 50%;
}
