  /*table.software td.hover {*/
td.hover {
	background-color: #6e6e6e;
	color:#fff;
}
th.hover {
	background-color: #57b8c6!important;
	color:#fff!important;
}
/*table.software td.click,table.map td.click {
*/
td.click {
	background-color: #ccc;
	color:#000;
}
th.click{
	background-color: #57b8c6!important;
	color:#fff!important;
}