digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-18.3%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-64.3%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-44.1%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-7.87%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n7.98%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-17.4%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-2.66%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-125%" fillcolor="#FFC7AD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n3.02%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n5.32%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n3.78%" fillcolor="#EEEEEE"]
    "OperatingCostsAndExpenses"[label = "Operating \nCosts and \nExpenses\n1.97%" fillcolor="#EEEEEE"]
    "GoodwillImpairmentLoss"[label = "Goodwill \nImpairment \nLoss\n-238%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n1.77%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-13.7%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-13.7%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n4.31%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-178%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-178%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-101%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-130%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent" -> "Assets" [label="-18.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-45.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-27.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-44.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-7.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="7.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-17.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="8.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-33.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-125%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="3.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="5.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="3.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingCostsAndExpenses" -> "Expenses" [label="1.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GoodwillImpairmentLoss" -> "Expenses" [label="-238%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="1.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-13.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-13.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-178%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-178%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-101%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}