.fizz-my-training-bundle, .fizz-course-bundle-online-course {
    border: solid 1px #EEE;
    background-color: #FFF;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.fizz-course-bundle-offline-activity {
    border: solid 1px #EEE;
    background-color: #FFF;
    padding: .5rem;
    margin-bottom: .5rem;
}

.fizz-capture-nps-score ul {
    list-style: none;
    background: #EEE;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.fizz-capture-nps-score ul li {
    width: 10%;
    float: left;
    display: block;
    text-align: center;
    font-weight: bold;
}
.fizz-capture-nps-score input[type="radio"]:checked + label {
    font-weight: bold;
    color: #FFF;
    background: #002761;
}
.fizz-capture-nps-score ul li label {
    display: block;
    margin: 0;
    font-size: 1.2em;
    line-height: 2em;
    cursor: pointer;
}
.fizz-capture-nps-score ul li:nth-child(2n) label {
    background: #E5E5E5;
}
.fizz-capture-nps-score input {
    display: none!important;
}

.fizz-tricky-question {
    color: #C00;
}

.fizz-help-tip {
    color: #480845
}

.fizz-tooltip {
    display:none;
    position:absolute;
    background-color: rgba(0,0,0,.95);
    border-radius:5px;
    padding:10px;
    color:#fff;
    margin-right: 2rem;
    z-index: 10;
    max-width: 350px;
}

.fizz-reflective-field input, .fizz-reflective-field textarea {
    width: 100%;
    margin-bottom: 1rem;
}


.fizz-reflective-field form {
    margin-bottom: 0;
}

.fizz-reflective-field input:read-only, .fizz-reflective-field textarea:read-only {
    opacity: 0.3;
    cursor: auto
}

.page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table tr.categoryTr {
    display: none;
}

.page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table th:nth-child(3), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table td:nth-child(3), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table th:nth-child(6), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table td:nth-child(6), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table th:nth-child(8), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table td:nth-child(8), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table th:nth-child(9), .page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table td:nth-child(9) {
    display: none;
}
.page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table thead {

}

.page-template-fizz-reports #wpProQuiz_user_content table.wp-list-table thead th {
    line-height: 1.2;
    border-bottom: solid 2px #FFF;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
    color: var(--bb-headings-color);
    background-color: #C6E4E1;
}

.page-template-fizz-reports .wpProQuiz_modal_window #wpProQuiz_user_content .wpProQuiz_questionList {
    background-color: #C6E4E1!important;
}