digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "IntangibleAssets"[label = "Intangible \nAssets\n-34.6%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-80.6%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-12.0%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n6.33%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-47.1%" fillcolor="#FFC7AD"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-2.59%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n26.8%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n27.9%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-22.0%" fillcolor="#EEEEEE"]
    "SellingExpense"[label = "Selling \nExpense\n6.12%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopment"[label = "Research and \nDevelopment \nExpense\n3.13%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n3.27%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n4.51%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-52.4%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-21.0%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-21.0%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-102%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-52.2%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-52.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-128%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-187%" fillcolor="#ff7973"]
    "IntangibleAssets" -> "Assets" [label="-34.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-40.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-45.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-12.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="6.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-47.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-2.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-50.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="28.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="27.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-22.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="6.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopment" -> "Expenses" [label="3.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="3.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="4.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-52.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-21.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-21.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-102%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-52.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-52.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-128%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}