.enrolment-expire-info {
    margin-top: 10px !important;
}

.meeting-details table {
    text-align: left;
}
.meeting-details table th,
.meeting-details table td {
    border: 1px solid #ccc;
    padding: 5px;
}

.bsel-single-lesson-button-group .bsel-single-lesson-button a>i>img,
.bsel-topics-in-single-lesson .bsel-single-lesson-items a>i>img {
    width: 100%;
}

.quiz-answer-matching-droppable {
    min-width: 140px !important;
}

.bsel-dashboard-content .bsel-quiz-attempt-history table span.result-fail, 
.bsel-dashboard-content .bsel-quiz-attempt-history table span.result-pass {
    white-space: nowrap;
}

.bsel-lesson-content-area h2 {
    font-weight: bold !important;
}

.bsel-course-benefits-content ul {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

.bsel_question_area {
    word-break: break-all;
}

.bsel-quiz-answers-wrap label.answer-view-image, 
.bsel-quiz-answers-wrap label.answer-view-text_image {
    text-align: center;
    margin: 0 10px;
    display: block !important;
    max-width: 100%;
    min-width: 50%;
}