#sticky{--widthA:100vw;--widthB:1170px;--widthC:calc(var(--widthA) - var(--widthB));--widthD:calc(var(--widthC)/2);background-color:#fff;border-radius:2px;display:none;margin-left:60px;padding:30px 20px;position:sticky;top:0;width:calc(var(--widthD) - 60px)}#sticky ol{list-style-type:none;padding:0}#sticky ol:before{border-left:1px solid #d0d2d3;content:" ";left:10px;position:absolute}#sticky ol li{color:#555;margin-bottom:20px;margin-left:25px}#sticky ol li:last-of-type{margin-bottom:0}#sticky ol li:before{background-color:#fff;border:1px solid #d0d2d3;border-radius:50%;content:"";display:block;float:left;height:12px;margin:5px 5px 0 -25px;width:12px}#sticky ol li.is-active-li{color:#00739f}#sticky ol li.is-active-li:before{background-color:#00739f;border-color:#00739f}#sticky ol li a:hover{color:#00739f;text-decoration:none}.sticky-container{float:left;height:0;position:sticky;top:100px;width:100%}.toc-link:before{top:1px}@media screen and (min-width:1200px){#sticky{display:block;width:250px}}