
.view_more + .view-more-btn {
    display: block;
}

.view_more > div + div + div + div + div + div,
.view_more tr + tr + tr + tr + tr + tr {
    display: none;
}


.view-more-btn {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient( 180deg, rgba( 255, 255, 255, 0 ) 0%, rgba( 255,255,255,1 ) 60% );
    display: none;
    margin-top: -100px;
}

.view-more-btn button {
    position: absolute;
    z-index: 2;
    color: #00b4ab;
    background-color: transparent;
    width: 100%;
    border: 0;
    height: 40px;
    bottom:  0;
    font-size: 16px;
}