.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center;
}

.checkmark-container {
	margin-top: 115px;
	margin-bottom: 24px;
}

.purchase-title {
	width: 576px;
	margin-left: auto;
	margin-right: auto;
}

.purchase-text {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.button-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.button-large-tile {
	height: 76px;
	width: 275px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(45,45,45,0.16), 0 1px 3px 1px rgba(0,0,0,0.24);
	background-color: #FFFFFF;
	color: #626262;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-weight: bold;
}

.assign-link-container {
	margin-bottom: 92px;

	a {
		font-size: 18px;
	}
}

.purchase-link {
	font-weight: bold;
}

.purchase-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media only screen and (max-width: 576px) {
	.purchase-title {
		width: 320px;
	}

	.purchase-text {
		width: 274px;
		margin-bottom: 24px;
	}

	.button-large-tile {
		height: 60px;
		width: 274px;
		margin-bottom: 24px;
		color: #575757;
		font-size: 16px;
	}

	.assign-link-container {
		margin-top: 4px;
		margin-bottom: 194px;

		a {
			font-size: 16px;
		}
	}
}
