digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-2.14%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n11.2%" fillcolor="#75cf73"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-5.26%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-2.51%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-1.99%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n17.5%" fillcolor="#75cf73"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-5.87%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-14.7%" fillcolor="#ff7973"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-7.57%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n9.29%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n17.3%" fillcolor="#75cf73"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-1.64%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-8.86%" fillcolor="#FFC7AD"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n17.3%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n-12.3%" fillcolor="#ff7973"]
    "Revenues"[label = "Revenues\n-12.3%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n3.39%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.32%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.97%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-3.21%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-9.25%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="11.2%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-5.26%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-2.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="17.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-5.87%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-7.57%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="9.29%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="17.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-1.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-8.86%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="17.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-12.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-12.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="3.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-1.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.97%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-3.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}