/* Surveys*/
.divSurveyWrapper {  }
.divSurveyContent { margin: 0px auto; width: 60%; padding: 0% 2%; }
.divSurveyHeader img { width: 100%; }
.survey-title h2, .message-wall-title h2 { text-align: center; margin-bottom: 20px; }
.survey-description { margin-bottom: 20px; }
.survey-question-row { margin-bottom: 10px; }
.survey-question-label { margin: 0px 10px 5px 0px; font-weight: bold; }
    .survey-question-row .survey-question-label { width: 50%; }
.survey-answer-label { font-size: smaller; padding-left: 10px; width:150px;}
.survey-answer-row .validation-error { font-weight: bold; color: red; }
.survey-answer-row input.form-control{width:200px;}
input.survey-int-input { width: 75px;height:100%; }
.survey td { padding: 2px 10px; max-width: 500px; }
.survey-thankyou{font-size:large;text-align:center;}
.divSurveySubmit{text-align:center;}
#footer{margin-top:0px;}
.col-lg-5{flex:0 0 100%;max-width:100%;}

@media screen and (max-width:768px) {
    /* Surveys*/
    .divSurveyContent { margin: 0px auto; width: 95%;}
    .survey-title h2, .message-wall-title h2 { text-align: center; margin-bottom: 5px; }
    .survey-description { margin-bottom: 10px; }
    .survey-question-row { margin-bottom: 15px; }
    .survey-question-label { margin: 0px 0px 5px 0px; font-weight: bold; }
    .survey-question-row .survey-question-label { width: 100%; }
    .survey-answer-label {margin:0px 10px;width: auto;min-width:120px; }
    .survey-answer-row input.form-control { margin: 0px 10px;width: 150px; }
}