| 12345678910111213141516171819 | 
							- /* Table of contents */
 
- .sticky-toc {
 
-     position: fixed;
 
-     z-index: 1020;
 
-     top: 7rem;
 
-     display: none;
 
-     max-width: 20rem;
 
- }
 
- .js-toc ol {
 
-     list-style-type: none;
 
- }
 
- .toc-list {
 
-     padding-left: 30px;
 
- }
 
- @media screen and (min-width: 980px) {
 
-     .sticky-toc {
 
-         display: block;
 
-     }
 
- }
 
 
  |