.tqp-quiz-wrap {
	max-width: 720px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
}
.tqp-quiz-title {
	margin-top: 0;
}
.tqp-quiz-instructions {
	background: #f7f7f7;
	padding: 10px 15px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.tqp-timer {
	position: sticky;
	top: 0;
	background: #222;
	color: #fff;
	padding: 8px 12px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
}
.tqp-question-block {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.tqp-question-text {
	font-weight: 600;
	margin-bottom: 8px;
}
.tqp-option-label {
	display: block;
	padding: 6px 0;
	cursor: pointer;
}
.tqp-answer-input[type="text"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.tqp-submit-btn {
	margin-top: 15px;
}
.tqp-next-wrap {
	margin-top: 15px;
}
.tqp-cert-btn {
	text-decoration: none;
}
.tqp-notice {
	background: #fff3cd;
	padding: 10px 15px;
	border-radius: 6px;
}
.tqp-status-pass {
	color: #2e7d32;
}
.tqp-status-fail {
	color: #c62828;
}
.tqp-leaderboard {
	width: 100%;
	border-collapse: collapse;
}
.tqp-leaderboard th,
.tqp-leaderboard td {
	border: 1px solid #e0e0e0;
	padding: 8px 12px;
	text-align: left;
}
.tqp-leaderboard thead {
	background: #f5f5f5;
}
