/* This will stacked tables on mobile and un-stack on tablet */
 @media screen and (max-width: 47.938em) {
	#sbooncrockettScores.stack th:nth-of-type(1),
	 #booncrockettScores.stack th:nth-of-type(2),
	 #booncrockettScores.stack th:nth-of-type(3),
	 #booncrockettScores.stack th:nth-of-type(4) {
		 width: auto;
	 }
	 #booncrockettScores.stack td:nth-of-type(1):before {
		 content: "Ecological Region: "
	 }
	 #booncrockettScores.stack td:nth-of-type(2):before {
		 content: "3.5 Age Group: "
	 }
	 #booncrockettScores.stack td:nth-of-type(3):before {
		 content: "4.5 Age Group: "
	 }
	 #booncrockettScores.stack td:nth-of-type(4):before {
		 content: "5.5+ Age Group: "
	 }
 }