digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-87.2%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-133%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-14.1%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-71.6%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.39%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n18.4%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n4.80%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n10.2%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-225%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-170%" fillcolor="#ff7973"]
    "SellingExpense"[label = "Selling \nExpense\n18.9%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopment"[label = "Research and \nDevelopment \nExpense\n5.94%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n13.5%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-113%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n59.2%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n59.2%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-123%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-0.938%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.80%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-48.7%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-73.7%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-87.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-266%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-14.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-71.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="48.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="4.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="10.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-225%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-170%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="18.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopment" -> "Expenses" [label="5.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="13.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-113%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="59.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="59.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-123%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.938%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-48.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}