digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n12.7%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n8.10%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n4.41%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-44.5%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-120%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-186%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n-50.3%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-44.7%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-70.8%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-6.77%" fillcolor="#EEEEEE"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n5.30%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-95.2%" fillcolor="#FFC7AD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n-23.2%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n12.4%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-116%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n35.9%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n35.9%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-448%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-155%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n5.41%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-191%" fillcolor="#FFC7AD"]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="12.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="8.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="4.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-44.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-120%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-461%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-50.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-44.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-70.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-6.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="5.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-95.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-23.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="12.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-116%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="35.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="35.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-448%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-155%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}