/* This will stacked tables on mobile and un-stack on tablet */
@media screen and (max-width: 47.938em) {
   	#fallTurkeyHarvest.stack th:nth-of-type(1),
	#fallTurkeyHarvest.stack th:nth-of-type(2) {
	 width: auto;
	}
	#fallTurkeyHarvest.stack td:nth-of-type(1):before {
	 content: "County: "
	}
	#fallTurkeyHarvest.stack td:nth-of-type(2):before {
	 content: "Harvest Number: "
	}
}
