.quiz-notice
{
	margin-top: 10px;
	color: #666;
}
.lta-notice-std.qiuz-stat-string
{
	margin-top: 20px;
	line-height: 1.7;
}
.lta-item-std.quiz
{
	width: var(--QuizListWidth, 245px);
}
.quiz-image
{
	height: var(--QuizListDimensions_hpx, auto);
}
#quiz-text
{
	font-size: 115%;
	color: #666;
}
#quiz-info
{
	color: #666;
	line-height: 1.8;
	margin-top: 20px;
}
#quiz-start
{
	margin-top: 25px;
}
#quiz-question
{
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 25px;
	text-align: center;
}
#quiz-question-name
{
	font-size: 180%;
	font-weight: bold;
}
#quiz-question-info
{
	color: #999;
	margin-top: 5px;
}
#quiz-question-image
{
	margin: 20px auto 0 auto;
	text-align: center;
	max-width: 320px;
}
#quiz-question-image img
{
	width: auto;
	height: auto;
	max-width: 100%;
	display: inline-block;
}
#quiz-variants
{
	margin-top: 20px;
	justify-content: center;
}
.quiz-variant-image
{
	height: 145px;
}
.quiz-variant
{
	width: var(--QuizVariantWidth, 245px);
	padding: 10px;
}
.quiz-variant[data-is-true='on']
{
	border-color: black;
}
.quiz-variant-inner
{
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 15px;
	transition: border-color 0.15s;
	cursor: pointer;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
.quiz-variant:hover .quiz-variant-inner
{
	border: 5px solid var(--ThemeColor);
	padding: 11px;
}
#quiz-success
{
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
#quiz-success-message
{
	font-size: 200%;
	font-weight: bold;
}
#quiz-success-message:before
{
	display: block;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	content: '\f058';
	color: #01b501;
	font-size: 300%;
	margin-bottom: 20px;
}
#quiz-promo
{
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 20px;
	font-size: 140%;
}
#quiz-promo-code .value
{
	font-weight: bold;
	font-size: 150%;
}
.quiz-promo-row
{
	margin-top: 20px;
}
.quiz-promo-row .name
{
	color: #666;
}
.quiz-promo-row .value
{
	font-weight: bold;
}
#quiz-fail
{
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
#quiz-fail-message
{
	font-size: 200%;
	font-weight: bold;
}
#quiz-fail-message:before
{
	display: block;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	content: '\f119';
	color: #b00000;
	font-size: 300%;
	margin-bottom: 20px;
}
#quiz-waiting-message
{
	color: #666;
	margin-top: 20px;
}
#quiz-main-message
{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 150%;
	font-weight: bold;
}
