/* Tree */
.toc-plugin-style1 ul, .toc-plugin-style2 ul , .toc-plugin-style3 ul, .toc-plugin-style4 ul, .toc-plugin-style5 ul {
    margin:0;
    padding:0;
    list-style:none;
        margin-left:2em;
        position:relative
    }

.toc-plugin-style1 .toc-plugin-group {
    margin-left:.5em
    }
.toc-plugin-style1 .toc-plugin-group .toc-plugin-item .toc-plugin-group:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left: 0em;
    border-left:1px solid
}
.toc-plugin-style1 ul li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
  
.toc-plugin-style1 li .toc-plugin-group .toc-plugin-item .toc-plugin-link:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left: 0
}  

.toc-plugin-style1 ul li:last-child:before {
    height:auto;
    top:1em;
    bottom:0
}

/* Chevrons */
.toc-plugin-style2 .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f105';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

.toc-plugin-style2 .toc-plugin-group li .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f101';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

/* Stars */
.toc-plugin-style3 .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f005';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

.toc-plugin-style3 .toc-plugin-group li .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f089';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

/* Stars with tree */
.toc-plugin-style4 .toc-plugin-group .toc-plugin-item .toc-plugin-group:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left: 0em;
    border-left:1px solid
}
.toc-plugin-style4 ul li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    font-weight:700;
    position:relative
}
  
.toc-plugin-style4 li .toc-plugin-group .toc-plugin-item .toc-plugin-link:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left: 0
}  


.toc-plugin-style4 .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f005';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

.toc-plugin-style4 .toc-plugin-group li .toc-plugin-group li:before {
  font :normal normal normal 14px/1 FontAwesome;
        content: '\f089';
  position: relative;
top: 1px;
display: inline-block;
line-height: 1;
  
}

.toc-plugin-style4 ul li:last-child:before {
    height:auto;
    top:1em;
    bottom:0
}
/* Normal List Types */
.toc-plugin-list1 ul {
    list-style-type: cjk-ideographic;

}

.toc-plugin-list2 ul {
    list-style-type: hiragana;
}

.toc-plugin-list3 ul {
    list-style-type: hiragana-iroha;
}

.toc-plugin-list4 ul {
    list-style-type: katakana;
}

.toc-plugin-list5 ul {
    list-style-type: katakana-iroha;
}

.toc-plugin-list6 ul {
    list-style-type: lower-latin;
}

.toc-plugin-list7 ul {
    list-style-type: lower-roman;
}
.toc-plugin-list8 ul {
    list-style-type: upper-latin;
}
.toc-plugin-list9 ul {
    list-style-type: upper-roman;
}
.toc-plugin-list10 ul {
       list-style-type: disc;
}
.toc-plugin-list11 ul {
       list-style-type: square;
} 
.toc-plugin-list12 ul {
       list-style-type: circle;
}
.toc-plugin-list0 ul {
       list-style-type: none;
}

.toc-plugin-style1, .toc-plugin-style2, .toc-plugin-style3, .toc-plugin-style4, .toc-plugin-style5 {
    margin-bottom: 2rem;
    border-bottom: 1px solid grey;
    padding-bottom: 2rem;
}

.toc-plugin-style1:first-child ul, .toc-plugin-style2:first-child ul, .toc-plugin-style3:first-child ul, .toc-plugin-style4:first-child ul, .toc-plugin-style5:first-child ul {
    margin-top: 2rem;
}


.toc-header {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid grey;
    padding: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    letter-spacing: 0.5rem;
}