.black-cross-left {
    border-top: solid 4px #464646; 
    display: inline-block; 
    transform: rotate(-45deg); 
    width: 20px;
    vertical-align: middle;
    margin-right: -10px;
}

.black-cross-right {
    border-top: solid 4px #464646; 
    display: inline-block; 
    transform: rotate(45deg); 
    width: 20px;
    vertical-align: middle;
    margin-left: -10px;
}

.red-circle {
    border: 3px solid red;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}

.pj-membership-benefit {
    td:nth-child(2) {
        width: 80px;
        text-align: center;
    }
    td:nth-child(3) {
        text-align: center;
        width: 80px;
    }
    td:nth-child(4) {
        text-align: center;
        width: 80px;
    }
}