digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-2.84%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-4.38%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.02%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n4.52%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-19.6%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-9.94%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-2.28%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n7.66%" fillcolor="#BDE7BD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.43%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-24.1%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n29.6%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n14.2%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n13.2%" fillcolor="#BDE7BD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-12.7%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-5.76%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.80%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n6.50%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-2.33%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.54%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-9.43%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-10.2%" fillcolor="#FFC7AD"]
    "Investments" -> "Assets" [label="-2.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-6.94%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.02%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="4.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-19.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-9.94%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-2.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="7.66%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-24.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="29.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="14.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="13.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="-8.70%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="2.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.677%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="5.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-3.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-9.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}