:root{--timeout_color:red;--unaswered_question:grey;--current_question:green;--answered_question:#000}.time_remaining_change_effect,.timeout{color:var(--timeout_color)}.test_section{position:relative}.test_section .next_quiz{position:absolute;bottom:50%;right:0;cursor:pointer}.test_section .prev_quiz{position:absolute;bottom:50%;left:0;cursor:pointer}.test_section .page_numbers{text-align:center}.test_section .page_numbers .page_number{border:.1rem solid var(--unaswered_question);color:var(--unaswered_question);margin:.1rem;padding:.5rem 1rem;cursor:pointer}.test_section .page_numbers .active{border:.1rem solid var(--current_question);color:var(--current_question)}.test_section .page_numbers .answered{border:.1rem solid var(--answered_question);color:var(--answered_question)}