main .post-content .content table p {
    margin:0;
}

main .post-content .content table tr {
    height:0 !important;
}

main .tpl-equipment .bookmark h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

main .tpl-equipment .bookmark h2:first-child {
    margin-top: 0;
}

main .tpl-equipment .bookmark h2 > span{
    font-size: inherit;
    box-shadow: inset 0 -0.7rem var(--theme-color-op20);
    color: var(--text);
    transition: color .4s cubic-bezier(0.345, 0.045, 0.345, 1);
}

main .tpl-equipment .bookmark h2 > p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}