digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-10.2%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-51.5%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-23.6%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-22.5%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-5.23%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-9.10%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n10.3%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-43.3%" fillcolor="#ff7973"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-12.9%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n-2.30%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-53.9%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n9.19%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n9.19%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n1.83%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-38.4%" fillcolor="#FFC7AD"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-1.93%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-14.3%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.804%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-14.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-51.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-69.5%" fillcolor="#ff7973"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-10.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-39.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-31.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-23.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-22.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-5.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-9.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-43.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-12.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="-2.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-53.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="9.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="9.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-3.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-38.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-14.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.804%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-51.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "remainder_Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}