/*
Project: 15-16_1-42 
Author:  Dan Williams
Date: 12/05/17
*/


#tableAnswers{
	
	display: none;
}


td{
	max-width: 219px;
word-wrap:break-word;
}

#tableEditable table tr td:first-child{
	
	    width: 25%;
}

/* Suggestion */

#suggestion {
  display: none;
}