digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n9.34%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-90.0%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-108%" fillcolor="#ff7973"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n0.991%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-1.86%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-15.3%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-4.42%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n46.1%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n11.3%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-43.6%" fillcolor="#FFC7AD"]
    "AmortizationOfIntangibleAssets"[label = "Amortization \nof Intangible \nAssets\n0.191%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n7.80%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n9.00%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-10.2%" fillcolor="#EEEEEE"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n9.13%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-12.2%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-12.2%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-79.3%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-94.0%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n4.58%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-109%" fillcolor="#ff7973"]
    "LiabilitiesCurrent" -> "Liabilities" [label="9.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-56.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-108%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="0.991%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-1.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-21.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="46.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="11.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-43.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AmortizationOfIntangibleAssets" -> "Expenses" [label="0.191%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="9.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-10.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="9.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-79.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-94.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.58%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}