@media screen {
	.supplement-facts-wrapper {
		border:1px solid #000;
		padding:10px;
		margin:0 0 1.25em 0;
		}
	/*table*/.supplement-facts {
		width:100%;
		font-family:Arial,Sans-Serif;
		color:#333;
		border:0 !important;
		}
	.supplement-facts :is(th,td) {
		vertical-align:top;
		border-color:#333;
		border-style:solid;
		border-width:1px 0 0 0;
		padding:4px 0 4px 0;
		}
	.supplement-facts th {
		font-weight:normal;
		text-align:left;
		}
	.supplement-facts tbody td {
		text-align:center;
		padding-left:4px;
		}
	.supplement-facts tbody td {
		white-space:nowrap; 
		}
	.supplement-facts tbody tr td {
		text-align:right;
		}
	.supplement-facts .suppfacts {
		font-size:1.6em;
		font-family:'Arial Black',sans-serif;
		font-weight:bold;
		text-align:left;
		border:0;
		padding:0 0 0 3px;
		}
	.supplement-facts .servingsize {
		text-align:left;
		border:0;
		}
	.supplement-facts .servingsize br {
		/* display:none; */
		}
	.supplement-facts .contain {
		padding:2px 0 2px 0
		}
	.supplement-facts .contain span {
		font-weight:bold;
		}
	.supplement-facts .contain span:first-child {
		float:left;
		width:58%;
		}
	.supplement-facts .contain span:last-child {
		float:right;
		width:40%;
		text-align:right;
		white-space:nowrap;
		}
	.supplement-facts tr.top10 :is(td,th) {
		border-top-width:10px !important;
		}
	.supplement-facts tr.top5 :is(td,th) {
		border-top-width:5px !important;
		}
	.supplement-facts tr.bottom5 :is(td,th),
	.supplement-facts tr:last-child :is(td,th) {
		border-bottom-width:5px !important;
		}
	.supplement-facts tr.bottom10 :is(td, th) {
		border-bottom-width:10px !important;
		}
	.supplement-facts .foot {
		text-align:left;
		white-space:normal;
		border:0;
		}
	.supplement-facts .indent th {
		padding-left:1.5em;
		}
	.supplement-facts p {
		padding-top:0 !important;
		margin-top:0 !important;
		}
	._bd_product-supp-facts-area > p ~ p {
		margin:1.25em 0 0 0;
		}
} @media screen and (max-width:512px) {
	.servingsize br {
		display:inline-block !important;
		}
} @media screen and (min-width:801px) {
	.supplement-facts-wrapper {
		max-width:600px;
		}
}