	
	.req {
		color: red;
	}
	
	
	.question {
		text-decoration: underline;
	}
	
	
	#edit {
		width: 97%;
		border-collapse: collapse;
		border: 1px solid #6A6A6A;
	}
	
	#edit th, td {
		vertical-align: middle;
		padding: 0px 10px;
	}
	
	#edit thead th {
		padding: 5px 10px;
		background-color: #E0DED6;
	}
	
	#edit .tr1 {
		background-color: #E5EEF8;
	}
	
	

