.cUpdate {
    display: block;
    padding: 15px 0 15px 15px;
    border-top: 2px solid rgba(0, 0, 0, 0.075);
    color: inherit;
}

.cUpdate:not(.cUpdate_active):hover {
    background: var(--bg);
}

.cUpdate:hover {
    color: inherit;
}

.cUpdate .ipsType_sectionHead {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 500;
}

.cUpdate_active {
    background: var(--bg);
    border-color: transparent;
}

li:first-child > .cUpdate,
.cUpdate_active + .cUpdate {
    border-color: transparent;
}

.cUpdateColumn {
    padding-right: 0;
}

.cUpdateColumn [data-role="tablePagination"] {
    background: var(--bg);
    padding: 5px;
    margin-top: 10px;
    margin-right: 7px;
    text-align: center;
}

.cUpdateColumn .ipsPagination_pageJump {
    display: none;
}

.ipsType_richText.ipsContained {
  	display: inherit !important;
}

.cUpdate > h3 > .ipsBadge {
  	vertical-align: top !important;
}