.rewardio-redeem-box {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 16px 0;
	background: #fafafa;
}
.rewardio-redeem-box h4 {
	margin-top: 0;
	font-size: 1.1em;
}
.rewardio-redeem-box .rewardio-balance {
	margin-bottom: 8px;
}
.rewardio-redeem-box input[type="number"] {
	width: 110px;
	margin-right: 8px;
}
.rewardio-redeem-box .rewardio-hint {
	font-size: 0.9em;
	color: #666;
	margin-top: 6px;
}
.rewardio-redeem-box .rewardio-message {
	margin-top: 8px;
	min-height: 1em;
	font-size: 0.95em;
}
.rewardio-redeem-box .rewardio-message.error { color: #c00; }
.rewardio-redeem-box .rewardio-message.success { color: #2a7a2a; }

.rewardio-account > div { margin-bottom: 28px; }
.rewardio-balance-big {
	font-size: 1.6em;
	margin: 8px 0;
}
.rewardio-history-table .rewardio-pos { color: #2a7a2a; font-weight: 600; }
.rewardio-history-table .rewardio-neg { color: #c00; font-weight: 600; }

.rewardio-loop-points,
.rewardio-single-points {
	display: inline-block;
	margin: 6px 0;
	padding: 4px 10px;
	font-size: 0.85em;
	font-weight: 600;
	color: #2a7a2a;
	background: #eaf6ea;
	border: 1px solid #c5e3c5;
	border-radius: 4px;
	line-height: 1.4;
}
.rewardio-single-points {
	font-size: 0.95em;
	padding: 6px 12px;
}
.rewardio-cart-points {
	margin-top: 4px;
	font-size: 0.85em;
	color: #2a7a2a;
	font-weight: 500;
}
.rewardio-total-points th,
.rewardio-total-points td {
	color: #2a7a2a;
}
