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

table.conversation {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 100%;
	font-weight:bold;
	vertical-align:top;
	text-align: left;
	white-space: nowrap;

}

table.conversation caption {
  margin-top: 1em;
  text-align: right;
}

table.conversation th,
table.conversation td {
}

table.conversation td.person{
	text-align: right;
	white-space: nowrap;
	vertical-align:top;
}

table.conversation th {
}

