/* The Table of Contents is composed of multiple nested unordered lists. These styles remove the default styling of an unordered list because it is ugly. */
.tocifyul,.tocifyli{
list-style:none;
margin:0;
padding:0;
border:none;
line-height:30px;
}
/* Top level header elements */
.tocify-header{
text-indent:10px;
}
/* Top level subheader elements. These are the first nested items underneath a header element. */
.tocify-subheader{
text-indent:20px;
display:none;
}
/* Makes the font smaller for all subheader elements. */
.tocify-subheaderli{
font-size:12px;
}
/* Further indents second level subheader elements. */