li.error {
	color:#ff0517;
}
li.true {
	color:#24a558;
}
.test_question {
	display:none;
	border-bottom:1px solid;
	padding-top: 15px;
}
.test_question.first {
	display:block;
}
li label {
	cursor:pointer;
}
.test-result {
	display:none;
}
.q_num {
	font-weight:bold;
	padding-bottom: 5px;
}
.test_name {
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
ul li.test_li::before{
	content: '';
	content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
ul li.test_li {
	position: relative;
	list-style: none;
	transition: 0.4s;
	color:#333333;
	text-decoration: underline;
	cursor:pointer;
	background:none;
}
ul li.test_li:hover{
	color: #bb1d1d;
	text-decoration: underline;
}
#select_test{
  padding-left: 17px!important;
}
#select_test li{
  padding-left: 10px!important;
}
.q_answer input{
	margin-right: 10px!important;
}
.q_question{
  margin-bottom: 10px;
}
