﻿.toc-item {
  display: block;
  padding: 10px 10px;
  color: #333;
  text-decoration: none;
  border-right: 2px solid #ddd;
  padding-right: 20px;
}
.toc-item.active {
  background: #4169e10a;
  font-weight: bold;
  border-right: 5px solid royalblue;
}
/* .toc-container {
  border-left: 2px solid #ddd;
  padding-left: 10px;
} */
.toc-container {
  width: 400px;
  text-align: right;
  padding-right: 20px;
  margin-top: 50px;
  /* font-size: 25px; */
}

a.toc-item.toc-h1 {
  font-size: 25px;
}

a.toc-item.toc-h2 {
  font-size: 20px;
}

a.toc-item.toc-h3 {
  font-size: 20px;
}

a.toc-item.toc-h4 {
  font-size: 20px;
}

a.toc-item.toc-h5 {
  font-size: 20px;
}

.toc-h1 { padding-right: 20px; }
.toc-h2 { padding-right: 35px; }
.toc-h3 { padding-right: 50px; }
.toc-h4 { padding-right: 65px; }
/* 
.toc-h1:after { 
  content: ""; 
}

.toc-h2:after { 
  content: ""; 
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #888;
  float: right;
  margin-left: 5px;
  margin-top: 17px;
}

.toc-h3:after { 
  content: ""; 
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #888;
  float: right;
  margin-left: 5px;
  margin-top: 17px;
}

.toc-h4:after { 
  content: ""; 
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #888;
  float: right;
  margin-left: 5px;
  margin-top: 17px;
} */
