.ofx--ingredient-table
{
	width : 100% ;
	border-bottom : 2px solid #eb9100 ;
}

	.ofx--ingredient-table-header
	{
		font-weight : 700 !important ;
		font-size : 1rem ;
		border-top : 5px solid #eb9100 ;
		border-bottom : 2px solid #eb9100 ;
	}

	.ofx--ingredient-table tr
	{
		background-color : #fff ;
	}

		.ofx--ingredient-table tr:nth-child( 2n + 2 )
		{
			background-color : #f6f4f2 ;
		}

	.ofx--ingredient-table tr th:nth-child(1) ,
	.ofx--ingredient-table tr td:nth-child(1)
	{
		width : 60% ;
		text-align : left ;
		padding : 5px 15px ;
	}

	.ofx--ingredient-table tr:not( .ofx--ingredient-table-header )
	{
		font-size : .875rem ;
	}

		.ofx--ingredient-table tr:not( .ofx--ingredient-table-header ) td:nth-child(1)
		{
			font-weight : 500 ;
		}

	.ofx--ingredient-table tr th:nth-child(2) ,
	.ofx--ingredient-table tr td:nth-child(2) ,
	.ofx--ingredient-table tr th:nth-child(3) ,
	.ofx--ingredient-table tr td:nth-child(3)
	{
		width : 20% ;
		text-align : right ;
		padding : 5px 15px ;
	}