
/**
 *	The whole of question
 */
#question_wrap {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0.5rem;
}

/**
 *	Choices block
 */
ul#choices {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	padding-left: 0;
}
ul#choices li {
	list-style: none !important;
	margin-left: 0;
}
ul#choices li button {
	width: 100%;
	padding: 0.7em;
	margin-bottom: 3px;
	font-size: 1.25rem;
	border-radius: 10px;
	background: #23282d;;
	color: #ffffff;
}
ul#choices li button:hover {
	background: #0073aa;	
}
