  .toc-dropdown-wrap {
  display: none;
}
@media only screen and (max-width: 991px) {
  .toc-dropdown-wrap {
    display: block;
  }
}

.footnote a {
  word-break: break-all;
}

body .content p.text-size-larger,
body .content .text-size-larger {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .toc-wrap {
    display: none;
  }
}