body{margin:0;padding:0;font-family:sans-serif}.quiz .quiz_app_inner{width:100%}.quiz .sLang-btn{margin:0 0 15px}.quiz .answers-wrap{margin-bottom:10px;display:flex;padding:3px;flex-wrap:wrap;justify-content:space-between}.quiz .answers-wrap .badge{margin-right:5px}.quiz .answers-wrap button{text-align:left;display:flex;white-space:normal;align-items:center;width:48%;margin:0 0 1.5rem}.quiz .question-actions{display:flex;justify-content:space-between}.quiz .wrong-answer{text-decoration:line-through;display:inline-block;background:rgba(255,181,181,.23);padding:0 5px;color:#a94442}.quiz .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.quiz .correct-answer{color:#3c763d}.quiz .alert-danger .correct-answer{color:#a94442}.quiz button:focus{outline:none!important}.quiz .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#d2d2d2;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress.active .progress-bar,.quiz .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.quiz .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.quiz .App-title{margin-bottom:2.5rem}.quiz .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}@media (max-width:650px){.quiz .answers-wrap button{width:100%}}