digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-7.23%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-14.0%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-6.83%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n13.9%" fillcolor="#BDE7BD"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-8.75%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n8.19%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-11.5%" fillcolor="#FFC7AD"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n-6.19%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n6.11%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling \nGeneral and \nAdministrative \nExpense\n-11.5%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-7.63%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-11.5%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-11.5%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n5.39%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-15.2%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-14.0%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-13.6%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n10.6%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-13.7%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-20.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-47.8%" fillcolor="#ff7973"]
    "AssetsCurrent" -> "Assets" [label="-7.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-11.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="13.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-8.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="8.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-11.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="-6.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="6.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="-11.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-7.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-11.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="16.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-15.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-17.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="25.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-13.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="10.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-20.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "LiabilitiesCurrent" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}