digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-1.98%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-23.8%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-4.82%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-9.83%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-2.29%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-10.2%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n0.0638%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0.0942%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n0.594%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n9.80%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-0.210%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n2.33%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n7.34%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-10.8%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-10.8%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-37.4%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n-0.559%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.396%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-0.584%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-36.7%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-58.0%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-1.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-15.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-12.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-9.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-2.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-10.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-31.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="36.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.0942%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="0.594%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="9.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-0.210%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="2.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="7.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-37.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-0.559%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.396%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.584%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-36.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}