.tutor-quiz-result-summary{
    display:none !important;
}
.tutor-table-quiz-attempts thead th, .tutor-table-quiz-attempts tbody td {
    display: none;
}
.tutor-table-quiz-attempts thead th:nth-child(7) {
    border-top-right-radius: var(--tutor-table-border-radius);
    border-right: 1px solid var(--tutor-border-color);
}
.tutor-table-quiz-attempts tbody td:nth-child(7) {
    border-right: 1px solid var(--tutor-border-color);
}
.tutor-table-quiz-attempts thead th:nth-child(1), .tutor-table-quiz-attempts thead th:nth-child(7), .tutor-table-quiz-attempts tbody td:nth-child(1), .tutor-table-quiz-attempts tbody td:nth-child(7) {
    display: table-cell;
}
.tutor-table-quiz-attempts thead th:nth-child(1), .tutor-table-quiz-attempts thead th:nth-child(7), .tutor-table-quiz-attempts tbody td:nth-child(1), .tutor-table-quiz-attempts tbody td:nth-child(7) {
    display: table-cell;
}
.tutor-table-quiz-attempts tbody tr:last-child td:nth-child(7) {
    border-bottom-right-radius: var(--tutor-table-border-radius);
}
.tutor-meta.tutor-course-details-info, a.tutor-btn.tutor-btn-ghost.tutor-course-wishlist-btn {
    display: none;
}
.tutor-accordion-item-header {
    display: flex;
}
.tutor-course-content-list-item-title {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
}
button.tutor-btn.tutor-btn-ghost {
    color: #757c8e;
    border-radius: 0;
    outline: 0;
    position: relative;
    padding: 0!important;
    background: none;
    font-size: 16px;
    font-weight: 400;
}
#tutor-start-quiz .tutor-btn {
    background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: #c36;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.tutor-d-flex {
    align-items: center;
}
.tutor-accordion-item-header button {
    background-color: transparent !important;
    border: none;
    border-radius: 3px;
    color: black;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 400;
    padding: 0 !important;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.tutor-nav {
    display: none !important;
}
.gform_heading {
    display: none;
}
header.tutor-course-details-header > a {
    color: white;
}
.tutor-card-body > a {
    color: white;
}
.tutor-course-single-sidebar-wrapper [type=button], .tutor-course-single-sidebar-wrapper [type=submit], .tutor-course-single-sidebar-wrapper button {
    padding: 0 !important;
    border-radius: 0;
    background-color: transparent !important;
    font-size: 12px;
    color: black;
    border: none;
}
.tutor-page-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.tutor-course-details-instructors {
    display:none;
}