table#feedback {
  border-collapse: collapse;
  width: 100%;
}

table#feedback td {
  vertical-align: top;
}

td#col1,
td#col2 {
  width: 50%;
  padding: 0;
}

table#questions-col1 {}
table#questions-col2 {}

/* custom */
table#feedback textarea {
  width: 280px;
  height: 90px;
}

table#feedback input {
  color: #000000;
  width: 180px;
}
