
/**
 * This section covers table of contents nav element inside content body.
 */



/* ********************************************************************** */
/* COLORS */

.toc {
    background:#f4f4f4;
}

.toc h4 {
    color:#333 !important;
}



/* ********************************************************************** */
/* FONTS */

.toc {
    font-family:Helvetica,Arial,sans-serif !important;
}



/* ********************************************************************** */
/* OTHER CONFIG */

.toc {
    font-size:85%;
    padding:0.3em 0.3em 0.3em 1em;
}

.toc h4 {
    font-size:100%;
    font-weight:bold;
    margin:0.3em 0;
}

.toc a {
    text-decoration:none;
}

/* no bullet point in toc ul (ol still shows numbers) */
.toc ul {
    list-style-type:none;
    margin:0.3em 0;
    padding:0;
}

/* lower level headings are indented in toc */
.toc li {
    margin:0.2em 0 0 0.4em;
}
.toc li.toc-h3 {
    margin-left:1.2em;
}
.toc li.toc-h4 {
    margin-left:2em;
}
.toc li.toc-h5 {
    margin-left:2.8em;
}
.toc li.toc-h6 {
    margin-left:3.6em;
}



/* ********************************************************************** */
/* CONSTANTS */



/* ********************************************************************** */
/* END */

