table#productIngredientTable {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    fon-size: 11px;
    width: 504px;
    text-align: left;
}

    table#productIngredientTable thead {
        font-size: 11px;
        text-transform: uppercase;
    }

        table#productIngredientTable thead th { padding-left: 11px; border-bottom: 1px solid #FFF; }

    table#productIngredientTable tbody { background-color: #FFF; }

        table#productIngredientTable tbody td { padding-left: 11px; height: 17px; font-size: 11px; }
