#outputTable tbody td:hover {
	background-color: #7991cc;
}

#outputTable tbody td.clicked {
	background-color: #9fb7cc;
	opacity: 0.7;
}