table {
	max-width: 40%;
	margin-bottom: 3em;
	margin-top: 1em;
}

.dashboard-table.affiliate-table thead tr th:last-child {
	width: 50%;
	font-size: inherit;
}

.dashboard-table.affiliate-table th {
	white-space: normal;
	width: 50%;
}

.dashboard-table.affiliate-table th:first-child {
	border-top-left-radius: 10px;
}

.dashboard-table.affiliate-table th:last-child {
	border-top-right-radius: 10px;
}

.dashboard-table.affiliate-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.dashboard-table.affiliate-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
	
@media only screen and (max-width: 870px) {
	table {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 460px) {
	table {
		max-width: 100%;
	}
}

#loadaffiliate {
	display: none;
}
