html, body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    color: rgb(0 0 0 / 85%);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji;
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: rgb(255 255 255);
    font-feature-settings: "tnum";
}

.subnavbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 97%, .98);
    text-align: center;
    padding: 20px 30px;
    z-index: 9;
}

.subnavbar__list {
    margin: 0 -8px -16px;
    font-size: 0;
}

.subnavbar__item {
    display: inline-block;
}

.main-navbar-item a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, apple color emoji, segoe ui emoji, Segoe UI Symbol, noto color emoji;
}

.subnavbar__item .dropdown-subnavbar-title {
    display: block;
    min-width: 24px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 8px 16px;
    transition: background .3s;
}

.subnavbar__item.selected .dropdown-subnavbar-title {
    background-color: #07c160;
}

.subnavbar__item.selected .dropdown-subnavbar-title a {
    color: #fff;
    font-weight: 500;
}

.subnavbar__item a {
    padding: 0 2vw;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.content {
    padding: 80px 20px 0 20px;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

pre > code {
    display: block;
    padding: 10px;
    font-family: monospace;
    background-color: #eee;
    border-radius: 3px;
}

table {
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-top: 10px;
    overflow-x: auto;
    padding: 10px;
    width: 100%;
    border-collapse: collapse;
}

table th {
    background-color: #f5f2f0;
    font-weight: 700;
    text-align: center;
}

table th span {
    text-indent: 0;
}

table td,
table th {
    border: 1px solid #ccc;
    line-height: 1.5;
    min-width: 30px;
    padding: 3px 5px;
    text-align: left;
}
