@charset "UTF-8";

.box.img-right .img {
	width: 440px;
	text-align: center;
}
.box.img-right .text {
	width: 640px;
}
.box.img-right .text .table {
	font-size: 0.875em;
}
.box.img-right .text .table th {
	white-space: nowrap;
}
.button {
    text-align: center;
}
span.title{
	font-size: 1.6rem;
}
#Michigan {
	padding-top: 160px;
	margin-top: -160px;
	}
@media screen and (max-width: 768px) {
	.box.img-right .img {
		width: auto;
		text-align: center;
	}
	.box.img-right .img img {
		max-height: 200px;
	}
	.box.img-right .text {
		width: auto;
	}
}