/* This will stacked tables on mobile and un-stack on tablet */
@media screen and (max-width: 47.938em) {
	/*.text-hide {
		font: initial!important;
		font-weight: 400;
		color: initial !important;
		text-shadow: initial !important;
		background-color: initial !important;
		border-top: 1px solid #c5c5c5!important;
	}*/
	.stack th:nth-of-type(1),
	.stack th:nth-of-type(2) {
		width: auto;
	}
	.stack td:nth-of-type(1):before {
		content: "County: "
	}
    .stack td:nth-of-type(2):before {
		content: "Harvest Number: "
	}
}
