﻿@charset "UTF-8";

body {
    scroll-behavior: smooth
}

#toctoc {
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #3c4292 !important;
}

    #toctoc #toctoc-head {
        padding: .8rem 1rem;
        display: flex;
        justify-content: space-between;
        background: none !important;
        color: #e73533 !important;
        font-weight: bold;
        font-size: 16px;
    }

        #toctoc #toctoc-head a:hover {
            opacity: .9
        }

    #toctoc #toctoc-body {
        padding: .5rem 1rem;
        padding-left: 20px;
        font-size: 14px;
        border: 0px solid #019934 !important;
        background: none !important;
    }

        #toctoc #toctoc-body .link {
            margin: .2rem 0
        }

        #toctoc #toctoc-body a {
            align-items: center;
            gap: .4rem
        }

        #toctoc #toctoc-body .link-h3 {
            padding-left: 1rem
        }

        #toctoc #toctoc-body .link-h4 {
            padding-left: 2rem
        }

        #toctoc #toctoc-body .link-h5 {
            padding-left: 3rem
        }

        #toctoc #toctoc-body .link-h6 {
            padding-left: 4rem
        }

    #toctoc a {
        text-decoration: none;
        color: #e73533 !important;
        font-weight: normal;
        font-size: 14px;
    }

#toctoc-body a:hover p {
    color: #0f813d !important
}

#toctoc-body li {
    list-style: none;
}

#toctoc-body a {
    color: #5a5a5a !important
}

    #toctoc-body a:hover {
        color: #3c4292 !important;
    }

#toctoc #toctoc-body .link-h2 {
    font-weight: bold;
}
