digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesNoncurrent"[label = "Liabilities, \nNoncurrent\n-9.43%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-20.4%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-0.0806%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n3.26%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n0.405%" fillcolor="#EEEEEE"]
    "AssetsNoncurrent"[label = "Assets, \nNoncurrent\n-0.405%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n0.0996%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n0.0957%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipmentNet"[label = "Property, \nPlant and \nEquipment, Net\n-10.5%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.861%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n1.12%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenues\n2.83%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling, \nGeneral and \nAdministrative \nExpense\n-21.1%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-20.8%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-20.8%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-9.79%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.29%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-17.0%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-18.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-49.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-54.9%" fillcolor="#ff7973"]
    "LiabilitiesNoncurrent" -> "Liabilities" [label="-9.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-17.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-0.0806%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="3.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.358%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNoncurrent" -> "Assets" [label="-0.405%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="0.0996%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="0.0957%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipmentNet" -> "Assets" [label="-10.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.861%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="2.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-21.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-20.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-20.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-7.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-17.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-49.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}