* {
	font-family:Arial;
}

#scandaltable  td{
	cursor:pointer;
	cursor:hand;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:#FFFFCC;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #FFFF66;
}