

/*--------------------------------- questionaire --------------------------------- */

.survey_item {
  font-size: 11;
  margin-top: 17px;
}

.survey_item H1{
  margin-top: 30px;
}

.question {
  font-weight: bold;
  font-size: 12;
  color: #000066;
}


TABLE.matrix TD {
  border: 1px solid black;
  padding: 2px;
}

TABLE.matrix TD.columnFirst {
  font-size: 11px;
  width: 25%;
}

TABLE.matrix TD.columnNext {
  font-size: 11px;
  text-align: center;
}

TABLE.matrix TR.surveyrow_odd {
  background-color : #F4F4F4;
  border: 10px solid black;
}

TABLE.matrix input.matrixText { 
  width: 100%;
}
