.block_onlinechanges,
.block_onlinechanges .content,
.block_onlinechanges .no-overflow {
    overflow: visible !important;
}

.block_onlinechanges {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.block_onlinechanges .card-body,
.block_onlinechanges .card-text,
.block_onlinechanges .footer {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.block_onlinechanges .footer {
    display: none !important;
}

.onlinechanges-band {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #FFD1D1;
    padding: 34px 18px;
    box-sizing: border-box;
}

.onlinechanges-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.onlinechanges-title {
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
}

.onlinechanges-tablewrap {
    max-width: 760px;
    margin: 0 auto 22px;
    overflow-x: auto;
}

.onlinechanges-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    text-align: left;
    font-size: 15px;
    color: #111;
}

.onlinechanges-table th {
    font-weight: 700;
    padding: 6px 10px;
    border: 1px solid #cfcfcf;
    background: #f7f7f7;
}

.onlinechanges-table td {
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    vertical-align: top;
}

.onlinechanges-table th:first-child,
.onlinechanges-table td:first-child,
.onlinechanges-class {
    width: 70px;
    font-weight: 600;
    white-space: nowrap;
}

.onlinechanges-empty {
    max-width: 760px;
    margin: 0 auto 22px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, .6);
    color: #333;
}

.onlinechanges-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 38px;
    padding: 0 28px;
    border-radius: 4px;
    background: #26282c;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
}

.onlinechanges-button:hover {
    color: #fff !important;
    background: #16181b;
}

@media (max-width: 768px) {
    .onlinechanges-band {
        padding: 28px 12px;
    }

    .onlinechanges-title {
        font-size: 22px;
    }

    .onlinechanges-table {
        font-size: 14px;
    }

    .onlinechanges-button {
        min-width: 220px;
    }
}

.onlinechanges-description {
    max-width: 760px;
    margin: 0px auto 12px;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}