/* Remove identified, investigating and monitoring from Table of Contents list */

.toc-component-identified {
    display:none !important;
}

.toc-component-investigating {
    display:none !important;
}

.toc-component-monitoring {
    display:none !important;
}

.toc-component-informational {
    display:none !important;
}