digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-5.68%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-29.1%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-5.56%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-0.782%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-12.6%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.52%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-1.12%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-5.40%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n-2.39%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-20.8%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-42.1%" fillcolor="#FFC7AD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-21.4%" fillcolor="#FFC7AD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n2.17%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n1.66%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-6.40%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-6.40%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-7.67%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-58.6%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-58.4%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-67.9%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-89.4%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-5.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-10.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-15.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-5.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-0.782%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-12.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="1.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-5.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="-2.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-20.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-42.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-21.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="2.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="1.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-6.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-6.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-58.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-58.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-67.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}