digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-15.0%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n0.795%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-20.0%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n48.1%" fillcolor="#75cf73"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.547%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0.619%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-13.8%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-74.0%" fillcolor="#ff7973"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n2.45%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-0.823%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.23%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-0.691%" fillcolor="#EEEEEE"]
    "SellingExpense"[label = "Selling \nExpense\n2.62%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n2.67%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopment"[label = "Research and \nDevelopment \nExpense\n0.947%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.11%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.534%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n1.41%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n1.43%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n4.90%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-29.3%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-15.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.689%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.0580%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-20.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="48.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.547%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.619%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-74.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="2.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-0.823%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="3.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-0.691%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="2.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="2.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopment" -> "Expenses" [label="0.947%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.534%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="4.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_NetIncome" [style = "invisible", arrowhead="none"]
}