digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-10.9%" fillcolor="#EEEEEE"]
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNoncurrent\n-11.6%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-0.791%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-23.2%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-11.6%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n-4.34%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-1.92%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-5.61%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n9.03%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n2.85%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n6.20%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n0.860%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-13.1%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-13.1%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-48.6%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-2.03%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.68%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.222%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-1.80%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-56.5%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-85.0%" fillcolor="#ff7973"]
    "Liabilities" -> "StockholdersEquity" [label="-40.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="18.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="-11.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-0.791%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-14.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-11.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-4.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-5.61%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="9.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="2.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="6.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="0.860%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-13.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-13.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-48.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-2.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-1.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="0.222%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-56.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}