digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-2.81%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n4.07%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n42.1%" fillcolor="#75cf73"]
    "remainder_Assets"[label = "Other Assets\n-32.3%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-2.23%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n55.1%" fillcolor="#75cf73"]
    "remainder_Expenses"[label = "Other Expenses\n9.73%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n12.2%" fillcolor="#BDE7BD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n0.853%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n1.88%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-0.814%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-3.36%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-3.36%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.39%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-0.823%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n0.664%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-6.62%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-25.8%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-6.66%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-1.28%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-19.6%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-2.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="2.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="42.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-32.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-2.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="55.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="9.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="12.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="0.853%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="1.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-0.814%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-3.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-3.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-1.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.543%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="1.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.406%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-6.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-25.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}