caption {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
.reg-comments {
	background-color: #FFFFC4;
	width: 100%;
}
.reg-comments tr th { 
	color: white;
	background-color: black;
}
.reg-comments tr td, .reg-comments tr th {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0.5em;
}
.reg-comments tr td:nth-child(1) {
	width: 20%;
	valign: top;
	background-color: #FFFFC4;
}
.reg-comments tr td:nth-child(2) {
	width: 65%;
	valign: top;
	background-color: #FFE2D5;
}
.reg-comments tr td:nth-child(3) {
	width: 15%;
	valign: top;
	background-color: #FFF;
}