.questionSelect .question-list{overflow-y:auto;height:400px}.questionSelect .question-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px;border:1px solid #ddd;border-radius:4px;margin-bottom:10px}.questionSelect .question-item h4,.questionSelect .question-item p{margin-top:5px;margin-bottom:5px}.questionSelect .question-item:hover{-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.1);box-shadow:0 2px 8px 0 rgba(0,0,0,.1)}.qnaireItem{margin:10px}.qnaireItem .hover-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qnaireItem .option-list{margin:10px;margin-left:22px}