digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n24.0%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n26.5%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-47.2%" fillcolor="#FFC7AD"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n40.0%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-29.7%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-58.4%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n7.12%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-15.4%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n-19.5%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-13.3%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n8.43%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-37.0%" fillcolor="#FFC7AD"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n0.656%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-39.9%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n-6.48%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n33.7%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n33.7%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-123%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-29.0%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n3.34%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-37.7%" fillcolor="#FFC7AD"]
    "remainder_Liabilities" -> "Liabilities" [label="24.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="20.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-47.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="40.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-29.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-150%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="33.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="7.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-15.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-19.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-13.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="8.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-37.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="0.656%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-39.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-6.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="33.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="33.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-123%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-29.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}