digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n6.31%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n12.7%" fillcolor="#BDE7BD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-9.69%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n12.7%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n-7.07%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n12.7%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n18.1%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.39%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-7.22%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n10.8%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n-18.3%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-14.4%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-20.1%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-16.0%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-13.4%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n13.3%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.33%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-36.3%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-36.6%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-4.84%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-14.2%" fillcolor="#FFC7AD"]
    "Debt" -> "Liabilities" [label="6.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="12.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-9.69%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="12.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-7.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="12.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="18.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-7.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-18.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-20.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-16.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-13.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="13.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-36.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-36.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-4.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}