#thankYou {
	text-align: center;
	margin-bottom: 50px;
}

#downloads {
	text-align: center;
}

.downloadContainer {
	border-style: solid;
	border-width: 1px;
	height: auto;
	width: 45%;
	display: inline-block;
	margin: 0 2%;
	text-align: center;
	margin-bottom: 9px;
	margin-top: 9px;
}

.imageAndData {
	height: 200px;
	display: block;
}

.imageAndData img {
	margin: 5% 2% 5% 5%;
	max-height: 150px;
	float: left;
	display: inline-block;
}

.dataContainer {
	text-align: left;
	float: right;
	margin: 5% 5% 5% 2%;
}

.buttonContainer {
	position: relative;
	height: 80px;
	width: 80%;
	text-align: center;
	display: inline-block;
}

#instructionsContainer {
	text-align: center;
}

#instructions {
	display: inline-block;
	width: 80%;
	text-align: left;
}

#instructions a, #instructions p {
	display: inline;
}

@media screen and (max-width: 900px) {
	.downloadContainer {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.imageAndData {
		height: auto;
	}

	.imageAndData img {
		margin: 3%;
		float: none;
	}

	.dataContainer {
		margin: 5%;
		float: none;
		text-align: center;
		display: block;
		border: solid 1px;
	}

	.buttonContainer {
		margin-top: 10%;
		height: auto;
    padding-bottom: 20px;
	}
}