    .codehilite {
      outline: 1px solid #b1b4b6;
      color: #0b0c0c;
      background-color: #f3f2f1;
      font-size: 1rem;
      line-height: 1.3;
      padding: 0px 10px 0px 10px;
      margin: 20px;
      overflow: scroll;
    }

    pre > code {
      padding-right: 10px;
    }

    :not(pre) > code {
      outline: 1px solid #b1b4b6;
      background-color: #f3f2f1;
      margin: 2px;
      padding: 1px 6px 1px 6px;
      white-space: nowrap;
      font-size: 1rem;
    }
    .sidebar_navigation {
      border-top: 2px solid #1d70b8;
      padding-top: 15px;
    }
    .search-box {
      position: relative;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='%23505a5f'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center left -2px;
      background-size: 40px 40px;
      padding-left: 35px;
      width: 300px;
      margin: -10px 0px -10px -0px;
    }
    .toc-entry {
      line-height: 1.28;
      font-size: 1rem;
    }
    blockquote {
      margin-left: 0px;
    }
    p img {
      max-width: 100%;
    }
