.translationTable {
	border-collapse: collapse;
}

.translationTable tr {

}

.translationTable td {
	border-bottom: 1px solid lightgrey;
}

.translationTable th {
}

.transOrigText {
	color: #444; 
	font-size:150%;   
}

.transOrigComment {
	color: #444;
	font-style: italic;
}



