digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Assets"[label = "Assets\n-42.3%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-17.5%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-16.1%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n14.5%" fillcolor="#BDE7BD"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-28.7%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-31.4%" fillcolor="#FFC7AD"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling \nGeneral and \nAdministrative \nExpense\n14.5%" fillcolor="#BDE7BD"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n5.66%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-46.6%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n-14.7%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n16.7%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n16.7%" fillcolor="#BDE7BD"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n14.4%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-58.9%" fillcolor="#ff7973"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-6.43%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-9.06%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n14.6%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n9.43%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n14.6%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-28.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-31.3%" fillcolor="#FFC7AD"]
    "Assets" -> "StockholdersEquity" [label="-60.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-17.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-16.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="14.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-28.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-31.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="14.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="5.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-46.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-14.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="16.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="16.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "StockholdersEquity" [label="14.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-58.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="-5.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.456%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-8.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.645%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="14.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="9.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-28.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "LiabilitiesNonCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}