digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n-30.7%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-66.6%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-2.91%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-13.2%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-17.3%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-39.8%" fillcolor="#EEEEEE"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n0.230%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-57.2%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n-35.7%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n-36.2%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n9.11%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-27.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-27.2%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-66.5%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-8.20%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n5.13%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-6.98%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-107%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-107%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-204%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-213%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-30.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-66.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-28.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-2.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-13.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-17.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-39.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="0.230%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-57.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="-35.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-36.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="9.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-27.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-27.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-66.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-18.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="12.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-6.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-107%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-107%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-204%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}