.changetable {
    border-style: none;
    font-size: inherit;
    line-height: inherit;
}

.changetable h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.changetable h2 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.changetable h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.changetable ol,
.changetable ul,
.changetable p {
    margin: 0;
}

.changetable li {
    line-height: inherit;
}

.changetable * + ol,
.changetable * + ul,
.changetable * + p {
    margin-top: 1rem;
}

.changetable a {
    text-decoration: underline;
}

.changetable hr {
    text-decoration: none;
    border: solid 1px #bfbfbf;
}

.changetable .builddate {
    color: gray;
}

.changetable .sectitle {
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 1.4rem;
}

.changetable .csummary {
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 0.8rem;
}

.changetable .cdesc {
    padding-top: 0.4rem;
    padding-bottom: 1.2rem;
}

.changetable code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
