digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNoncurrent\n1.82%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-7.08%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-11.9%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-7.59%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-7.81%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-8.08%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n16.4%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-1.22%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-5.37%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-5.62%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n5.20%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n3.98%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-15.4%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-18.2%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-18.2%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-18.5%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.63%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-24.8%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-24.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-62.6%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-72.3%" fillcolor="#ff7973"]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="1.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-14.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-11.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-7.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-5.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-8.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="16.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-5.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-5.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="5.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="3.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-15.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-18.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-18.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-24.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-24.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-62.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}