digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n0%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n0%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-0.0427%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n-0.0600%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-18.1%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-0.498%" fillcolor="#EEEEEE"]
    "Inventory"[label = "Inventory\n-0.138%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-0.193%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\ncurrent\n-0.0122%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalentsAtCarryingValue"[label = "Cash\n-0.205%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-1.95%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-1.95%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.205%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.205%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-4.31%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.0471%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-24.6%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-24.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-80.6%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-103%" fillcolor="#ff7973"]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-0.0704%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-0.0427%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-0.0600%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-0.498%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Inventory" -> "Assets" [label="-0.138%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-0.193%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.0122%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalentsAtCarryingValue" -> "Assets" [label="-0.205%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-1.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-1.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.205%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.205%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.0471%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-24.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-24.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-80.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}