/*SurveyWideYN Custom Style Class*/
/*YN Question Label*/
.SurveyWideYN label.col-sm-3.col-form-label.Col-Label.LineIndent3
,.SurveyWideYN label.col-sm-3.col-form-label.Col-Label.LineIndent4
,.SurveyWideYN  label.col-sm-3.col-form-label.Col-Label.LineIndent5{
  width:200px;
  max-width:50%;
  flex: 50%;
}
/*YN Question Radio*/
.SurveyWideYN .Col-RadioYNNA {
  max-width:50%;
  flex:50%
  text-align:left;
  padding-left: 40px !important;
}
.SurveyWideYN .Col-RadioYNNA label {
  display:inline-flex !important;
  width:50px;
}
.SurveyWideYN .Col-RadioYNNA input
{
  display:inline-flex !important;
  width:20px;
}
