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

.comments15 {
	color: #610136;
	width: 100%;
}
/* 2-col comments-table with alternating colour */
	.TFtableComments{
	border-collapse:collapse;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	.TFtableComments td{
	border:1px solid #780151;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 13px;
	line-height: 20px;
	color: #470004;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtableComments tr{
	background-color: #F9F9F7;
	}
	/* Set first column centered */
	.TFtableComments tr td:nth-child(1) {
	text-align:center;
	vertical-align: middle;
	width: 100px;
}
	/* Set 2nd column centered */
	.TFtableComments tr td:nth-child(2) {
	text-align:left;
}
	/*  Define the background color for all the ODD background rows  */
	.TFtableComments tr:nth-child(odd){
	background-color: #FFF;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtableComments tr:nth-child(even){
	background-color: #F5F5F3;
	}
