/* @override http://2014.baumkletter-pflegeschule-benk.de/jkit/css/sort.css */

table.sort thead tr th {
	font-weight: 400;
	border: 1px dotted rgba(128,115,97,0.79);
	background-color: rgba(255,255,255,0.3);
}

table.sort thead tr th:after {
	content: '^';
}
table.sort thead tr th:last-child{
	content: ' ';
	display: none;
}

table.sort td {
	border: 1px dotted rgba(128,115,97,0.79);
}
table.sort td:last-child {
	border-style: none;
	background-color: transparent;
}
table.sort tr:hover {
	background-color: rgba(128,115,97,0.1);  
	border: 1px solid rgba(152,190,46,1);  
/* #98be2e */
}

table.sort tr td:last-child:hover {
	background-color: transparent;
}