.rvs-radio {
    cursor: pointer;
}

.removeMembership, .rvs-remove, .removePayPalPlan, .remove-coupon-code, .removeCoinMembership, .removeCoinBaseMembership {
    color: #c0392b;
    text-decoration: underline;
    cursor: pointer;
}

/* ==== GET ACCESS ==== */

#rvs-access-options {
    overflow: hidden;
    clear: both;
    margin: 20px auto;
}

#rvs-access-tabs {
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
}

.rvs-access-tab {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    margin: 0 0 10px;
    cursor: pointer;
    opacity: 0.7;
}

.rvs-access-tab.active, .rvs-access-tab:hover {
    opacity: 1;
}

#rvs-membership-access {
    text-align:left;
}

.rvs-access-section {
    overflow: hidden;
    clear: both;
    display: none;
    padding: 25px 10px;
}

.rvs-access-section.active {
    display: block;
}

#rvs-checkout-table td:last-child, #rvs-checkout-table th:last-child {
    text-align:right;

}

@media screen and (min-width: 600px) {

.rvs-access-tab {
    float: left;
    width: 31.33%;
    margin: 0 1%;
}
    
}