#learndash_course_points_user_message,
.profile_edit_profile,
.wpProQuiz_certificate,
.learndash-course-certificate,
.ld_profile_certificate {
    display: none;
}


/* Profile Customizations */
#learndash_profile .mbwwa-inactive-course-link {
    color: grey;
    cursor: default;
    text-decoration: none;
    text-decoration-style: unset;
    border-bottom: none;
}

#learndash_profile .quiz_title {
    width: 50%;
    line-height: 25px;
    padding-left: 12px ;
}

#learndash_profile .certificate {
    width: 15%;
}

#learndash_profile .scores {
    width: 10%;
}

#learndash_profile .quiz_date {
    width: 25%;
}


/* Logged In Notice */
.mbwwa-logged-in-notice {
    width: 100%;
    background: #232424;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.mbwwa-logged-in-notice p {
    margin-bottom: 0;
}

.mbwwa-logged-in-notice a {
    text-decoration: underline;
    color: #fff;
}

.mbwwa-logged-in-notice a:hover {
    text-decoration: underline;
    color: #5980bb;
}

img.alignnone, .alignnone {
    margin-bottom: 0 !important;
}