/* Модуль Teest — вывод теста на сайте */
.mod_teest_teest {
	max-width: 980px;
	margin: 24px auto;
	padding: 16px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #ffffff;
	box-sizing: border-box;
}

.mod_teest_teest_title {
	margin: 0 0 12px 0;
}

.mod_teest_teest_empty {
	color: #888888;
	font-style: italic;
}

.mod_teest_teest_category,
.mod_teest_teest_tags {
	margin: 0 0 8px 0;
}

.mod_teest_teest_header {
	margin: 10px 0 14px 0;
	padding: 10px;
	border: 1px solid #ececec;
	border-radius: 6px;
	background: #fafafa;
}

.mod_teest_teest .btn,
.mod_teest_teest button,
.mod_teest_teest input[type="submit"] {
	border: 1px solid #666666 !important;
	border-radius: 4px;
	padding: 6px 12px;
}

.mod_teest_teest_action {
	margin: 14px 0 0 0;
}

.mod_teest_test_form {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e7e7e7;
}

.mod_teest_question {
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #fafafa;
}
