.referral-history-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.referral-history-table {
	width: 50%;
}

.referral-history-table thead tr th {
	background-color: white;
	color: black;
	font-weight: 800;
}

.referral-history-table td {
	width: 50%;
}

.referral-history-table td:nth-child(2) {
	text-align: center;
}

@media screen and (max-width: 700px) {
	.referral-history-table td {
		padding: 1rem;
	}
}