digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n3.79%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-27.7%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n5.20%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-44.4%" fillcolor="#ff7973"]
    "Investments"[label = "Investments\n16.7%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n9.29%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-7.92%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-5.24%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-3.60%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n15.1%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-6.58%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n5.03%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n14.2%" fillcolor="#BDE7BD"]
    "LaborExpense"[label = "Labor Expense\n11.7%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n2.20%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-26.9%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-26.4%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-10.7%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n2.08%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-24.2%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-24.7%" fillcolor="#FFC7AD"]
    "Debt" -> "Liabilities" [label="3.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-19.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="5.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-44.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Investments" -> "Assets" [label="16.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="9.79%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-7.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-5.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="15.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-6.58%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="5.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="14.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="11.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="2.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-26.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-26.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-24.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}