Written by Anonymous
.toc{
background:#ffffff;
border:none;
display: block;
border-top:5px solid;
border-top-color:#0099ff;
padding:0 0 20px 0;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.toc a{
text-decoration:none;
}
.toc ul a{
color:#555555;
font-size: 16px;
margin-right:20px;
}
.toc ul a:before{
content: '';
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #555555;
position: relative;
left: -8px;
top: -3px;
}
.article .toc ul{
list-style: none;
margin-bottom: 0;
padding-left: 20px;
}
.toc-title{
text-align:left;
margin-top:30px;
padding-left: 20px;
margin-right:20px;
}
.toc-title:before{
font-family: FontAwesome;
content : "\f0ca";
font-size:18px;
margin-right:5px;
color:#FFF;
background-color:#0099ff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding:14px;
}