.rcp_level_description {
    border-right: 1px solid #f0f0f0;
    border-left: none;
    padding-right: 8px;
    padding-left: 0;
}
.rcp_subscription_level .rcp_level {
    float: right;
    margin: 5px 0px 0px 10px;
}
.rcp-fee, .rcp_registration_total_details .membership-level-price, .rcp_registration_total_details .rcp-recurring-total, .rcp_registration_total_details .rcp-renewal-date, .rcp_registration_total_details .rcp-total {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #222222;
    padding-block: 10px;
}

@media only screen and (max-width: 480px){
.rcp-table td:before {
    margin-right: -100%;
    margin-left: 0 !important;
}
.rcp-table tr td {
    text-align: right !important;
    padding-left: 0 !important;
  padding-right: 50%;
}
}
#rcp-account-overview th, #rcp-payment-history th, #rcp-account-overview td, #rcp-payment-history td {
    text-align: right;
}