digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Assets"[label = "Assets\n-88.3%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-15.1%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-37.7%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-49.3%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n8.81%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n18.4%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n11.8%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-436%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-175%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n4.75%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n3.06%" fillcolor="#EEEEEE"]
    "SellingGeneralAndAdministrativeExpense"[label = "Selling \nGeneral and \nAdministrative \nExpense\n9.01%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n55.4%" fillcolor="#EEEEEE"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n2.37%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n73.0%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n73.0%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-58.7%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n4.43%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n4.45%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-2.93%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-39.0%" fillcolor="#EEEEEE"]
    "Assets" -> "StockholdersEquity" [label="-194%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-15.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-37.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-49.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="8.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="56.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="11.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-436%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-175%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="4.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="3.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingGeneralAndAdministrativeExpense" -> "Expenses" [label="9.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="55.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="2.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="73.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="73.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-58.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-2.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}