.paddy-membership-price table,td{
    border-collapse: collapse;
    border: 1px solid #969696;
}

.paddy-membership-price {
    td:nth-child(1) {
        width: 50px;
    }
    td:nth-child(2) {
        width: 120px;
        text-align: right;
        padding-right: 5px;
    }

    td:nth-child(3) {
        width: 120px;
        text-align: right;
        padding-right: 5px;
    }

    td:nth-child(4) {
        width: 120px;
        text-align: right;
        padding-right: 5px;
    }
}

