digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n4.80%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-19.4%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n4.56%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Goodwill\n-1.90%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-2.68%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-21.1%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n4.83%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n4.56%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n3.86%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-4.71%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-26.3%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-24.4%" fillcolor="#FFC7AD"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n3.39%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n4.70%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-7.80%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-7.80%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-9.33%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-26.3%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-26.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-25.6%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-70.9%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="4.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-16.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="4.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-1.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-2.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-21.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="4.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="9.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="3.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-4.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-26.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-24.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="3.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="4.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-7.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-7.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-26.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-26.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-25.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}