
#mj-quiz-container { max-width:700px; margin:auto; font-family:Arial,sans-serif; }
#mj-question-display { font-weight:bold; margin-bottom:10px; }
#mj-options-display label { display:block; margin-bottom:5px; }
#mj-progress { background:#eee; border-radius:5px; overflow:hidden; margin-bottom:10px; }
#mj-progress-bar { background:#4caf50; height:15px; width:0%; }
#mj-timer-display { font-weight:bold; margin-bottom:10px; }
@media (max-width:600px){ #mj-quiz-container{padding:10px;} }
