/**Top Bar**/
.top-info li{list-style:none;}
/**Header Main**/
/**Header Bottom**/
/**Content**/
.ingredients-table {
    background: #fff;
	border: 1px solid #ececec;
	opacity: 0.9;
}
.ingredients-table tr:first-child th:first-child {
    text-align: center;
    background: #f99;
}
.ingredients-table tr:nth-child(2n+1){
	background:#ffcccc;
}
.ingredients-table tr:first-child,.ingredients-table tr td {
    padding-left: 25px;
}