digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-18.8%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-53.6%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Goodwill\n-0.495%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-14.2%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n4.18%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-9.70%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-0.774%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n4.86%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n2.68%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.04%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-35.7%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-3.74%" fillcolor="#EEEEEE"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation, \nDepletion and \nAmortization\n-0.302%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n1.51%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n2.86%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n8.95%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n8.95%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-32.7%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-20.8%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.09%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-51.7%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-18.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-69.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.495%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-14.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="4.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-9.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-0.774%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="6.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.264%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="2.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="3.04%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-35.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="-0.302%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="1.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="2.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="8.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="8.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-32.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-20.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}