/* Table of Contents */ 
#tocwrapper a {
    padding:5px 30px;
    color: #243d57;
    transition-property: color,background-color,border-color,box-shadow;
    line-height: 1.7em; 
}

#tocwrapper a:hover {
    background-color:rgba(255,255,255,0.6);
}

#tocwrapper li.uk-active>a {
    color: #2eb086;
    background-color: white;    
    padding-left:11px;
}
#tocwrapper li.uk-active>a::before{
    content: " \2023 \2002";
}

/* second level */
#tocwrapper ul ul a
{
    padding-left:50px;
    font-size:0.9em;
}

#tocwrapper ul ul li.uk-active>a{
    padding-left:33px;
}

/* third level */
#tocwrapper ul ul ul a
{
    padding-left:70px;
    font-size:0.8em;
}