.t3-off-canvas-body.list_words_body { 
    margin-top: 20px;
    background-color: #fff;
    padding: 6px;
    margin-bottom: 20px;
    min-height: 250px;
    position: relative;
}
.incorrect_header_text {
    padding: 10px 8px;
    background-color: rgba(173, 216, 230, 0.57);
    margin-bottom: 16px;
    font-family: fs-hackney-regular;
}

.selection_element_incorrect {
    margin: 3px;
    border-bottom: dashed 1px #ddd;
    padding: 6px;
}
.incorrect_lesson_content {
    padding-right: 6px;
}
.selection_element_incorrect label{
    opacity: 0.4;
    margin-bottom: -2px;
    font-weight: normal;
    font-size: 20px;
}
.list_words_body .act_div_cover{
    height: 100%;
    opacity: 0.8;
    text-align: center;
    width: 100%;
    line-height: 190px;
    position: absolute;
}
.list_words_body .list_words_loader .act_div_cover{
    line-height: 50px;
}
.selection_element_incorrect .iradio_square-blue{
    vertical-align: text-bottom;
}

.answer_expl_wrp_tf{
    margin-top: 20px;
    padding: 6px;
    border: solid 1px lightblue;
}
.list_words_body .list_words_loader {
    font-size: 7px;
}

.audiojs{
    display: inline-block;
    height: 26px !important;
    margin-right: 11px;
    vertical-align: middle;
    width: 26px !important;
    border-radius: 50px;
}
.audiojs .scrubber{
    display: none!important;
}
.audiojs .time{
    display: none;
}
.audiojs .play-pause{
    border-right: medium none !important;
    height: 22px !important;
    padding: 0 !important;
    width: 22px !important;
} 

.item_worddata{
    padding: 12px 8px;
}
.item_worddata:nth-of-type(odd){
    background-color: #efefefe8;
}
.item_worddata:nth-of-type(even){
    background-color: #fafad296;
}
.example_placeholder{
    padding-top: 20px;
}
.related_lesson_placeholder{
    padding-top: 20px;
}
.word_headline_mr{
    line-height: 10px;
    padding: 4px 0 8px 0;
    margin-bottom: 20px;
    border-bottom: solid 2px #d3d3d378;
}
.item_worddata > div{
    margin-bottom: 2px;
}
.topic_progress_bar {
    line-height: 6px;
    background-color: lightgreen;
}
.progress_wrp {
    height: 4px!important;
    margin-bottom: 0!important;
    background-color: #0066aa!important;
}  
.t3-off-canvas-body.list_words_body a{
    color: #ffffff!important;
}
.num_word_noti_wrp{
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
}
.num_word_noti_placeholder{
    background-color: orangered;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    line-height: 18px;
}