digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-67.3%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-88.0%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-1.26%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-19.2%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n0.0931%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0.167%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n4.15%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-52.7%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.151%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExpense\n1.04%" fillcolor="#EEEEEE"]
    "SellingExpense"[label = "Selling \nExpense\n3.51%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-85.1%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-26.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-26.2%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-90.4%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-98.6%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.619%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-98.5%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.0399%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-256%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-270%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-67.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-64.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-33.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-1.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-19.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.167%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="4.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-52.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.151%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="1.04%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="3.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-85.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-26.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-26.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-90.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-98.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.619%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-98.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="0.0399%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-256%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}