.pquestions .jdqask{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.pquestions .jdqask h3{
	display: inline-block;
	vertical-align: top;	
	margin: 8px 0;;
	font-size: 16px;
}
.pquestions .btn-ask{
	background: none;
	border: 1px solid #ddd;
	border-radius: 0;
	text-transform: uppercase;
	padding: 6px 10px;
	float: right;
	margin-top: 7px;
	cursor: pointer;
}
.pquestions .btn-ask:hover{
	background: #2095C1;
	color: #fff;
}
.pquestions .q__list__content{
	/*padding: 15px 0;*/
	position: relative;
}
.pquestions .q__list__content .q__list{
	padding: 5px 0;
	position: relative;
}
.pquestions .q__list__content .q__list .ques__title{
	margin-top:0;
	margin-bottom:0;
	cursor: pointer;
	background: #ddd;
	padding: 10px;
}
.pquestions .q__list__content .q__list h3 {
	font-size: 15px;
	font-weight: normal;	
	margin: 0;
	padding-bottom: 4px;
}
.pquestions .ques__total {
	float: left;
	width: 10%;
}
.pquestions .quat__title {
	float: left;
	width: 85%;
	margin-right: 10px;
}
#jade-openques .success, #jade-openques .warning {
	width: auto;
	margin-bottom: 15px;
}
.pquestions .q__list__content .q__list .ques__title i{
	float: right;
}
.pquestions .q__list__content .q__list .q__answer{
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px; 
}
.pquestions .q__list__content .q__list .q__answer + .q__answer{
	border-top : 1px solid #ccc;
}
.pquestions .q__list__content .q__list .q__answer b{
	font-size: 15px;
}
.pquestions .q__list__content .q__list .q__answer .a_author{
	display: inline-block;
}
.pquestions .q__list__content .q__list .q__answer .a_date{
	display: inline-block;
	margin-left: 10px;
}
.pquestions .q__list__content .q__list .q__detail{
	background: #DDDDDD;
	padding: 0 10px 6px;
}
.pquestions .q__list__content .q__list .q__detail .q_dohter{
	margin-bottom: 7px;
}
.pquestions .q__list .q__detail .q_auther{
	display: inline-block;
}
.pquestions .q__list .q__detail .q_date{
	display: inline-block;
	margin-left: 10px;
}
.pquestions .q__list__content .q__list .jd-ans:before, .pquestions .q__list__content .q__list .jd-ans:after{
	display: table;
  	content: " ";
}
.pquestions .q__list__content .q__list .jd-ans:after{
	clear: both;
}
.pquestions .q__list__content .q_loading_shdow{
	background: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.pquestions .q__list__content .q_loader{
	position: absolute;
	z-index: 111;
	color: #fff;
	top: 0;
	font-size: 35px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.pquestions .q__list__content .q_loader i{
	vertical-align: middle;
	font-size: 50px;
	top: 38%;
	position: relative;
	color: #3ef311;
}
.hide {
	display: none;
}
.oc2 #jade-openans .form-horizontal .form-group label + div, .oc2 #jade-openques .form-horizontal .form-group label + div{
	width: 70%;
}
.oc2 #jade-openques .form-horizontal .form-group .form-control, .oc2 #jade-openans .form-horizontal .form-group .form-control{
	width: 85%;
}
.jquestion_vote a.jbtn {
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 5px;
}

.jquestion_vote a.yes-btn, .jquestion_vote .yes-btn i.fa {
	color: #3c763d;
}
.jquestion_vote a.no-btn, .jquestion_vote .no-btn i.fa {
	color: #a94442;
}
/*pagination for journal fix*/
.oc2 #tab-jadequestions.tab-content ul li {
	margin-left: 0;
}