/***** Member *****/

.member-header .member-name{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 60px;
}



/***** Detail *****/

.accordion-body{
    background-color: #E6EBEB;
}

.word-matching .word-area .words {
    background-color: transparent;
}

.word-matching .word-area{
    padding:0 30px;
}

.comprehension .text-area{
    padding: 30px;
}

.word-matching .word-area .empty-words .item,
.comprehension .text-area .empty-words .item
{
    float: unset;
    width: auto;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding:0;
    margin-bottom: 10px;
}

.word-matching .word-area .empty-words .item:before,
.comprehension .text-area .empty-words .item:before {
    content: "\f0da";
    top: 0;
    right: 10px;
    left: auto;
    padding:0 10px;
}

.word-matching .word-area .empty-words .active{
    background-color: #f7c638;
}



.comprehension .text-area .text span.empty{
    position: relative;
    color: #1781EE;
    font-weight: 700;
    white-space: nowrap;
}

.comprehension .text-area .text span.empty:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.comprehension .text-area .empty-words .active{
    background-color: #f7c638;
}

/**/

.reference-questions .words .item {
    padding: 15px 15px 0 15px !important;
    border: none !important;
}

/**/

@media (max-width: 960px) {
    .main-menu,
    .main-menu-right {
        display: inline-block !important;
    }
}