.first-column-wrap, .second-column-wrap {
    display: none;
}
.content-column-wrap {
    width: 100%;
}
.content-column {
    padding: 1em 0;
}

.diff_add {
    /* color: green; */
    background-color: #cdffd8;
    border: 1px dotted #76b383;
}
.diff_sub {
    /* color: red; */
    border: 1px dotted #d0979e;
    background-color: #ffdce0;
    text-decoration: line-through;
}
.diff_chg {
    /* color: blueviolet; */
    background-color: #dbedff;
    border: 1px dotted #87a8ca;
}
table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.update-diff__diff-html th,
.update-diff__diff-html td {
    padding: 5px 7px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    vertical-align: top;
    font-size: var(--text-middle2-font-size);
    line-height: var(--text-middle2-line-height);
    font-weight: 300;
}
.diff_next {
    display: none;
}
.update-diff__diff-html th.diff_header {
    width: 50%;
}
.update-diff__diff-html td.diff_header {
    color: #999999;
    padding: 5px 2px;
    text-align: center;
}


.update-diff__diff-html {
    margin: 2em 0;
}

.update-diff__law-link, .update-diff__date {
    font-weight: 300;
    margin-bottom: 0.5em;
}