digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-0.508%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.18%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.623%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n2.62%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n0.908%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-14.8%" fillcolor="#FFC7AD"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n0.814%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-21.6%" fillcolor="#FFC7AD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n1.31%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n0.405%" fillcolor="#EEEEEE"]
    "DepreciationDepletionAndAmortization"[label = "Depreciation, \nDepletion, \nAmortization\n-0.788%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n2.18%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-0.931%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-22.5%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-22.5%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-6.51%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.786%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-26.3%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-25.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-55.1%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-56.0%" fillcolor="#ff7973"]
    "remainder_Assets" -> "Assets" [label="-0.508%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.999%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.0981%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.623%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="2.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="0.908%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="0.814%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-21.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="1.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="0.405%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationDepletionAndAmortization" -> "Expenses" [label="-0.788%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="2.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-0.931%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-22.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-22.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.786%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-26.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-25.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-55.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}