digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n17.4%" fillcolor="#BDE7BD"]
    "Debt"[label = "Debt\n6.84%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-13.6%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n17.2%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-6.46%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-3.69%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-3.73%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n9.94%" fillcolor="#BDE7BD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n-27.6%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-21.6%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n19.4%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n34.6%" fillcolor="#75cf73"]
    "remainder_Expenses"[label = "Other Expenses\n-21.5%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-4.49%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-14.4%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n41.9%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n42.9%" fillcolor="#75cf73"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.27%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n10.7%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-10.3%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n9.10%" fillcolor="#BDE7BD"]
    "Liabilities" -> "StockholdersEquity" [label="13.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="6.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-13.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="17.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-8.95%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-3.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="9.94%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="-27.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-21.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="19.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="34.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-21.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-4.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="41.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="42.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="10.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}