.hide{
	display:none !important;
}

.show{
	display:block !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.quizBorder {
	margin-bottom: 30px !important;
}
.quizOptions{
	margin-left: 20px !important;
}

.text-red{
	color: red !important;
}
.text-green{
	color: green !important;
}