table#listing > tbody > tr {
	cursor: hand;
	cursor: pointer;
}

@media print {
	a[href]:after {
		content: none !important;
	}
}
