/* Hide only the second 'Amount' column in the AffiliateWP dashboard */
#affwp-affiliate-dashboard-referrals th.referral-amount:nth-of-type(2),
#affwp-affiliate-dashboard-referrals td.referral-amount:nth-of-type(2) {
	display: none;
}
/* Style for the affiliate dashboard form */
#reward_option {
	margin-left: 10px;
	margin-right: 10px;
}

input[type="submit"] {
	margin-top: 10px;
}

/* Style for the admin page table */
.wrap table {
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}

.wrap th, .wrap td {
	padding: 10px;
	border: 1px solid #ddd;
}
