html[lang=zh-hans] .qterm {
    quotes: "“" "”";
}

.table-vertical {
    line-height: 1.4;
}

.nowrap {
    white-space: nowrap;
}

th.bytes {
	font-size: 20px;
}
.figWrap {
    margin-left: 7.5%;
    margin-right: 32%;
}
.figWrap figure {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
}
figure img {
	max-width: 100%;
	}
.hyphenationDemoWrap {
    margin: 1.5rem 32% 1.5rem 7.5%;
}
.hyphenationDemoWrap figure {
    margin: 0;
}
.hyphenationDemo {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.hyphenationSample {
    flex: 1;
    min-width: 0;
}
.hyphenationSampleLabel {
    margin: 0 0 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
}
.hyphenationDemoWrap code {
    font-size: 0.9em;
}
.hyphenationText {
    box-sizing: border-box;
    width: 18ch;
    max-width: 100%;
    padding: 14px 16px;
    border: 1.5px solid #c9c1b4;
    background: #fff;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: justify;
    hyphens: auto;
}
.hyphenationText.langTagged {
    border-color: #2f6a4f;
    background: #f7fbf8;
}
@media (max-width: 720px) {
    .hyphenationDemoWrap {
        margin-right: 7.5%;
    }
    .hyphenationDemo {
        flex-direction: column;
        gap: 24px;
    }
    .hyphenationText {
        width: 100%;
        max-width: 18ch;
    }
}