li.quiz-initial {
	cursor: pointer;
    /* list-style: none; */
    /* margin: 3px;*/
    padding: 5px, 0px, 0px, 15px; 
}

li {
	/* font-family: Arial,Helvetica,freesans,sans-serif; */
    font-size: 16px;
	input-type: radio;
}

.wrapper {
  max-width: 700px;
  width: 100%;
  margin: 10px auto;
}

li.quiz-correct {
    color: white;
    background-color: green;
	cursor: pointer;
}
 &:hover {
    background:#eee;
  }

li.quiz-wrong {
    color: white;
    background-color: red;
	cursor: pointer;
}

div.quiz-question {
	padding: 15px;
    border: 1px solid #fff;
	input type: radio;	 
}

p.testhide{
	font-style: italic;
    background-color: lightgreen;
	margin-top: 5px;
	font-size: 18px;
}

