.nano-content_in br{
    line-height:45px;
}

#test_listen_topbg .ok_time_content .save_temp{
    float: left;
    margin-right: 20px;
}
#test_listen_topbg   .success_tip{
    position: relative;
    float: left;
    margin-left:554px;
    background: #E4F0FE;
    border-radius:5px;
    font-size: 14px;
    color: #41A0F5;
    display: none;
}

.wrap{
    min-width:1024px;

}
.wrap .toefl_listen_review_content{
    position: absolute;
    top:85px;
    left:0px;
    width:100%;
    height:calc(100% - 85px);
    padding:15px 135px;
    background-color:transparent;
}
.wrap .toefl_listen_review_content .inside{
    position: relative;
    width:100%;
    padding:20px 40px;
    background-color:#fff;
}
#test_listen_topbg .question_title {
    width:auto;
    text-transform:capitalize
}
.toefl_writing_content .jp-audio .jp-type-single .jp-time-holder{
    right:0px
}
@media screen and( min-width:1024px ) {
    .wrap .toefl_listen_review_content{
        width:calc(1024px - 270px);
    }
}