/* css for redemption-history.php */
.redemption-for-mycred-history th, .redemption-for-mycred-history td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
}
.cancel-redemption-btn {
	background: #f44336;
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}
	
.mycred-page-btn {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 10px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.mycred-page-btn:hover {
	background: #e0e0e0;
}

.mycred-page-btn.current {
	background: #0073aa;
	color: #fff;
	font-weight: bold;
	border-color: #0073aa;
}