#tweekiTOC {
  font-size: .875rem;
}

#tweekiTOC:first-child {
  margin-top: 0;
}

.toctitle {
  line-height: 1.0rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

#mw-toc-heading {
  font-size: .875rem;
  font-weight: 400;
  position: relative;
  margin-top: 3rem;
}

#mw-toc-heading a {
  background-color: var(--gray);
  display: block;
  font-size: .75rem;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: .25rem;
  line-height: 1;
  padding: .25em .4em;
  text-align: center;
}

#toc {
  margin-top: 0;
  display: table;
}

#toc ul {
  margin: 0 !important;
}

#toc li ul {
  display: none;
}

.tocnumber {
  display: none;
}

#toc a {
  padding: 0;
}

