digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-14.4%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-54.3%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n-9.88%" fillcolor="#EEEEEE"]
    "Inventory"[label = "Inventory\n-23.7%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\ncurrent\n-1.85%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-17.0%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalentsAtCarryingValue"[label = "Cash\n-4.08%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-23.9%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-23.9%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n3.25%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n3.25%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.70%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-48.5%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-2.13%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-0.871%" fillcolor="#EEEEEE"]
    "NotesAndLoansPayable"[label = "Notes and \nLoans Payable\n-0.749%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-23.8%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-42.0%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-41.6%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-93.4%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-115%" fillcolor="#ff7973"]
    "remainder_Assets" -> "Assets" [label="-14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-51.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-30.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-9.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Inventory" -> "Assets" [label="-23.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-1.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-17.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalentsAtCarryingValue" -> "Assets" [label="-4.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-23.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-23.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="3.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="3.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-16.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-48.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="3.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="1.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NotesAndLoansPayable" -> "StockholdersEquity" [label="1.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NotesAndLoansPayable" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-23.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-42.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-41.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-93.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "remainder_Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}