.current_question p {
    margin: 12px 0 0 0;
    color: #111;
    font-size: 14px;
}
.current_question p i {
    font-weight: 300;
}

.interview_box .bx_catalog_text_ul{
	list-style: none;
	padding-left: 0;
}
.interview_box .bx_catalog_text_ul li{
	padding-left: 0;
}
.interview_box .bx_catalog_text_ul li:before{
	display: none;
}
.interview_box .prev_answr{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
}
.interview_box .current_question{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
	padding: 20px 0 0 0;
	display: inline-block;
	font-weight: bold;
}

.qsucs {
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
	padding: 20px 0 0 0;
	display: inline-block;
	/*font-weight: bold;*/
}

.interview_box .bx_catalog_text_ul li{
	display: inline-block;
	margin: 0 8px 4px 0;
}
.interview_box .bx_catalog_text_ul li h2{
	margin: 0;
}
#next_step a{
	margin-bottom: 7px;
	color: #094085;
	background: white;
	font-weight: 400;
	cursor: pointer;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 8px 25px 9px;
	display: inline-block;
	border: #094085 solid 1px;
	outline: none;
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	width: auto;
	vertical-align: middle;
}
#next_step a:hover{
    border-color: #094085;
    background: #094085;
    color: #fff;
}

.interview_box .comment_box{
	margin-top: 20px;
}
.interview_box .submit{
	margin-top: 10px;
	color: #FFF;
	background: #094085;
	font-weight: 400;
	cursor: pointer;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 8px 11px 9px;
	display: inline-block;
	border: none;
	outline: none;
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	width: auto;
	vertical-align: middle;
}
.interview_box .success{
	font-size: 18px;
	color: #3EBC6B;
	font-weight: 500;
}