.circle canvas {
    vertical-align: top!important;
    height: 160px!important;
    width: 160px!important;
    margin-top: 5px!important;
}
.circle {
    width: 170px;
    height: 170px;
    background: url(../img/circle-bg.jpg) no-repeat left top;
    margin: 0px auto 20px auto;
    display: table;
    position: relative;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
}
.circle strong {
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}
.qsm_big_timer {
    position: relative;
}
.qsm_big_timer .circle{
    position: fixed;
    right: 20px;
    bottom: 55px;
}
.qsm-stop-timer-enabled .qsm_big_timer .stoptimer-p{
    right: 40px;
}
/*.qsm-stop-timer-enabled .qsm_big_timer .circle{
    bottom: 108px;
}*/
.quiz_section{
    width: 70%;
}
.qsm_ninety_warning{
    position: fixed;
    bottom: 10px;    
    background: #ff00008c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0 auto;
    z-index: 99;
}   
.stop-timer-submit-the-form{
    margin-left: 15px !important;
}
.qsm-quiz-container .stoptimer-p{
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0 !important;
}
body .qsm-stop-timer-enabled .mlw_qmn_timer{
    right: 160px;
}
.qsm-quiz-container .stoptimer-p a{
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #ff0000d1;
    color: #fff !important;
    box-shadow: none !important;
    display: inline-block;
}
.qsm-quiz-container .stoptimer-p a:hover{
    opacity: 0.9;
}
