.pcmax-membership-price table,td{
    border-collapse: collapse;
    border: 1px solid #969696;
}

.pcmax-membership-price {
    td:nth-child(1) {
        width: 180px;
    }
    td:nth-child(2) {
        width: 80px;
        text-align: right;
        padding-right: 5px;
    }

    td:nth-child(3) {
        width: 40px;
        text-align: right;
        padding-right: 5px;
    }

}

