digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-2.76%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-4.25%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n4.40%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.85%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.36%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-9.63%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n29.2%" fillcolor="#75cf73"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n7.48%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-23.3%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n-18.9%" fillcolor="#ff7973"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-2.22%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n12.9%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n13.9%" fillcolor="#BDE7BD"]
    "Debt"[label = "Debt\n6.34%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-5.59%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-12.3%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.73%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.44%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-2.27%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-9.14%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-9.67%" fillcolor="#FFC7AD"]
    "Investments" -> "Assets" [label="-2.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-6.74%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="4.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-9.63%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="29.2%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="7.48%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-23.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-18.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-2.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="12.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="13.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="5.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="-8.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="2.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.659%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-9.14%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}