@charset "utf-8";
/* CSS Document */

#feedbacktext {
	position:absolute;
	left:5px;
	top:10px;
	width:988px;	
	height:530px;
	overflow:auto;
	max-width:988px;
	max-height:530px;
}
#feedbacktable {
	position:absolute;
	top:60px;
	left:0px;
	width:100%;
	height:auto;	
}
hr {
	opacity:.3;	
}