digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-79.5%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-77.8%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n14.6%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-24.5%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-8.36%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-13.6%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-14.1%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-4.98%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n4.43%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n6.41%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-114%" fillcolor="#FFC7AD"]
    "SellingExpense"[label = "Selling \nExpense\n7.10%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-191%" fillcolor="#ff7973"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n5.64%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-37.6%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-37.6%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-6.15%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-203%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-201%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-140%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-208%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-79.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-77.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="14.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-24.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-8.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-13.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-4.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="4.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="6.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-114%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingExpense" -> "Expenses" [label="7.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-191%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="5.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-37.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-37.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-6.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-203%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-201%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-140%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}