table.surveyTable {
    width: 700px;
}

.surveyTable th,
.surveyTable td {
    border: 1px solid grey;
    padding: 5px;
}

.surveyTable th.questionCol {
    width: 200px;
}

.surveyTable th.answerCol {
    width: 400px;
}