digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n10.8%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n6.25%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n41.8%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-6.84%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-9.88%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n6.88%" fillcolor="#EEEEEE"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n5.64%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n-11.1%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-7.01%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n7.84%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n11.1%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n3.48%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research And \nDevelopment \nExpense\n-10.1%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-11.0%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-11.0%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n16.7%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-86.3%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-10.5%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-85.6%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-32.5%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-61.9%" fillcolor="#ff7973"]
    "AssetsNonCurrent" -> "Assets" [label="10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="4.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="41.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-9.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="11.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="5.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="-11.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-7.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="7.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="11.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="3.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-10.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="16.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-86.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-10.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-85.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-32.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}