digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n0.389%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-0.162%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-0.158%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0.682%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalentsAtCarryingValue"[label = "Cash\n-0.623%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.11%" fillcolor="#EEEEEE"]
    "Inventory"[label = "Inventory\n-1.24%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n0.130%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\ncurrent\n-0.267%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n0.570%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n1.16%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-2.54%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-2.54%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-33.1%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-33.1%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n0.303%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-92.2%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-9.66%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-92.3%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-82.4%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-97.6%" fillcolor="#ff7973"]
    "Liabilities" -> "StockholdersEquity" [label="-0.675%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.728%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-0.162%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-0.158%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.682%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalentsAtCarryingValue" -> "Assets" [label="-0.623%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.644%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.972%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Inventory" -> "Assets" [label="-1.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="0.130%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.267%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="0.570%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="1.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-2.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-2.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-33.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-33.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.303%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-92.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-9.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-92.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-82.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}