.questionnaire_test {
    position: relative;
    z-index: 5;
    /*display:inline-block;*/
    display:flex;
    align-items:center;
    width:100%;
    height:auto;
    min-height:200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #f2f2f2;
    border-radius:2px;

    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    user-select:none;
}
.questionnaire_test_bg {
  position: absolute;
  z-index: -1;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #000;
  opacity:0.5;
  width:100%;
  height:100%;
}
/*.questionnaire_center {*/
    /*position: absolute;*/

    /*z-index: 6;*/
    /*width:80%;*/
    /*height:auto;*/
    /*min-height:100px;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*border:1px solid #f2f2f2;*/
    /*border-radius:2px;*/
/*}*/

.questionnaire_test_center {
    width:100%;
    height:100% ;
    min-height:100px;
}
.questionnaire_test_center_side {
    width:10%;
    padding:0;
}
.questionnaire_test_center_center {
    width:80%;
    vertical-align:top;
    padding:20px 0 20px 0;
}
.questionnaire_test_center_image {
    width:100%;
    min-height:20px;
    margin-bottom:10px;
}
.questionnaire_test_center_side_image {
    width:10%;
    padding:0;
}
.questionnaire_test_center_center_image {
    width:80%;
    vertical-align:top;
}
.questionnaire_test_center_img {
    width:100%;
    height:auto;
}
.questionnaire_test_center_no_image {
    width: 100%;
    height:50px;
}
.questionnaire_test_center_header {
    width:100%;
    color:#ffffff;
    font-size:22px;
    margin-bottom:10px;
    text-align: center;
}
.questionnaire_test_center_text {
    width:100%;
    color:#ffffff;
    font-size:14px;
    margin-bottom:15px;
}
.questionnaire_test_center_text_question {
    float:left;
    clear:both;
    width:auto;
    cursor:pointer;
    margin-bottom:7px;
}
.questionnaire_test_center_text_question:hover {
    opacity:0.85;
}
.questionnaire_test_center_footer {
    width:100%;
    color:#ffffff;
    font-size:14px;
    text-align:center;
}