/* Start custom CSS */.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: .75rem 0 1.25rem; }
    table { width: 100%; border-collapse: collapse; min-width: 560px; }
    thead th { background: var(--bg); }
    th, td { border: 1px solid var(--border); padding: .6rem .7rem; text-align: left; vertical-align: top; }
    caption { text-align: left; padding: .25rem 0 .5rem; font-weight: 600; }
    .note { background:#fffbe6; border:1px solid #ffe58f; padding:.75rem .9rem; border-radius:.5rem;margin-bottom:30px; }
    .code { white-space: pre-wrap; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background:#f6f8fa; border:1px solid #eaecef; border-radius:.5rem; padding:.8rem; margin-bottom:30px; }
    ul { margin: .2rem 0 1rem 1.2rem; }/* End custom CSS */