/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

.reward-item{
	cursor: hand; 
	cursor: pointer;
}
.reward-item:hover{
	background-color: #f3f3f2;
}

.category-label{
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
}