digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n-31.7%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-29.9%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-8.71%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n3.48%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-8.06%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n3.79%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.55%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-11.8%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n15.3%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-8.27%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n6.20%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n4.53%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n3.65%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.49%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-25.0%" fillcolor="#ff7973"]
    "Revenues"[label = "Revenues\n-25.9%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-11.2%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.66%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.39%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-14.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-22.8%" fillcolor="#ff7973"]
    "Debt" -> "Liabilities" [label="-31.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-22.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-8.71%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="3.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-8.06%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="3.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.502%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-11.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="15.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-8.27%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="6.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="4.53%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="3.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-25.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-25.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-11.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-3.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-14.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}