.survey-content {}
.survey-content .survey-title {
    text-align: center;
    font-size: 4.8rem;
    padding-bottom: 10px;
}
.survey-content .survey-body {}
.survey-content .survey-body .table-col { margin-bottom: 10px;}
.survey-content .survey-body .table-col thead th { text-align: left; }
.survey-content .survey-body .table-col tbody td { /*display: flex;*/ }
.survey-content .survey-body .survey-choice { display: flex; }
.survey-content .survey-body .survey-choice .survey-choice-item { margin-right: 10px; }
.survey-content .survey-body .survey-choice .survey-choice-item:last-child { margin-right: 0; }
.survey-content .survey-body .survey-footer { text-align: right; }