.tx-ke-questionnaire .keqQuestion {
	margin: 20px 0 25px 0;
	background: none;
	box-shadow: none;
	border: none;
}
.tx-ke-questionnaire .question_number {
	margin-right: 10px;
}
.tx-ke-questionnaire .keqQuestionTitle {
	padding: 0;
	margin: 0 0 10px 0px;
	background: none;
	border: none;
	font-size: 120%;
	font-weight: bold;
	color: #003c69;
}
.tx-ke-questionnaire .keqAnswerBox {
	padding: 0;
}
.tx-ke-questionnaire .keqAnswerColumns {
	margin-right: 20px;
	width: auto;
	min-width: 80px;
	padding: 0;
}
.tx-ke-questionnaire .keqAnswerBox .keqAnswerColumns div {
    padding: 0;
}
.tx-ke-questionnaire .keqAnswerBox div.keqAnswerRadio, .tx-ke-questionnaire .keqAnswerBox div.keqAnswerCheckbox {
    padding: 14px 0 5px 0;
}
.tx-ke-questionnaire .keqAnswerRadio input[type="radio"],
.tx-ke-questionnaire .keqAnswerCheckbox input[type="checkbox"] {
	margin-left: 0;
}
#xx#yy, .tx-ke-questionnaire input[type="checkbox"], #xx#yy, .tx-ke-questionnaire input[type="radio"] {
	clip: auto;
}
#xx#yy, .tx-ke-questionnaire input[type="radio"] + label, #xx#yy, .tx-ke-questionnaire input[type="checkbox"] + label {
	background: none;
}
.tx-ke-questionnaire .keqAnswerRadio label {
}
.tx-ke-questionnaire div.questionSubtext {
	margin: 0;
}
#content .tx-ke-questionnaire .keqQuestionTitle .questionSubtext p,
#content .tx-ke-questionnaire .questionSubtext p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
    color: #353535;
    font-weight: normal;
}
.tx-ke-questionnaire .keqAnswerSingleInput {
	clear: both;
}
.tx-ke-questionnaire .keqAnswerSingleInput input, .tx-ke-questionnaire .keqAnswerSingleInput select, .tx-ke-questionnaire textarea {
	height: auto;
	line-height: normal;
    background-color: #FFFFFF;
    border: 1px solid #DDDDCF;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #353535;
    padding: 13px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 84%;
    margin-bottom: 10px;
}
.tx-ke-questionnaire .keqAnswerSingleInput input {
	margin-right: 10px;
	margin-top: 3px;
    padding: 13px 12px;
}
.tx-ke-questionnaire .keqAnswerBox .keq-matrix {
    width: 100%;
}
.tx-ke-questionnaire .keqAnswerBox .keq-matrix th, .tx-ke-questionnaire .keqAnswerBox .keq-matrix td{
    border: none;
    padding: 5px;
    text-align: center;
    min-width: 50px;
}
.tx-ke-questionnaire .keqAnswerBox .keq-matrix th {
    color: #353535;
    background: none;
    font-weight: normal;
}
.tx-ke-questionnaire .keqAnswerBox .keq-matrix td.columnFirst{
    font-weight: bold;
    text-align: left;
}
.tx-ke-questionnaire .keqAnswerBox .keq-matrix tbody tr:nth-child(odd){
    background: #f4f4f4;
}
.tx-ke-questionnaire .keqAnswerBox .keqMatrix .keq-matrix .keqAnswerSingleInput div input {
	margin-right: 0;
    margin-bottom: 5px;
}
.tx-ke-questionnaire .keqAnswerBox .keqMatrix .keq-matrix input {
    position: relative;
}

.tx-ke-questionnaire .select-select {
	width: 84% !important;
}
.tx-ke-questionnaire .keqButtons {
	text-align: center;
}
.tx-ke-questionnaire input.btn.btn-primary {
	 background: #003c69;
	 border: 0 none #bbcbd7;
	 border-radius: 3px;
	 color: #ffffff;
	 /* float: right; */
	 height: 41px;
	 margin: 15px 0 0;
	 padding: 0 5px;
	 text-transform: uppercase;
	 width: 188px;
    font-weight: normal;
 }
#keq_loadingDiv {
    display: none;
}