digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-6.32%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-4.69%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-3.05%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-2.89%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-1.41%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n21.0%" fillcolor="#75cf73"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-3.12%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-1.55%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n0.931%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n4.05%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-2.99%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n5.47%" fillcolor="#BDE7BD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-7.47%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n3.36%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n3.36%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-5.55%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-1.11%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.946%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-1.01%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-2.30%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-20.8%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-6.32%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-3.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-3.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-2.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="21.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-3.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="0.931%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="4.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-2.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="5.47%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-7.47%" color="#FFC7AD" penwidth="8", 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="-5.55%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-1.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.946%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-2.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}