
/**
 * Special case when you want to display
 * a two column table with titles and values
 */

.table-property tr td {
	text-align: right;
}

.table-property tr td:first-child {
	background-color: #E4E4E4;
	text-align: left;
}
