digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n15.1%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n12.4%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-2.64%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-4.77%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-30.5%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n-8.94%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-6.75%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-14.3%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-19.6%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n3.11%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n13.5%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-28.7%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-35.2%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-12.8%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-12.6%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-31.3%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-39.1%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.33%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-38.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-81.6%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-84.3%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="15.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-14.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-2.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-8.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-6.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-14.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-19.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="3.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="13.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-28.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-35.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-12.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-31.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-39.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-38.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-81.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}