tbody td.details-control {
	background: url('{% static 'images/details_open.png' %}') no-repeat center center;
	cursor: pointer;
}
tbody tr.shown td.details-control {
	background: url('{% static 'images/details_close.png' %}') no-repeat center center;
}
