/*
.quiz_r {
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px solid white;
	border-radius: 10%;
}
*/
#quiz_rText {
	padding: 2vh 0;
	font-size: 2.5em;
	font-weight: bold;
	height: 20vh;
}

#quiz_rline {
	vertical-align: middle;
	text-align: center;
	height: 45vh;
}

.quiz_r {
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1vw solid #ccc;
	border-radius: 10%;
	width: 10em;
	width: 20vw;
	height: 10em;
	height: 20vw;
	line-height: 20vw;
	display: inline-block;
}
.quiz_r+.quiz_r { margin-left: 2vw; }

.quiz_quickanswer {
	border-color: #559;
	background-color: #cce;
}
.quiz_badanswer { border-color: #F00; }
.quiz_goodanswer { border-color: #0C0; }

#quiz_question .layout {
	border-spacing: 1em;
    border-collapse: separate;
}


#quiz_answerTable {
	border-spacing: 10px;
    border-collapse: separate;
}

#quiz_answersTable th {
	font-size: 2em;
	padding: 0;
	border-bottom: 2px solid gray;
	background-color: #f72;
}

#quiz_answersTable td {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid gray;
	font-weight: bold;
	/*min-width: 150px;*/
}

#quiz_recapTable1 div, #quiz_recapTable2 div {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0.5vh solid gray;
    font-weight: bold;
    width: 7em;
    width: 15vh;
    height: 7em;
    height: 15vh;
    line-height: 15vh;
    margin: 0.5vh;
    border-radius: 2vh;
    vertical-align: bottom;
	overflow: hidden;
}

#quiz_recapTable1 div.quiz_large, #quiz_recapTable2 div.quiz_large {
    width: 20vh;
    height: 20vh;
    line-height: 20vh;
}


#quiz_answersNum div, #quiz_recapNum1 div, #quiz_recapNum2 div {
	position: absolute;
	top: -100vh;
	left: 0;
	background-color: orange;
	border-radius: 100%;
	border: 1px solid black;
	font-weight: bold;
	font-size: 4vh; /* 2em */
	width: 5vh;
	height: 5vh;
	line-height: 5vh;
}
#quiz_answersNum div { transition: top 0.5s, left 0.5s; }

#quiz_recapTable1 h2, #quiz_recapTable2 h2 { margin-bottom: 0; margin-left: 2em; } 

#quiz_timer { background-color: red; width: 0; margin: auto; }

#quiz_stop { float: right; }