digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n8.06%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-8.85%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-21.2%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-8.89%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n35.4%" fillcolor="#BDE7BD"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-16.2%" fillcolor="#FFC7AD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing Exp.\n-22.0%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-14.5%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment \nExp.\n2.16%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n7.57%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n3.46%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n3.46%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n26.9%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-11.3%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-40.4%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n11.7%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-8.16%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-19.1%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-19.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-29.7%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-60.8%" fillcolor="#ff7973"]
    "remainder_Assets" -> "Assets" [label="8.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-10.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-21.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-8.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="35.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-16.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="-22.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-14.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="2.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="7.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="3.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="3.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "StockholdersEquity" [label="24.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LongTermDebt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-11.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-33.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="10.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-8.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-19.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-19.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-29.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "LongTermDebt" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}