digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-84.0%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-104%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n22.7%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.593%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment\n-20.8%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-48.9%" fillcolor="#FFC7AD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n-0.344%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-63.9%" fillcolor="#FFC7AD"]
    "ResearchAndDevelopmentExpense"[label = "Research and \nDevelopment\n3.50%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-81.8%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n1.41%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n1.41%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-147%" fillcolor="#ff7973"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-6.27%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.67%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-0.561%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-50.1%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.206%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-49.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-134%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-145%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-84.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-146%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="22.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.593%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-20.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-48.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-0.344%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-63.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ResearchAndDevelopmentExpense" -> "Expenses" [label="3.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-81.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-147%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-5.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="4.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="-0.569%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.0372%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-50.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.206%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-49.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-134%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}