digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "IntangibleAssets"[label = "Intangible \nAssets\n-44.8%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-117%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-56.1%" fillcolor="#FFC7AD"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n49.8%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-19.5%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-109%" fillcolor="#FFC7AD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing Exp.\n8.81%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-17.9%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExp.\n6.87%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExp.\n-56.0%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n12.1%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-25.1%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-25.1%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n4.44%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-116%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-15.6%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-35.6%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-86.5%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-86.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-209%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-263%" fillcolor="#ff7973"]
    "IntangibleAssets" -> "Assets" [label="-44.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-107%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-49.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-56.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="49.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-19.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-109%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="8.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-17.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="6.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-56.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-25.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-25.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "StockholdersEquity" [label="14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-116%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-43.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="25.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-35.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-86.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-86.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-209%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LongTermDebt" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}