/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /*#mepr-account-nav, .entry-content > .mp_wrapper
{
    display: none;
}*/

.ld-profile-stat-expirydate strong, .ld-profile-stat-points strong, .ld-profile-stat-renewdisable strong{
	font-size: 25px !important;
    /*min-height: 65px;*/
}

.ld-profile-stat-expirydate, .ld-profile-stat-renew, .ld-profile-stat-renewdisable, .ld-profile-stat-points, .ld-profile-stat-completed {
	flex-grow: 0.10 !important;
}

.ld-profile-stat-renew-button-disabled {
    pointer-events: none;
    cursor: default;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: #aaaaaa;
    border-radius: 50px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
}

.ld-profile-stat-renew-button, .ld-course-enroll-link {
	border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    border-radius: 50px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
}

