.cfcourse_quiz_que_tab
{
	display:none;
}

#show_questions
{
margin-left: 0px;
margin-right: 0px;
}

#cfcourse_quiz_stquestion
{
margin-top:10px;
font-size: 19px;
color:#646467e0;
padding:15px;
border-radius: 10px;
}

#progress
{
height:10px;
}
#progbr
{
width:0%;
background-color:lightgray;
}
#prev_next_buttons
{
	display: none;
}
#form_design{
background-color: #588d7d;
border-radius: 10px;
padding:2px;
}
.quiz_label
{
font-weight: bold;
background-color:rgb(50, 12, 151);
color:white;
}
.cf-course-quiz-sub-btn::after{
	clear: both;
	display: table;
	content: "";
}
.cf-course-first-div{
	width: 5%;
}
.cf-course-second-div{
	width: 94%;
	text-align: left;
}
.cf-co-quiz-opt1{
	width: 2%;
	font-size: 14px;
	padding-top: 2px;
  }
  .cf-co-quiz-opt2{
	width: 98%;
  }