@charset "UTF-8";
/* CSS Document */

.productBox{
	text-align: center;
	background-color: #E9E9E9;
	float: left;
	width: 200px;
	height: 380px;
	margin: 40px;
	border-color: #6C2E1A;
	border-style: solid;
	border-width: 2px;
	border-radius: 25px;
	display: table-cell;
}
	
#productContainer{
	margin-left: auto;
    margin-right: auto;
	width: 852px;
}

.productUses{
	font-family:Helvetica;
	font-size:20px;
	color:#6C2E1A;
}

endFloat{
	clear: both;
	margin-bottom: 2px;
}

.productLabel{
	font-family: Helvetica;
	font-size:28px;
	color:#6C2E1A;
}

#butterLabel{
	font-size:26px;
}

#sugarLabel{
	font-size:26px;
}

.IproductContainer{
	margin-left: auto;
    margin-right: auto;
	width: 70%;
	display: table;
}

.IproductWholeContainer{
	display: table-row;
}

#IproductText{
	display: table-cell;
	width:400px;
	padding-top: 50px;
	padding-left:20px;
	vertical-align:top;
	font-family:Helvetica;
	line-height: 140%;
	
}

#IproductNutri{
	padding-top: 40px;
	padding-left:20px;
	display: table-cell;
	vertical-align:top;
}

.productInfoSoure{
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	color:black;
}
.productUsesMain{
	padding-left:10px;
	font-size:16px;
	font-family:Helvetica;
	text-justify:auto;

}