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

.cReleaseColumn {
    padding-right: 0;
}

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





.cRelease_active {
    background-color: rgba(255,255,255,0.2);
    border-color: transparent;
}






li:first-child > .cRelease, .cRelease_active + .cRelease {
    border-color: transparent;
}





