digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-13.9%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-20.9%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-10.8%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n20.0%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-18.1%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-170%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-135%" fillcolor="#ff7973"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-2.43%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n36.9%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-2.56%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-21.3%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n1.90%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n30.4%" fillcolor="#EEEEEE"]
    "InvestmentIncome"[label = "Investment \nIncome\n-0.714%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n31.3%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.33%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-75.3%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-5.79%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-74.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-39.5%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-48.4%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets" -> "Assets" [label="-13.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-19.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="20.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-18.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-170%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-135%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-2.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="36.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-2.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-21.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="1.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="30.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="-0.714%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="31.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-75.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-5.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-74.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-39.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}